Interface LocatorNameType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LocatorNameTypeImpl
public interface LocatorNameType extends org.apache.xmlbeans.XmlObjectAn XML LocatorNameType(@http://inspire.ec.europa.eu/schemas/ad/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLocatorNameType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeographicalNamePropertyTypeaddNewName()Appends and returns a new empty value (as xml) as the last "name" elementReferenceTypeaddNewType()Appends and returns a new empty "type" elementGeographicalNamePropertyType[]getNameArray()Gets array of all "name" elementsGeographicalNamePropertyTypegetNameArray(int i)Gets ith "name" elementReferenceTypegetType()Gets the "type" elementGeographicalNamePropertyTypeinsertNewName(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementvoidremoveName(int i)Removes the ith "name" elementvoidsetNameArray(int i, GeographicalNamePropertyType name)Sets ith "name" elementvoidsetNameArray(GeographicalNamePropertyType[] nameArray)Sets array of all "name" elementvoidsetType(ReferenceType type)Sets the "type" elementintsizeOfNameArray()Returns number of "name" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getNameArray
GeographicalNamePropertyType[] getNameArray()
Gets array of all "name" elements
-
getNameArray
GeographicalNamePropertyType getNameArray(int i)
Gets ith "name" element
-
sizeOfNameArray
int sizeOfNameArray()
Returns number of "name" element
-
setNameArray
void setNameArray(GeographicalNamePropertyType[] nameArray)
Sets array of all "name" element
-
setNameArray
void setNameArray(int i, GeographicalNamePropertyType name)Sets ith "name" element
-
insertNewName
GeographicalNamePropertyType insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element
-
addNewName
GeographicalNamePropertyType addNewName()
Appends and returns a new empty value (as xml) as the last "name" element
-
removeName
void removeName(int i)
Removes the ith "name" element
-
getType
ReferenceType getType()
Gets the "type" element
-
setType
void setType(ReferenceType type)
Sets the "type" element
-
addNewType
ReferenceType addNewType()
Appends and returns a new empty "type" element
-
-