public class AddressDetails extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for AddressDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PostalServiceElements" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AddressIdentifier" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="IdentifierType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="EndorsementLineCode" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="KeyLineCode" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Barcode" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SortingCode" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="AddressLatitude" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AddressLatitudeDirection" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AddressLongitude" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AddressLongitudeDirection" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SupplementaryPostalServiceData" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<choice minOccurs="0">
<element name="Address">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element name="AddressLines" type="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLinesType"/>
<element name="Country">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AddressLine" maxOccurs="unbounded" minOccurs="0"/>
<element name="CountryNameCode" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="Scheme" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}CountryName" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AdministrativeArea"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}Locality"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}Thoroughfare"/>
</choice>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}AdministrativeArea"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}Locality"/>
<element ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}Thoroughfare"/>
</choice>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:oasis:names:tc:ciq:xsdschema:xAL:2.0}grPostal"/>
<attribute name="AddressType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CurrentStatus" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ValidFromDate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ValidToDate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Usage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="AddressDetailsKey" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<anyAttribute namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AddressDetails.Address
Java class for anonymous complex type.
|
static class |
AddressDetails.Country
Java class for anonymous complex type.
|
static class |
AddressDetails.PostalServiceElements
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AddressDetails.Address |
address |
protected String |
addressDetailsKey |
protected AddressLinesType |
addressLines |
protected String |
addressType |
protected AdministrativeArea |
administrativeArea |
protected List<Object> |
any |
protected String |
code |
protected AddressDetails.Country |
country |
protected String |
currentStatus |
protected Locality |
locality |
protected AddressDetails.PostalServiceElements |
postalServiceElements |
protected Thoroughfare |
thoroughfare |
protected String |
usage |
protected String |
validFromDate |
protected String |
validToDate |
| Constructor and Description |
|---|
AddressDetails() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
AddressDetails.Address |
getAddress()
Gets the value of the address property.
|
String |
getAddressDetailsKey()
Gets the value of the addressDetailsKey property.
|
AddressLinesType |
getAddressLines()
Gets the value of the addressLines property.
|
String |
getAddressType()
Gets the value of the addressType property.
|
AdministrativeArea |
getAdministrativeArea()
Gets the value of the administrativeArea property.
|
List<Object> |
getAny()
Gets the value of the any property.
|
String |
getCode()
Gets the value of the code property.
|
AddressDetails.Country |
getCountry()
Gets the value of the country property.
|
String |
getCurrentStatus()
Gets the value of the currentStatus property.
|
Locality |
getLocality()
Gets the value of the locality property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
AddressDetails.PostalServiceElements |
getPostalServiceElements()
Gets the value of the postalServiceElements property.
|
Thoroughfare |
getThoroughfare()
Gets the value of the thoroughfare property.
|
String |
getUsage()
Gets the value of the usage property.
|
String |
getValidFromDate()
Gets the value of the validFromDate property.
|
String |
getValidToDate()
Gets the value of the validToDate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetAddress() |
boolean |
isSetAddressDetailsKey() |
boolean |
isSetAddressLines() |
boolean |
isSetAddressType() |
boolean |
isSetAdministrativeArea() |
boolean |
isSetAny() |
boolean |
isSetCode() |
boolean |
isSetCountry() |
boolean |
isSetCurrentStatus() |
boolean |
isSetLocality() |
boolean |
isSetPostalServiceElements() |
boolean |
isSetThoroughfare() |
boolean |
isSetUsage() |
boolean |
isSetValidFromDate() |
boolean |
isSetValidToDate() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setAddress(AddressDetails.Address value)
Sets the value of the address property.
|
void |
setAddressDetailsKey(String value)
Sets the value of the addressDetailsKey property.
|
void |
setAddressLines(AddressLinesType value)
Sets the value of the addressLines property.
|
void |
setAddressType(String value)
Sets the value of the addressType property.
|
void |
setAdministrativeArea(AdministrativeArea value)
Sets the value of the administrativeArea property.
|
void |
setAny(List<Object> value) |
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCountry(AddressDetails.Country value)
Sets the value of the country property.
|
void |
setCurrentStatus(String value)
Sets the value of the currentStatus property.
|
void |
setLocality(Locality value)
Sets the value of the locality property.
|
void |
setPostalServiceElements(AddressDetails.PostalServiceElements value)
Sets the value of the postalServiceElements property.
|
void |
setThoroughfare(Thoroughfare value)
Sets the value of the thoroughfare property.
|
void |
setUsage(String value)
Sets the value of the usage property.
|
void |
setValidFromDate(String value)
Sets the value of the validFromDate property.
|
void |
setValidToDate(String value)
Sets the value of the validToDate property.
|
String |
toString() |
void |
unsetAny() |
AddressDetails |
withAddress(AddressDetails.Address value) |
AddressDetails |
withAddressDetailsKey(String value) |
AddressDetails |
withAddressLines(AddressLinesType value) |
AddressDetails |
withAddressType(String value) |
AddressDetails |
withAdministrativeArea(AdministrativeArea value) |
AddressDetails |
withAny(Collection<Object> values) |
AddressDetails |
withAny(List<Object> value) |
AddressDetails |
withAny(Object... values) |
AddressDetails |
withCode(String value) |
AddressDetails |
withCountry(AddressDetails.Country value) |
AddressDetails |
withCurrentStatus(String value) |
AddressDetails |
withLocality(Locality value) |
AddressDetails |
withPostalServiceElements(AddressDetails.PostalServiceElements value) |
AddressDetails |
withThoroughfare(Thoroughfare value) |
AddressDetails |
withUsage(String value) |
AddressDetails |
withValidFromDate(String value) |
AddressDetails |
withValidToDate(String value) |
protected AddressDetails.PostalServiceElements postalServiceElements
protected AddressDetails.Address address
protected AddressLinesType addressLines
protected AddressDetails.Country country
protected AdministrativeArea administrativeArea
protected Locality locality
protected Thoroughfare thoroughfare
protected String addressType
protected String currentStatus
protected String validFromDate
protected String validToDate
protected String usage
protected String addressDetailsKey
protected String code
public AddressDetails.PostalServiceElements getPostalServiceElements()
AddressDetails.PostalServiceElementspublic void setPostalServiceElements(AddressDetails.PostalServiceElements value)
value - allowed object is
AddressDetails.PostalServiceElementspublic boolean isSetPostalServiceElements()
public AddressDetails.Address getAddress()
AddressDetails.Addresspublic void setAddress(AddressDetails.Address value)
value - allowed object is
AddressDetails.Addresspublic boolean isSetAddress()
public AddressLinesType getAddressLines()
AddressLinesTypepublic void setAddressLines(AddressLinesType value)
value - allowed object is
AddressLinesTypepublic boolean isSetAddressLines()
public AddressDetails.Country getCountry()
AddressDetails.Countrypublic void setCountry(AddressDetails.Country value)
value - allowed object is
AddressDetails.Countrypublic boolean isSetCountry()
public AdministrativeArea getAdministrativeArea()
AdministrativeAreapublic void setAdministrativeArea(AdministrativeArea value)
value - allowed object is
AdministrativeAreapublic boolean isSetAdministrativeArea()
public Locality getLocality()
Localitypublic void setLocality(Locality value)
value - allowed object is
Localitypublic boolean isSetLocality()
public Thoroughfare getThoroughfare()
Thoroughfarepublic void setThoroughfare(Thoroughfare value)
value - allowed object is
Thoroughfarepublic boolean isSetThoroughfare()
public List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetAny()
public void unsetAny()
public String getAddressType()
Stringpublic void setAddressType(String value)
value - allowed object is
Stringpublic boolean isSetAddressType()
public String getCurrentStatus()
Stringpublic void setCurrentStatus(String value)
value - allowed object is
Stringpublic boolean isSetCurrentStatus()
public String getValidFromDate()
Stringpublic void setValidFromDate(String value)
value - allowed object is
Stringpublic boolean isSetValidFromDate()
public String getValidToDate()
Stringpublic void setValidToDate(String value)
value - allowed object is
Stringpublic boolean isSetValidToDate()
public String getUsage()
Stringpublic void setUsage(String value)
value - allowed object is
Stringpublic boolean isSetUsage()
public String getAddressDetailsKey()
Stringpublic void setAddressDetailsKey(String value)
value - allowed object is
Stringpublic boolean isSetAddressDetailsKey()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public AddressDetails withPostalServiceElements(AddressDetails.PostalServiceElements value)
public AddressDetails withAddress(AddressDetails.Address value)
public AddressDetails withAddressLines(AddressLinesType value)
public AddressDetails withCountry(AddressDetails.Country value)
public AddressDetails withAdministrativeArea(AdministrativeArea value)
public AddressDetails withLocality(Locality value)
public AddressDetails withThoroughfare(Thoroughfare value)
public AddressDetails withAny(Object... values)
public AddressDetails withAny(Collection<Object> values)
public AddressDetails withAddressType(String value)
public AddressDetails withCurrentStatus(String value)
public AddressDetails withValidFromDate(String value)
public AddressDetails withValidToDate(String value)
public AddressDetails withUsage(String value)
public AddressDetails withAddressDetailsKey(String value)
public AddressDetails withCode(String value)
public AddressDetails withAny(List<Object> value)
Copyright © 2008–2023. All rights reserved.