Package de4a.dba.canonical_evidence.v0
Class AddressType
- java.lang.Object
-
- de4a.dba.canonical_evidence.v0.AddressType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class AddressType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
- PoBox: The Post Office Box number - Thoroughfare: The Street name - LocationDesignator: House number - PostCode: Postal code / zip code - PostName: City - AdminUnitL2: Administration unit Level2 - County / region / state - AdminUnitL1: CountryJava 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="PoBox" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Thoroughfare" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LocationDesignator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PostCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AdminUnitL1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AdminUnitL2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </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 Summary
Constructors Constructor Description AddressType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(AddressType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeStringgetAdminUnitL1()Gets the value of the adminUnitL1 property.StringgetAdminUnitL2()Gets the value of the adminUnitL2 property.StringgetLang()Gets the value of the lang property.StringgetLocationDesignator()Gets the value of the locationDesignator property.StringgetPoBox()Gets the value of the poBox property.StringgetPostCode()Gets the value of the postCode property.StringgetPostName()Gets the value of the postName property.StringgetThoroughfare()Gets the value of the thoroughfare property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetAdminUnitL1(String value)Sets the value of the adminUnitL1 property.voidsetAdminUnitL2(String value)Sets the value of the adminUnitL2 property.voidsetLang(String value)Sets the value of the lang property.voidsetLocationDesignator(String value)Sets the value of the locationDesignator property.voidsetPoBox(String value)Sets the value of the poBox property.voidsetPostCode(String value)Sets the value of the postCode property.voidsetPostName(String value)Sets the value of the postName property.voidsetThoroughfare(String value)Sets the value of the thoroughfare property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getPoBox
@Nullable public String getPoBox()
Gets the value of the poBox property.- Returns:
- possible object is
String
-
setPoBox
public void setPoBox(@Nullable String value)Sets the value of the poBox property.- Parameters:
value- allowed object isString
-
getThoroughfare
@Nullable public String getThoroughfare()
Gets the value of the thoroughfare property.- Returns:
- possible object is
String
-
setThoroughfare
public void setThoroughfare(@Nullable String value)Sets the value of the thoroughfare property.- Parameters:
value- allowed object isString
-
getLocationDesignator
@Nullable public String getLocationDesignator()
Gets the value of the locationDesignator property.- Returns:
- possible object is
String
-
setLocationDesignator
public void setLocationDesignator(@Nullable String value)Sets the value of the locationDesignator property.- Parameters:
value- allowed object isString
-
getPostCode
@Nullable public String getPostCode()
Gets the value of the postCode property.- Returns:
- possible object is
String
-
setPostCode
public void setPostCode(@Nullable String value)Sets the value of the postCode property.- Parameters:
value- allowed object isString
-
getPostName
@Nullable public String getPostName()
Gets the value of the postName property.- Returns:
- possible object is
String
-
setPostName
public void setPostName(@Nullable String value)Sets the value of the postName property.- Parameters:
value- allowed object isString
-
getAdminUnitL1
@Nullable public String getAdminUnitL1()
Gets the value of the adminUnitL1 property.- Returns:
- possible object is
String
-
setAdminUnitL1
public void setAdminUnitL1(@Nullable String value)Sets the value of the adminUnitL1 property.- Parameters:
value- allowed object isString
-
getAdminUnitL2
@Nullable public String getAdminUnitL2()
Gets the value of the adminUnitL2 property.- Returns:
- possible object is
String
-
setAdminUnitL2
public void setAdminUnitL2(@Nullable String value)Sets the value of the adminUnitL2 property.- Parameters:
value- allowed object isString
-
getLang
@Nullable public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(@Nullable String value)Sets the value of the lang property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull AddressType ret)This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public AddressType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-