Package eu.de4a.iem.jaxb.eidas.lp
Class LegalPersonAddressStructuredType
- java.lang.Object
-
- eu.de4a.iem.jaxb.eidas.lp.LegalPersonAddressStructuredType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class LegalPersonAddressStructuredType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
The address the legal person has registered with the MS authority or operating address if not registered. For a company this should be the registered address within the MS issuing the eID.Java class for LegalPersonAddressStructuredType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LegalPersonAddressStructuredType"> <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="LocatorDesignator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LocatorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CvaddressArea" 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="PostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AdminunitFirstline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AdminunitSecondline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PostCode" type="{http://www.w3.org/2001/XMLSchema}string" 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 Summary
Constructors Constructor Description LegalPersonAddressStructuredType()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 LegalPersonAddressStructuredTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(LegalPersonAddressStructuredType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeStringgetAdminunitFirstline()Gets the value of the adminunitFirstline property.StringgetAdminunitSecondline()Gets the value of the adminunitSecondline property.StringgetCvaddressArea()Gets the value of the cvaddressArea property.StringgetLocatorDesignator()Gets the value of the locatorDesignator property.StringgetLocatorName()Gets the value of the locatorName 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-equalshashcodevoidsetAdminunitFirstline(String value)Sets the value of the adminunitFirstline property.voidsetAdminunitSecondline(String value)Sets the value of the adminunitSecondline property.voidsetCvaddressArea(String value)Sets the value of the cvaddressArea property.voidsetLocatorDesignator(String value)Sets the value of the locatorDesignator property.voidsetLocatorName(String value)Sets the value of the locatorName 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
-
getLocatorDesignator
@Nullable public String getLocatorDesignator()
Gets the value of the locatorDesignator property.- Returns:
- possible object is
String
-
setLocatorDesignator
public void setLocatorDesignator(@Nullable String value)Sets the value of the locatorDesignator property.- Parameters:
value- allowed object isString
-
getLocatorName
@Nullable public String getLocatorName()
Gets the value of the locatorName property.- Returns:
- possible object is
String
-
setLocatorName
public void setLocatorName(@Nullable String value)Sets the value of the locatorName property.- Parameters:
value- allowed object isString
-
getCvaddressArea
@Nullable public String getCvaddressArea()
Gets the value of the cvaddressArea property.- Returns:
- possible object is
String
-
setCvaddressArea
public void setCvaddressArea(@Nullable String value)Sets the value of the cvaddressArea 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
-
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
-
getAdminunitFirstline
@Nullable public String getAdminunitFirstline()
Gets the value of the adminunitFirstline property.- Returns:
- possible object is
String
-
setAdminunitFirstline
public void setAdminunitFirstline(@Nullable String value)Sets the value of the adminunitFirstline property.- Parameters:
value- allowed object isString
-
getAdminunitSecondline
@Nullable public String getAdminunitSecondline()
Gets the value of the adminunitSecondline property.- Returns:
- possible object is
String
-
setAdminunitSecondline
public void setAdminunitSecondline(@Nullable String value)Sets the value of the adminunitSecondline 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
-
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 LegalPersonAddressStructuredType 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 LegalPersonAddressStructuredType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-