Package org.isotc211.x2005.gmd
Interface CIAddressType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CIAddressTypeImpl
public interface CIAddressType extends AbstractObjectType
An XML CI_Address_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCIAddressType.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 CharacterStringPropertyTypeaddNewAdministrativeArea()Appends and returns a new empty "administrativeArea" elementCharacterStringPropertyTypeaddNewCity()Appends and returns a new empty "city" elementCharacterStringPropertyTypeaddNewCountry()Appends and returns a new empty "country" elementCharacterStringPropertyTypeaddNewDeliveryPoint()Appends and returns a new empty value (as xml) as the last "deliveryPoint" elementCharacterStringPropertyTypeaddNewElectronicMailAddress()Appends and returns a new empty value (as xml) as the last "electronicMailAddress" elementCharacterStringPropertyTypeaddNewPostalCode()Appends and returns a new empty "postalCode" elementCharacterStringPropertyTypegetAdministrativeArea()Gets the "administrativeArea" elementCharacterStringPropertyTypegetCity()Gets the "city" elementCharacterStringPropertyTypegetCountry()Gets the "country" elementCharacterStringPropertyType[]getDeliveryPointArray()Gets array of all "deliveryPoint" elementsCharacterStringPropertyTypegetDeliveryPointArray(int i)Gets ith "deliveryPoint" elementCharacterStringPropertyType[]getElectronicMailAddressArray()Gets array of all "electronicMailAddress" elementsCharacterStringPropertyTypegetElectronicMailAddressArray(int i)Gets ith "electronicMailAddress" elementCharacterStringPropertyTypegetPostalCode()Gets the "postalCode" elementCharacterStringPropertyTypeinsertNewDeliveryPoint(int i)Inserts and returns a new empty value (as xml) as the ith "deliveryPoint" elementCharacterStringPropertyTypeinsertNewElectronicMailAddress(int i)Inserts and returns a new empty value (as xml) as the ith "electronicMailAddress" elementbooleanisSetAdministrativeArea()True if has "administrativeArea" elementbooleanisSetCity()True if has "city" elementbooleanisSetCountry()True if has "country" elementbooleanisSetPostalCode()True if has "postalCode" elementvoidremoveDeliveryPoint(int i)Removes the ith "deliveryPoint" elementvoidremoveElectronicMailAddress(int i)Removes the ith "electronicMailAddress" elementvoidsetAdministrativeArea(CharacterStringPropertyType administrativeArea)Sets the "administrativeArea" elementvoidsetCity(CharacterStringPropertyType city)Sets the "city" elementvoidsetCountry(CharacterStringPropertyType country)Sets the "country" elementvoidsetDeliveryPointArray(int i, CharacterStringPropertyType deliveryPoint)Sets ith "deliveryPoint" elementvoidsetDeliveryPointArray(CharacterStringPropertyType[] deliveryPointArray)Sets array of all "deliveryPoint" elementvoidsetElectronicMailAddressArray(int i, CharacterStringPropertyType electronicMailAddress)Sets ith "electronicMailAddress" elementvoidsetElectronicMailAddressArray(CharacterStringPropertyType[] electronicMailAddressArray)Sets array of all "electronicMailAddress" elementvoidsetPostalCode(CharacterStringPropertyType postalCode)Sets the "postalCode" elementintsizeOfDeliveryPointArray()Returns number of "deliveryPoint" elementintsizeOfElectronicMailAddressArray()Returns number of "electronicMailAddress" elementvoidunsetAdministrativeArea()Unsets the "administrativeArea" elementvoidunsetCity()Unsets the "city" elementvoidunsetCountry()Unsets the "country" elementvoidunsetPostalCode()Unsets the "postalCode" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
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
-
getDeliveryPointArray
CharacterStringPropertyType[] getDeliveryPointArray()
Gets array of all "deliveryPoint" elements
-
getDeliveryPointArray
CharacterStringPropertyType getDeliveryPointArray(int i)
Gets ith "deliveryPoint" element
-
sizeOfDeliveryPointArray
int sizeOfDeliveryPointArray()
Returns number of "deliveryPoint" element
-
setDeliveryPointArray
void setDeliveryPointArray(CharacterStringPropertyType[] deliveryPointArray)
Sets array of all "deliveryPoint" element
-
setDeliveryPointArray
void setDeliveryPointArray(int i, CharacterStringPropertyType deliveryPoint)Sets ith "deliveryPoint" element
-
insertNewDeliveryPoint
CharacterStringPropertyType insertNewDeliveryPoint(int i)
Inserts and returns a new empty value (as xml) as the ith "deliveryPoint" element
-
addNewDeliveryPoint
CharacterStringPropertyType addNewDeliveryPoint()
Appends and returns a new empty value (as xml) as the last "deliveryPoint" element
-
removeDeliveryPoint
void removeDeliveryPoint(int i)
Removes the ith "deliveryPoint" element
-
getCity
CharacterStringPropertyType getCity()
Gets the "city" element
-
isSetCity
boolean isSetCity()
True if has "city" element
-
setCity
void setCity(CharacterStringPropertyType city)
Sets the "city" element
-
addNewCity
CharacterStringPropertyType addNewCity()
Appends and returns a new empty "city" element
-
unsetCity
void unsetCity()
Unsets the "city" element
-
getAdministrativeArea
CharacterStringPropertyType getAdministrativeArea()
Gets the "administrativeArea" element
-
isSetAdministrativeArea
boolean isSetAdministrativeArea()
True if has "administrativeArea" element
-
setAdministrativeArea
void setAdministrativeArea(CharacterStringPropertyType administrativeArea)
Sets the "administrativeArea" element
-
addNewAdministrativeArea
CharacterStringPropertyType addNewAdministrativeArea()
Appends and returns a new empty "administrativeArea" element
-
unsetAdministrativeArea
void unsetAdministrativeArea()
Unsets the "administrativeArea" element
-
getPostalCode
CharacterStringPropertyType getPostalCode()
Gets the "postalCode" element
-
isSetPostalCode
boolean isSetPostalCode()
True if has "postalCode" element
-
setPostalCode
void setPostalCode(CharacterStringPropertyType postalCode)
Sets the "postalCode" element
-
addNewPostalCode
CharacterStringPropertyType addNewPostalCode()
Appends and returns a new empty "postalCode" element
-
unsetPostalCode
void unsetPostalCode()
Unsets the "postalCode" element
-
getCountry
CharacterStringPropertyType getCountry()
Gets the "country" element
-
isSetCountry
boolean isSetCountry()
True if has "country" element
-
setCountry
void setCountry(CharacterStringPropertyType country)
Sets the "country" element
-
addNewCountry
CharacterStringPropertyType addNewCountry()
Appends and returns a new empty "country" element
-
unsetCountry
void unsetCountry()
Unsets the "country" element
-
getElectronicMailAddressArray
CharacterStringPropertyType[] getElectronicMailAddressArray()
Gets array of all "electronicMailAddress" elements
-
getElectronicMailAddressArray
CharacterStringPropertyType getElectronicMailAddressArray(int i)
Gets ith "electronicMailAddress" element
-
sizeOfElectronicMailAddressArray
int sizeOfElectronicMailAddressArray()
Returns number of "electronicMailAddress" element
-
setElectronicMailAddressArray
void setElectronicMailAddressArray(CharacterStringPropertyType[] electronicMailAddressArray)
Sets array of all "electronicMailAddress" element
-
setElectronicMailAddressArray
void setElectronicMailAddressArray(int i, CharacterStringPropertyType electronicMailAddress)Sets ith "electronicMailAddress" element
-
insertNewElectronicMailAddress
CharacterStringPropertyType insertNewElectronicMailAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "electronicMailAddress" element
-
addNewElectronicMailAddress
CharacterStringPropertyType addNewElectronicMailAddress()
Appends and returns a new empty value (as xml) as the last "electronicMailAddress" element
-
removeElectronicMailAddress
void removeElectronicMailAddress(int i)
Removes the ith "electronicMailAddress" element
-
-