public interface AddressDetails
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AddressDetails.Address
An XML Address(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
static interface |
AddressDetails.Country
An XML Country(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0).
|
static class |
AddressDetails.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
AddressDetails.PostalServiceElements
An XML PostalServiceElements(@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 |
|---|---|
AddressDetails.Address |
addNewAddress()
Appends and returns a new empty "Address" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewAddressDetailsKey()
Appends and returns a new empty "AddressDetailsKey" attribute
|
AddressLinesType |
addNewAddressLines()
Appends and returns a new empty "AddressLines" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewAddressType()
Appends and returns a new empty "AddressType" attribute
|
AdministrativeAreaDocument.AdministrativeArea |
addNewAdministrativeArea()
Appends and returns a new empty "AdministrativeArea" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewCode()
Appends and returns a new empty "Code" attribute
|
AddressDetails.Country |
addNewCountry()
Appends and returns a new empty "Country" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewCurrentStatus()
Appends and returns a new empty "CurrentStatus" attribute
|
LocalityDocument.Locality |
addNewLocality()
Appends and returns a new empty "Locality" element
|
AddressDetails.PostalServiceElements |
addNewPostalServiceElements()
Appends and returns a new empty "PostalServiceElements" element
|
ThoroughfareDocument.Thoroughfare |
addNewThoroughfare()
Appends and returns a new empty "Thoroughfare" element
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewUsage()
Appends and returns a new empty "Usage" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewValidFromDate()
Appends and returns a new empty "ValidFromDate" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
addNewValidToDate()
Appends and returns a new empty "ValidToDate" attribute
|
AddressDetails.Address |
getAddress()
Gets the "Address" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getAddressDetailsKey()
Gets the "AddressDetailsKey" attribute
|
AddressLinesType |
getAddressLines()
Gets the "AddressLines" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getAddressType()
Gets the "AddressType" attribute
|
AdministrativeAreaDocument.AdministrativeArea |
getAdministrativeArea()
Gets the "AdministrativeArea" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getCode()
Gets the "Code" attribute
|
AddressDetails.Country |
getCountry()
Gets the "Country" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getCurrentStatus()
Gets the "CurrentStatus" attribute
|
LocalityDocument.Locality |
getLocality()
Gets the "Locality" element
|
AddressDetails.PostalServiceElements |
getPostalServiceElements()
Gets the "PostalServiceElements" element
|
ThoroughfareDocument.Thoroughfare |
getThoroughfare()
Gets the "Thoroughfare" element
|
org.apache.xmlbeans.XmlAnySimpleType |
getUsage()
Gets the "Usage" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
getValidFromDate()
Gets the "ValidFromDate" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
getValidToDate()
Gets the "ValidToDate" attribute
|
boolean |
isSetAddress()
True if has "Address" element
|
boolean |
isSetAddressDetailsKey()
True if has "AddressDetailsKey" attribute
|
boolean |
isSetAddressLines()
True if has "AddressLines" element
|
boolean |
isSetAddressType()
True if has "AddressType" attribute
|
boolean |
isSetAdministrativeArea()
True if has "AdministrativeArea" element
|
boolean |
isSetCode()
True if has "Code" attribute
|
boolean |
isSetCountry()
True if has "Country" element
|
boolean |
isSetCurrentStatus()
True if has "CurrentStatus" attribute
|
boolean |
isSetLocality()
True if has "Locality" element
|
boolean |
isSetPostalServiceElements()
True if has "PostalServiceElements" element
|
boolean |
isSetThoroughfare()
True if has "Thoroughfare" element
|
boolean |
isSetUsage()
True if has "Usage" attribute
|
boolean |
isSetValidFromDate()
True if has "ValidFromDate" attribute
|
boolean |
isSetValidToDate()
True if has "ValidToDate" attribute
|
void |
setAddress(AddressDetails.Address address)
Sets the "Address" element
|
void |
setAddressDetailsKey(org.apache.xmlbeans.XmlAnySimpleType addressDetailsKey)
Sets the "AddressDetailsKey" attribute
|
void |
setAddressLines(AddressLinesType addressLines)
Sets the "AddressLines" element
|
void |
setAddressType(org.apache.xmlbeans.XmlAnySimpleType addressType)
Sets the "AddressType" attribute
|
void |
setAdministrativeArea(AdministrativeAreaDocument.AdministrativeArea administrativeArea)
Sets the "AdministrativeArea" element
|
void |
setCode(org.apache.xmlbeans.XmlAnySimpleType code)
Sets the "Code" attribute
|
void |
setCountry(AddressDetails.Country country)
Sets the "Country" element
|
void |
setCurrentStatus(org.apache.xmlbeans.XmlAnySimpleType currentStatus)
Sets the "CurrentStatus" attribute
|
void |
setLocality(LocalityDocument.Locality locality)
Sets the "Locality" element
|
void |
setPostalServiceElements(AddressDetails.PostalServiceElements postalServiceElements)
Sets the "PostalServiceElements" element
|
void |
setThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)
Sets the "Thoroughfare" element
|
void |
setUsage(org.apache.xmlbeans.XmlAnySimpleType usage)
Sets the "Usage" attribute
|
void |
setValidFromDate(org.apache.xmlbeans.XmlAnySimpleType validFromDate)
Sets the "ValidFromDate" attribute
|
void |
setValidToDate(org.apache.xmlbeans.XmlAnySimpleType validToDate)
Sets the "ValidToDate" attribute
|
void |
unsetAddress()
Unsets the "Address" element
|
void |
unsetAddressDetailsKey()
Unsets the "AddressDetailsKey" attribute
|
void |
unsetAddressLines()
Unsets the "AddressLines" element
|
void |
unsetAddressType()
Unsets the "AddressType" attribute
|
void |
unsetAdministrativeArea()
Unsets the "AdministrativeArea" element
|
void |
unsetCode()
Unsets the "Code" attribute
|
void |
unsetCountry()
Unsets the "Country" element
|
void |
unsetCurrentStatus()
Unsets the "CurrentStatus" attribute
|
void |
unsetLocality()
Unsets the "Locality" element
|
void |
unsetPostalServiceElements()
Unsets the "PostalServiceElements" element
|
void |
unsetThoroughfare()
Unsets the "Thoroughfare" element
|
void |
unsetUsage()
Unsets the "Usage" attribute
|
void |
unsetValidFromDate()
Unsets the "ValidFromDate" attribute
|
void |
unsetValidToDate()
Unsets the "ValidToDate" 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, xmlTextAddressDetails.PostalServiceElements getPostalServiceElements()
boolean isSetPostalServiceElements()
void setPostalServiceElements(AddressDetails.PostalServiceElements postalServiceElements)
AddressDetails.PostalServiceElements addNewPostalServiceElements()
void unsetPostalServiceElements()
AddressDetails.Address getAddress()
boolean isSetAddress()
void setAddress(AddressDetails.Address address)
AddressDetails.Address addNewAddress()
void unsetAddress()
AddressLinesType getAddressLines()
boolean isSetAddressLines()
void setAddressLines(AddressLinesType addressLines)
AddressLinesType addNewAddressLines()
void unsetAddressLines()
AddressDetails.Country getCountry()
boolean isSetCountry()
void setCountry(AddressDetails.Country country)
AddressDetails.Country addNewCountry()
void unsetCountry()
AdministrativeAreaDocument.AdministrativeArea getAdministrativeArea()
boolean isSetAdministrativeArea()
void setAdministrativeArea(AdministrativeAreaDocument.AdministrativeArea administrativeArea)
AdministrativeAreaDocument.AdministrativeArea addNewAdministrativeArea()
void unsetAdministrativeArea()
LocalityDocument.Locality getLocality()
boolean isSetLocality()
void setLocality(LocalityDocument.Locality locality)
LocalityDocument.Locality addNewLocality()
void unsetLocality()
ThoroughfareDocument.Thoroughfare getThoroughfare()
boolean isSetThoroughfare()
void setThoroughfare(ThoroughfareDocument.Thoroughfare thoroughfare)
ThoroughfareDocument.Thoroughfare addNewThoroughfare()
void unsetThoroughfare()
org.apache.xmlbeans.XmlAnySimpleType getAddressType()
boolean isSetAddressType()
void setAddressType(org.apache.xmlbeans.XmlAnySimpleType addressType)
org.apache.xmlbeans.XmlAnySimpleType addNewAddressType()
void unsetAddressType()
org.apache.xmlbeans.XmlAnySimpleType getCurrentStatus()
boolean isSetCurrentStatus()
void setCurrentStatus(org.apache.xmlbeans.XmlAnySimpleType currentStatus)
org.apache.xmlbeans.XmlAnySimpleType addNewCurrentStatus()
void unsetCurrentStatus()
org.apache.xmlbeans.XmlAnySimpleType getValidFromDate()
boolean isSetValidFromDate()
void setValidFromDate(org.apache.xmlbeans.XmlAnySimpleType validFromDate)
org.apache.xmlbeans.XmlAnySimpleType addNewValidFromDate()
void unsetValidFromDate()
org.apache.xmlbeans.XmlAnySimpleType getValidToDate()
boolean isSetValidToDate()
void setValidToDate(org.apache.xmlbeans.XmlAnySimpleType validToDate)
org.apache.xmlbeans.XmlAnySimpleType addNewValidToDate()
void unsetValidToDate()
org.apache.xmlbeans.XmlAnySimpleType getUsage()
boolean isSetUsage()
void setUsage(org.apache.xmlbeans.XmlAnySimpleType usage)
org.apache.xmlbeans.XmlAnySimpleType addNewUsage()
void unsetUsage()
org.apache.xmlbeans.XmlAnySimpleType getCode()
boolean isSetCode()
void setCode(org.apache.xmlbeans.XmlAnySimpleType code)
org.apache.xmlbeans.XmlAnySimpleType addNewCode()
void unsetCode()
org.apache.xmlbeans.XmlAnySimpleType getAddressDetailsKey()
boolean isSetAddressDetailsKey()
void setAddressDetailsKey(org.apache.xmlbeans.XmlAnySimpleType addressDetailsKey)
org.apache.xmlbeans.XmlAnySimpleType addNewAddressDetailsKey()
void unsetAddressDetailsKey()
Copyright © 2015–2018 52north.org. All rights reserved.