@CodingStyleguideUnaware public class CurrentAddressStructuredType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CurrentAddressStructuredType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
CurrentAddressStructuredType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CurrentAddressStructuredType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getAdminunitFirstline()
Gets the value of the adminunitFirstline property.
|
String |
getAdminunitSecondline()
Gets the value of the adminunitSecondline property.
|
String |
getCvaddressArea()
Gets the value of the cvaddressArea 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 |
setAdminunitFirstline(String value)
Sets the value of the adminunitFirstline property.
|
void |
setAdminunitSecondline(String value)
Sets the value of the adminunitSecondline property.
|
void |
setCvaddressArea(String value)
Sets the value of the cvaddressArea 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 CurrentAddressStructuredType()
@Nullable public String getPoBox()
Stringpublic void setPoBox(@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 getCvaddressArea()
Stringpublic void setCvaddressArea(@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 getPostName()
Stringpublic void setPostName(@Nullable String value)
value - allowed object is
String@Nullable public String getAdminunitFirstline()
Stringpublic void setAdminunitFirstline(@Nullable String value)
value - allowed object is
String@Nullable public String getAdminunitSecondline()
Stringpublic void setAdminunitSecondline(@Nullable String value)
value - allowed object is
String@Nullable public String getPostCode()
Stringpublic void setPostCode(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull CurrentAddressStructuredType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CurrentAddressStructuredType clone()
Copyright © 2021–2022 de4a. All rights reserved.