Package x0.oasisNamesTcCiqXsdschemaXAL2
Interface AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AdministrativeAreaDocumentImpl.AdministrativeAreaImpl.SubAdministrativeAreaImpl
- Enclosing interface:
- AdministrativeAreaDocument.AdministrativeArea
public static interface AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea extends org.apache.xmlbeans.XmlObjectAn XML SubAdministrativeArea(@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 classAdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.FactoryA factory class with static methods for creating instances of this type.static interfaceAdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaNameAn XML SubAdministrativeAreaName(@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" 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.SubAdministrativeArea.SubAdministrativeAreaNameaddNewSubAdministrativeAreaName()Appends and returns a new empty value (as xml) as the last "SubAdministrativeAreaName" 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" elementorg.apache.xmlbeans.XmlAnySimpleTypegetIndicator()Gets the "Indicator" attributeLocalityDocument.LocalitygetLocality()Gets the "Locality" elementPostalCodeDocument.PostalCodegetPostalCode()Gets the "PostalCode" elementPostOfficeDocument.PostOfficegetPostOffice()Gets the "PostOffice" elementAdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName[]getSubAdministrativeAreaNameArray()Gets array of all "SubAdministrativeAreaName" elementsAdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaNamegetSubAdministrativeAreaNameArray(int i)Gets ith "SubAdministrativeAreaName" 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.SubAdministrativeArea.SubAdministrativeAreaNameinsertNewSubAdministrativeAreaName(int i)Inserts and returns a new empty value (as xml) as the ith "SubAdministrativeAreaName" elementbooleanisSetIndicator()True if has "Indicator" attributebooleanisSetLocality()True if has "Locality" elementbooleanisSetPostalCode()True if has "PostalCode" elementbooleanisSetPostOffice()True if has "PostOffice" elementbooleanisSetType()True if has "Type" attributebooleanisSetUsageType()True if has "UsageType" attributevoidremoveAddressLine(int i)Removes the ith "AddressLine" elementvoidremoveSubAdministrativeAreaName(int i)Removes the ith "SubAdministrativeAreaName" elementvoidsetAddressLineArray(int i, AddressLineDocument.AddressLine addressLine)Sets ith "AddressLine" elementvoidsetAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)Sets array of all "AddressLine" 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" elementvoidsetSubAdministrativeAreaNameArray(int i, AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName subAdministrativeAreaName)Sets ith "SubAdministrativeAreaName" elementvoidsetSubAdministrativeAreaNameArray(AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName[] subAdministrativeAreaNameArray)Sets array of all "SubAdministrativeAreaName" elementvoidsetType(org.apache.xmlbeans.XmlAnySimpleType type)Sets the "Type" attributevoidsetUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType)Sets the "UsageType" attributeintsizeOfAddressLineArray()Returns number of "AddressLine" elementintsizeOfSubAdministrativeAreaNameArray()Returns number of "SubAdministrativeAreaName" elementvoidunsetIndicator()Unsets the "Indicator" attributevoidunsetLocality()Unsets the "Locality" elementvoidunsetPostalCode()Unsets the "PostalCode" elementvoidunsetPostOffice()Unsets the "PostOffice" 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
-
getSubAdministrativeAreaNameArray
AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName[] getSubAdministrativeAreaNameArray()
Gets array of all "SubAdministrativeAreaName" elements
-
getSubAdministrativeAreaNameArray
AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName getSubAdministrativeAreaNameArray(int i)
Gets ith "SubAdministrativeAreaName" element
-
sizeOfSubAdministrativeAreaNameArray
int sizeOfSubAdministrativeAreaNameArray()
Returns number of "SubAdministrativeAreaName" element
-
setSubAdministrativeAreaNameArray
void setSubAdministrativeAreaNameArray(AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName[] subAdministrativeAreaNameArray)
Sets array of all "SubAdministrativeAreaName" element
-
setSubAdministrativeAreaNameArray
void setSubAdministrativeAreaNameArray(int i, AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName subAdministrativeAreaName)Sets ith "SubAdministrativeAreaName" element
-
insertNewSubAdministrativeAreaName
AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName insertNewSubAdministrativeAreaName(int i)
Inserts and returns a new empty value (as xml) as the ith "SubAdministrativeAreaName" element
-
addNewSubAdministrativeAreaName
AdministrativeAreaDocument.AdministrativeArea.SubAdministrativeArea.SubAdministrativeAreaName addNewSubAdministrativeAreaName()
Appends and returns a new empty value (as xml) as the last "SubAdministrativeAreaName" element
-
removeSubAdministrativeAreaName
void removeSubAdministrativeAreaName(int i)
Removes the ith "SubAdministrativeAreaName" 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
-
-