public static interface LocalityDocument.Locality
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocalityDocument.Locality.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
LocalityDocument.Locality.LocalityName
An XML LocalityName(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
AddressLineDocument.AddressLine |
addNewAddressLine()
Appends and returns a new empty value (as xml) as the last "AddressLine" element
|
DependentLocalityType |
addNewDependentLocality()
Appends and returns a new empty "DependentLocality" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewIndicator()
Appends and returns a new empty "Indicator" attribute
|
LargeMailUserType |
addNewLargeMailUser()
Appends and returns a new empty "LargeMailUser" element
|
LocalityDocument.Locality.LocalityName |
addNewLocalityName()
Appends and returns a new empty value (as xml) as the last "LocalityName" element
|
PostalCodeDocument.PostalCode |
addNewPostalCode()
Appends and returns a new empty "PostalCode" element
|
PostalRouteType |
addNewPostalRoute()
Appends and returns a new empty "PostalRoute" element
|
PostBoxDocument.PostBox |
addNewPostBox()
Appends and returns a new empty "PostBox" element
|
PostOfficeDocument.PostOffice |
addNewPostOffice()
Appends and returns a new empty "PostOffice" element
|
PremiseDocument.Premise |
addNewPremise()
Appends and returns a new empty "Premise" element
|
ThoroughfareDocument.Thoroughfare |
addNewThoroughfare()
Appends and returns a new empty "Thoroughfare" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewType()
Appends and returns a new empty "Type" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewUsageType()
Appends and returns a new empty "UsageType" attribute
|
AddressLineDocument.AddressLine[] |
getAddressLineArray()
Gets array of all "AddressLine" elements
|
AddressLineDocument.AddressLine |
getAddressLineArray(int i)
Gets ith "AddressLine" element
|
DependentLocalityType |
getDependentLocality()
Gets the "DependentLocality" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getIndicator()
Gets the "Indicator" attribute
|
LargeMailUserType |
getLargeMailUser()
Gets the "LargeMailUser" element
|
LocalityDocument.Locality.LocalityName[] |
getLocalityNameArray()
Gets array of all "LocalityName" elements
|
LocalityDocument.Locality.LocalityName |
getLocalityNameArray(int i)
Gets ith "LocalityName" element
|
PostalCodeDocument.PostalCode |
getPostalCode()
Gets the "PostalCode" element
|
PostalRouteType |
getPostalRoute()
Gets the "PostalRoute" element
|
PostBoxDocument.PostBox |
getPostBox()
Gets the "PostBox" element
|
PostOfficeDocument.PostOffice |
getPostOffice()
Gets the "PostOffice" element
|
PremiseDocument.Premise |
getPremise()
Gets the "Premise" element
|
ThoroughfareDocument.Thoroughfare |
getThoroughfare()
Gets the "Thoroughfare" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getType()
Gets the "Type" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
getUsageType()
Gets the "UsageType" attribute
|
AddressLineDocument.AddressLine |
insertNewAddressLine(int i)
Inserts and returns a new empty value (as xml) as the ith "AddressLine" element
|
LocalityDocument.Locality.LocalityName |
insertNewLocalityName(int i)
Inserts and returns a new empty value (as xml) as the ith "LocalityName" element
|
boolean |
isSetDependentLocality()
True if has "DependentLocality" element
|
boolean |
isSetIndicator()
True if has "Indicator" attribute
|
boolean |
isSetLargeMailUser()
True if has "LargeMailUser" element
|
boolean |
isSetPostalCode()
True if has "PostalCode" element
|
boolean |
isSetPostalRoute()
True if has "PostalRoute" element
|
boolean |
isSetPostBox()
True if has "PostBox" element
|
boolean |
isSetPostOffice()
True if has "PostOffice" element
|
boolean |
isSetPremise()
True if has "Premise" element
|
boolean |
isSetThoroughfare()
True if has "Thoroughfare" element
|
boolean |
isSetType()
True if has "Type" attribute
|
boolean |
isSetUsageType()
True if has "UsageType" attribute
|
void |
removeAddressLine(int i)
Removes the ith "AddressLine" element
|
void |
removeLocalityName(int i)
Removes the ith "LocalityName" element
|
void |
setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
Sets array of all "AddressLine" element
|
void |
setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
Sets ith "AddressLine" element
|
void |
setDependentLocality(DependentLocalityType dependentLocality)
Sets the "DependentLocality" element
|
void |
setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)
Sets the "Indicator" attribute
|
void |
setLargeMailUser(LargeMailUserType largeMailUser)
Sets the "LargeMailUser" element
|
void |
setLocalityNameArray(int i,
LocalityDocument.Locality.LocalityName localityName)
Sets ith "LocalityName" element
|
void |
setLocalityNameArray(LocalityDocument.Locality.LocalityName[] localityNameArray)
Sets array of all "LocalityName" element
|
void |
setPostalCode(PostalCodeDocument.PostalCode postalCode)
Sets the "PostalCode" element
|
void |
setPostalRoute(PostalRouteType postalRoute)
Sets the "PostalRoute" element
|
void |
setPostBox(PostBoxDocument.PostBox postBox)
Sets the "PostBox" element
|
void |
setPostOffice(PostOfficeDocument.PostOffice postOffice)
Sets the "PostOffice" element
|
void |
setPremise(PremiseDocument.Premise premise)
Sets the "Premise" element
|
void |
setThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)
Sets the "Thoroughfare" element
|
void |
setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "Type" attribute
|
void |
setUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType)
Sets the "UsageType" attribute
|
int |
sizeOfAddressLineArray()
Returns number of "AddressLine" element
|
int |
sizeOfLocalityNameArray()
Returns number of "LocalityName" element
|
void |
unsetDependentLocality()
Unsets the "DependentLocality" element
|
void |
unsetIndicator()
Unsets the "Indicator" attribute
|
void |
unsetLargeMailUser()
Unsets the "LargeMailUser" element
|
void |
unsetPostalCode()
Unsets the "PostalCode" element
|
void |
unsetPostalRoute()
Unsets the "PostalRoute" element
|
void |
unsetPostBox()
Unsets the "PostBox" element
|
void |
unsetPostOffice()
Unsets the "PostOffice" element
|
void |
unsetPremise()
Unsets the "Premise" element
|
void |
unsetThoroughfare()
Unsets the "Thoroughfare" element
|
void |
unsetType()
Unsets the "Type" attribute
|
void |
unsetUsageType()
Unsets the "UsageType" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextAddressLineDocument.AddressLine[] getAddressLineArray()
AddressLineDocument.AddressLine getAddressLineArray(int i)
int sizeOfAddressLineArray()
void setAddressLineArray(AddressLineDocument.AddressLine[] addressLineArray)
void setAddressLineArray(int i,
AddressLineDocument.AddressLine addressLine)
AddressLineDocument.AddressLine insertNewAddressLine(int i)
AddressLineDocument.AddressLine addNewAddressLine()
void removeAddressLine(int i)
LocalityDocument.Locality.LocalityName[] getLocalityNameArray()
LocalityDocument.Locality.LocalityName getLocalityNameArray(int i)
int sizeOfLocalityNameArray()
void setLocalityNameArray(LocalityDocument.Locality.LocalityName[] localityNameArray)
void setLocalityNameArray(int i,
LocalityDocument.Locality.LocalityName localityName)
LocalityDocument.Locality.LocalityName insertNewLocalityName(int i)
LocalityDocument.Locality.LocalityName addNewLocalityName()
void removeLocalityName(int i)
PostBoxDocument.PostBox getPostBox()
boolean isSetPostBox()
void setPostBox(PostBoxDocument.PostBox postBox)
PostBoxDocument.PostBox addNewPostBox()
void unsetPostBox()
LargeMailUserType getLargeMailUser()
boolean isSetLargeMailUser()
void setLargeMailUser(LargeMailUserType largeMailUser)
LargeMailUserType addNewLargeMailUser()
void unsetLargeMailUser()
PostOfficeDocument.PostOffice getPostOffice()
boolean isSetPostOffice()
void setPostOffice(PostOfficeDocument.PostOffice postOffice)
PostOfficeDocument.PostOffice addNewPostOffice()
void unsetPostOffice()
PostalRouteType getPostalRoute()
boolean isSetPostalRoute()
void setPostalRoute(PostalRouteType postalRoute)
PostalRouteType addNewPostalRoute()
void unsetPostalRoute()
ThoroughfareDocument.Thoroughfare getThoroughfare()
boolean isSetThoroughfare()
void setThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)
ThoroughfareDocument.Thoroughfare addNewThoroughfare()
void unsetThoroughfare()
PremiseDocument.Premise getPremise()
boolean isSetPremise()
void setPremise(PremiseDocument.Premise premise)
PremiseDocument.Premise addNewPremise()
void unsetPremise()
DependentLocalityType getDependentLocality()
boolean isSetDependentLocality()
void setDependentLocality(DependentLocalityType dependentLocality)
DependentLocalityType addNewDependentLocality()
void unsetDependentLocality()
PostalCodeDocument.PostalCode getPostalCode()
boolean isSetPostalCode()
void setPostalCode(PostalCodeDocument.PostalCode postalCode)
PostalCodeDocument.PostalCode addNewPostalCode()
void unsetPostalCode()
org.apache.xmlbeans.XmlAnySimpleType getType()
boolean isSetType()
void setType(org.apache.xmlbeans.XmlAnySimpleType type)
org.apache.xmlbeans.XmlAnySimpleType addNewType()
void unsetType()
org.apache.xmlbeans.XmlAnySimpleType getUsageType()
boolean isSetUsageType()
void setUsageType(org.apache.xmlbeans.XmlAnySimpleType usageType)
org.apache.xmlbeans.XmlAnySimpleType addNewUsageType()
void unsetUsageType()
org.apache.xmlbeans.XmlAnySimpleType getIndicator()
boolean isSetIndicator()
void setIndicator(org.apache.xmlbeans.XmlAnySimpleType indicator)
org.apache.xmlbeans.XmlAnySimpleType addNewIndicator()
void unsetIndicator()
Copyright © 2015–2018 52north.org. All rights reserved.