@CodingStyleguideUnaware public class AddressType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for AddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fullAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}poBox" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}thoroughfare" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}locatorDesignator" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}locatorName" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}addressArea" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}postName" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}adminUnitLevel1" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}adminUnitLevel2" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}postCode" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/locn#}addressId" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
AddressType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AddressType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getAddressArea()
Gets the value of the addressArea property.
|
String |
getAddressId()
Gets the value of the addressId property.
|
String |
getAdminUnitLevel1()
Gets the value of the adminUnitLevel1 property.
|
String |
getAdminUnitLevel2()
Gets the value of the adminUnitLevel2 property.
|
String |
getFullAddress()
Gets the value of the fullAddress property.
|
String |
getLocatorDesignator()
Gets the value of the locatorDesignator property.
|
String |
getLocatorName()
Gets the value of the locatorName property.
|
String |
getPoBox()
Gets the value of the poBox property.
|
String |
getPostCode()
Gets the value of the postCode property.
|
String |
getPostName()
Gets the value of the postName property.
|
String |
getThoroughfare()
Gets the value of the thoroughfare property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setAddressArea(String value)
Sets the value of the addressArea property.
|
void |
setAddressId(String value)
Sets the value of the addressId property.
|
void |
setAdminUnitLevel1(String value)
Sets the value of the adminUnitLevel1 property.
|
void |
setAdminUnitLevel2(String value)
Sets the value of the adminUnitLevel2 property.
|
void |
setFullAddress(String value)
Sets the value of the fullAddress property.
|
void |
setLocatorDesignator(String value)
Sets the value of the locatorDesignator property.
|
void |
setLocatorName(String value)
Sets the value of the locatorName property.
|
void |
setPoBox(String value)
Sets the value of the poBox property.
|
void |
setPostCode(String value)
Sets the value of the postCode property.
|
void |
setPostName(String value)
Sets the value of the postName property.
|
void |
setThoroughfare(String value)
Sets the value of the thoroughfare property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AddressType()
@Nullable public String getFullAddress()
Stringpublic void setFullAddress(@Nullable String value)
value - allowed object is
String@Nullable public String getPoBox()
Stringpublic void setPoBox(@Nullable String value)
value - allowed object is
String@Nullable public String getThoroughfare()
Stringpublic void setThoroughfare(@Nullable String value)
value - allowed object is
String@Nullable public String getLocatorDesignator()
Stringpublic void setLocatorDesignator(@Nullable String value)
value - allowed object is
String@Nullable public String getLocatorName()
Stringpublic void setLocatorName(@Nullable String value)
value - allowed object is
String@Nullable public String getAddressArea()
Stringpublic void setAddressArea(@Nullable String value)
value - allowed object is
String@Nullable public String getPostName()
Stringpublic void setPostName(@Nullable String value)
value - allowed object is
String@Nullable public String getAdminUnitLevel1()
Stringpublic void setAdminUnitLevel1(@Nullable String value)
value - allowed object is
String@Nullable public String getAdminUnitLevel2()
Stringpublic void setAdminUnitLevel2(@Nullable String value)
value - allowed object is
String@Nullable public String getPostCode()
Stringpublic void setPostCode(@Nullable String value)
value - allowed object is
String@Nullable public String getAddressId()
Stringpublic void setAddressId(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull AddressType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public AddressType clone()
Copyright © 2020 toop.eu. All rights reserved.