Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface AdministrativeAreaDocument.AdministrativeArea
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AdministrativeAreaDocumentImpl.AdministrativeAreaImpl
- Enclosing interface:
- AdministrativeAreaDocument
public static interface AdministrativeAreaDocument.AdministrativeArea extends org.apache.xmlbeans.XmlObjectAn XML AdministrativeArea(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaNameAn XML AdministrativeAreaName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).static classAdministrativeAreaDocument.AdministrativeArea.FactoryA factory class with static methods for creating instances of this type.static interfaceAdministrativeAreaDocument.AdministrativeArea.SubAdministrativeAreaAn XML SubAdministrativeArea(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
-
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 AddressLineDocument.AddressLineaddNewAddressLine()Appends and returns a new empty value (as xml) as the last "AddressLine" elementAdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaNameaddNewAdministrativeAreaName()Appends and returns a new empty value (as xml) as the last "AdministrativeAreaName" elementorg.apache.xmlbeans.XmlAnySimpleTypeaddNewIndicator()Appends and returns a new empty "Indicator" attributeLocalityDocument.LocalityaddNewLocality()Appends and returns a new empty "Locality" elementPostalCodeDocument.PostalCodeaddNewPostalCode()Appends and returns a new empty "PostalCode" elementPostOfficeDocument.PostOfficeaddNewPostOffice()Appends and returns a new empty "PostOffice" elementAdministrativeAreaDocument.AdministrativeArea.SubAdministrativeAreaaddNewSubAdministrativeArea()Appends and returns a new empty "SubAdministrativeArea" elementorg.apache.xmlbeans.XmlAnySimpleTypeaddNewType()Appends and returns a new empty "Type" attributeorg.apache.xmlbeans.XmlAnySimpleTypeaddNewUsageType()Appends and returns a new empty "UsageType" attributeAddressLineDocument.AddressLine[]getAddressLineArray()Gets array of all "AddressLine" elementsAddressLineDocument.AddressLinegetAddressLineArray(int i)Gets ith "AddressLine" elementAdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName[]getAdministrativeAreaNameArray()Gets array of all "AdministrativeAreaName" elementsAdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaNamegetAdministrativeAreaNameArray(int i)Gets ith "AdministrativeAreaName" elementorg.apache.xmlbeans.XmlAnySimpleTypegetIndicator()Gets the "Indicator" attributeLocalityDocument.LocalitygetLocality()Gets the "Locality" elementPostalCodeDocument.PostalCodegetPostalCode()Gets the "PostalCode" elementPostOfficeDocument.PostOfficegetPostOffice()Gets the "PostOffice" elementAdministrativeAreaDocument.AdministrativeArea.SubAdministrativeAreagetSubAdministrativeArea()Gets the "SubAdministrativeArea" elementorg.apache.xmlbeans.XmlAnySimpleTypegetType()Gets the "Type" attributeorg.apache.xmlbeans.XmlAnySimpleTypegetUsageType()Gets the "UsageType" attributeAddressLineDocument.AddressLineinsertNewAddressLine(int i)Inserts and returns a new empty value (as xml) as the ith "AddressLine" elementAdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaNameinsertNewAdministrativeAreaName(int i)Inserts and returns a new empty value (as xml) as the ith "AdministrativeAreaName" elementbooleanisSetIndicator()True if has "Indicator" attributebooleanisSetLocality()True if has "Locality" elementbooleanisSetPostalCode()True if has "PostalCode" elementbooleanisSetPostOffice()True if has "PostOffice" elementbooleanisSetSubAdministrativeArea()True if has "SubAdministrativeArea" elementbooleanisSetType()True if has "Type" attributebooleanisSetUsageType()True if has "UsageType" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidremoveAdministrativeAreaName(int i)Removes the ith "AdministrativeAreaName" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" elementvoidsetAdministrativeAreaNameArray(int i, AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName administrativeAreaName)Sets ith "AdministrativeAreaName" elementvoidsetAdministrativeAreaNameArray(AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName[] administrativeAreaNameArray)Sets array of all "AdministrativeAreaName" elementvoidsetIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)Sets the "Indicator" attributevoidsetLocality(LocalityDocument.Locality locality)Sets the "Locality" elementvoidsetPostalCode(PostalCodeDocument.PostalCode postalCode)Sets the "PostalCode" elementvoidsetPostOffice(PostOfficeDocument.PostOffice postOffice)Sets the "PostOffice" elementvoidsetSubAdministrativeArea(AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea subAdministrativeArea)Sets the "SubAdministrativeArea" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributevoidsetUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType)Sets the "UsageType" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementintsizeOfAdministrativeAreaNameArray()Returns number of "AdministrativeAreaName" elementvoidunsetIndicator()Unsets the "Indicator" attributevoidunsetLocality()Unsets the "Locality" elementvoidunsetPostalCode()Unsets the "PostalCode" elementvoidunsetPostOffice()Unsets the "PostOffice" elementvoidunsetSubAdministrativeArea()Unsets the "SubAdministrativeArea" elementvoidunsetType()Unsets the "Type" attributevoidunsetUsageType()Unsets the "UsageType" attribute-
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
-
getAddressLineArray
AddressLineDocument.AddressLine[] getAddressLineArray()
Gets array of all "AddressLine" elements
-
getAddressLineArray
AddressLineDocument.AddressLine getAddressLineArray(int i)
Gets ith "AddressLine" element
-
sizeOfAddressLineArray
int sizeOfAddressLineArray()
Returns number of "AddressLine" element
-
setAddressLineArray
void setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
-
setAddressLineArray
void setAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" element
-
insertNewAddressLine
AddressLineDocument.AddressLine insertNewAddressLine(int i)
Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
-
addNewAddressLine
AddressLineDocument.AddressLine addNewAddressLine()
Appends and returns a new empty value (as xml) as the last "AddressLine" element
-
removeAddressLine
void removeAddressLine(int i)
Removes the ith "AddressLine" element
-
getAdministrativeAreaNameArray
AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName[] getAdministrativeAreaNameArray()
Gets array of all "AdministrativeAreaName" elements
-
getAdministrativeAreaNameArray
AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName getAdministrativeAreaNameArray(int i)
Gets ith "AdministrativeAreaName" element
-
sizeOfAdministrativeAreaNameArray
int sizeOfAdministrativeAreaNameArray()
Returns number of "AdministrativeAreaName" element
-
setAdministrativeAreaNameArray
void setAdministrativeAreaNameArray(AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName[] administrativeAreaNameArray)
Sets array of all "AdministrativeAreaName" element
-
setAdministrativeAreaNameArray
void setAdministrativeAreaNameArray(int i, AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName administrativeAreaName)Sets ith "AdministrativeAreaName" element
-
insertNewAdministrativeAreaName
AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName insertNewAdministrativeAreaName(int i)
Inserts and returns a new empty value (as xml) as the ith "AdministrativeAreaName" element
-
addNewAdministrativeAreaName
AdministrativeAreaDocument.AdministrativeArea.AdministrativeAreaName addNewAdministrativeAreaName()
Appends and returns a new empty value (as xml) as the last "AdministrativeAreaName" element
-
removeAdministrativeAreaName
void removeAdministrativeAreaName(int i)
Removes the ith "AdministrativeAreaName" element
-
getSubAdministrativeArea
AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea getSubAdministrativeArea()
Gets the "SubAdministrativeArea" element
-
isSetSubAdministrativeArea
boolean isSetSubAdministrativeArea()
True if has "SubAdministrativeArea" element
-
setSubAdministrativeArea
void setSubAdministrativeArea(AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea subAdministrativeArea)
Sets the "SubAdministrativeArea" element
-
addNewSubAdministrativeArea
AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea addNewSubAdministrativeArea()
Appends and returns a new empty "SubAdministrativeArea" element
-
unsetSubAdministrativeArea
void unsetSubAdministrativeArea()
Unsets the "SubAdministrativeArea" element
-
getLocality
LocalityDocument.Locality getLocality()
Gets the "Locality" element
-
isSetLocality
boolean isSetLocality()
True if has "Locality" element
-
setLocality
void setLocality(LocalityDocument.Locality locality)
Sets the "Locality" element
-
addNewLocality
LocalityDocument.Locality addNewLocality()
Appends and returns a new empty "Locality" element
-
unsetLocality
void unsetLocality()
Unsets the "Locality" element
-
getPostOffice
PostOfficeDocument.PostOffice getPostOffice()
Gets the "PostOffice" element
-
isSetPostOffice
boolean isSetPostOffice()
True if has "PostOffice" element
-
setPostOffice
void setPostOffice(PostOfficeDocument.PostOffice postOffice)
Sets the "PostOffice" element
-
addNewPostOffice
PostOfficeDocument.PostOffice addNewPostOffice()
Appends and returns a new empty "PostOffice" element
-
unsetPostOffice
void unsetPostOffice()
Unsets the "PostOffice" element
-
getPostalCode
PostalCodeDocument.PostalCode getPostalCode()
Gets the "PostalCode" element
-
isSetPostalCode
boolean isSetPostalCode()
True if has "PostalCode" element
-
setPostalCode
void setPostalCode(PostalCodeDocument.PostalCode postalCode)
Sets the "PostalCode" element
-
addNewPostalCode
PostalCodeDocument.PostalCode addNewPostalCode()
Appends and returns a new empty "PostalCode" element
-
unsetPostalCode
void unsetPostalCode()
Unsets the "PostalCode" element
-
getType
org.apache.xmlbeans.XmlAnySimpleType getType()
Gets the "Type" attribute
-
isSetType
boolean isSetType()
True if has "Type" attribute
-
setType
void setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "Type" attribute
-
addNewType
org.apache.xmlbeans.XmlAnySimpleType addNewType()
Appends and returns a new empty "Type" attribute
-
unsetType
void unsetType()
Unsets the "Type" attribute
-
getUsageType
org.apache.xmlbeans.XmlAnySimpleType getUsageType()
Gets the "UsageType" attribute
-
isSetUsageType
boolean isSetUsageType()
True if has "UsageType" attribute
-
setUsageType
void setUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType)
Sets the "UsageType" attribute
-
addNewUsageType
org.apache.xmlbeans.XmlAnySimpleType addNewUsageType()
Appends and returns a new empty "UsageType" attribute
-
unsetUsageType
void unsetUsageType()
Unsets the "UsageType" attribute
-
getIndicator
org.apache.xmlbeans.XmlAnySimpleType getIndicator()
Gets the "Indicator" attribute
-
isSetIndicator
boolean isSetIndicator()
True if has "Indicator" attribute
-
setIndicator
void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)
Sets the "Indicator" attribute
-
addNewIndicator
org.apache.xmlbeans.XmlAnySimpleType addNewIndicator()
Appends and returns a new empty "Indicator" attribute
-
unsetIndicator
void unsetIndicator()
Unsets the "Indicator" attribute
-
-