Interface AddressLocatorType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AddressLocatorTypeImpl
public interface AddressLocatorType extends org.apache.xmlbeans.XmlObjectAn XML AddressLocatorType(@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 classAddressLocatorType.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 LocatorDesignatorPropertyTypeaddNewDesignator()Appends and returns a new empty value (as xml) as the last "designator" elementReferenceTypeaddNewLevel()Appends and returns a new empty "level" elementLocatorNamePropertyTypeaddNewName()Appends and returns a new empty value (as xml) as the last "name" elementReferenceTypeaddNewWithinScopeOf()Appends and returns a new empty "withinScopeOf" elementLocatorDesignatorPropertyType[]getDesignatorArray()Gets array of all "designator" elementsLocatorDesignatorPropertyTypegetDesignatorArray(int i)Gets ith "designator" elementReferenceTypegetLevel()Gets the "level" elementLocatorNamePropertyType[]getNameArray()Gets array of all "name" elementsLocatorNamePropertyTypegetNameArray(int i)Gets ith "name" elementReferenceTypegetWithinScopeOf()Gets the "withinScopeOf" elementLocatorDesignatorPropertyTypeinsertNewDesignator(int i)Inserts and returns a new empty value (as xml) as the ith "designator" elementLocatorNamePropertyTypeinsertNewName(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementbooleanisNilWithinScopeOf()Tests for nil "withinScopeOf" elementbooleanisSetWithinScopeOf()True if has "withinScopeOf" elementvoidremoveDesignator(int i)Removes the ith "designator" elementvoidremoveName(int i)Removes the ith "name" elementvoidsetDesignatorArray(int i, LocatorDesignatorPropertyType designator)Sets ith "designator" elementvoidsetDesignatorArray(LocatorDesignatorPropertyType[] designatorArray)Sets array of all "designator" elementvoidsetLevel(ReferenceType level)Sets the "level" elementvoidsetNameArray(int i, LocatorNamePropertyType name)Sets ith "name" elementvoidsetNameArray(LocatorNamePropertyType[] nameArray)Sets array of all "name" elementvoidsetNilWithinScopeOf()Nils the "withinScopeOf" elementvoidsetWithinScopeOf(ReferenceType withinScopeOf)Sets the "withinScopeOf" elementintsizeOfDesignatorArray()Returns number of "designator" elementintsizeOfNameArray()Returns number of "name" elementvoidunsetWithinScopeOf()Unsets the "withinScopeOf" 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
-
getDesignatorArray
LocatorDesignatorPropertyType[] getDesignatorArray()
Gets array of all "designator" elements
-
getDesignatorArray
LocatorDesignatorPropertyType getDesignatorArray(int i)
Gets ith "designator" element
-
sizeOfDesignatorArray
int sizeOfDesignatorArray()
Returns number of "designator" element
-
setDesignatorArray
void setDesignatorArray(LocatorDesignatorPropertyType[] designatorArray)
Sets array of all "designator" element
-
setDesignatorArray
void setDesignatorArray(int i, LocatorDesignatorPropertyType designator)Sets ith "designator" element
-
insertNewDesignator
LocatorDesignatorPropertyType insertNewDesignator(int i)
Inserts and returns a new empty value (as xml) as the ith "designator" element
-
addNewDesignator
LocatorDesignatorPropertyType addNewDesignator()
Appends and returns a new empty value (as xml) as the last "designator" element
-
removeDesignator
void removeDesignator(int i)
Removes the ith "designator" element
-
getNameArray
LocatorNamePropertyType[] getNameArray()
Gets array of all "name" elements
-
getNameArray
LocatorNamePropertyType getNameArray(int i)
Gets ith "name" element
-
sizeOfNameArray
int sizeOfNameArray()
Returns number of "name" element
-
setNameArray
void setNameArray(LocatorNamePropertyType[] nameArray)
Sets array of all "name" element
-
setNameArray
void setNameArray(int i, LocatorNamePropertyType name)Sets ith "name" element
-
insertNewName
LocatorNamePropertyType insertNewName(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element
-
addNewName
LocatorNamePropertyType 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
-
getLevel
ReferenceType getLevel()
Gets the "level" element
-
setLevel
void setLevel(ReferenceType level)
Sets the "level" element
-
addNewLevel
ReferenceType addNewLevel()
Appends and returns a new empty "level" element
-
getWithinScopeOf
ReferenceType getWithinScopeOf()
Gets the "withinScopeOf" element
-
isNilWithinScopeOf
boolean isNilWithinScopeOf()
Tests for nil "withinScopeOf" element
-
isSetWithinScopeOf
boolean isSetWithinScopeOf()
True if has "withinScopeOf" element
-
setWithinScopeOf
void setWithinScopeOf(ReferenceType withinScopeOf)
Sets the "withinScopeOf" element
-
addNewWithinScopeOf
ReferenceType addNewWithinScopeOf()
Appends and returns a new empty "withinScopeOf" element
-
setNilWithinScopeOf
void setNilWithinScopeOf()
Nils the "withinScopeOf" element
-
unsetWithinScopeOf
void unsetWithinScopeOf()
Unsets the "withinScopeOf" element
-
-