@CodingStyleguideUnaware public class TradeAddressType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for TradeAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="PostcodeCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="PostOfficeBox" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="BuildingName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="LineOne" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="LineTwo" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="LineThree" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="LineFour" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="LineFive" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="StreetName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="CityName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="CitySubDivisionName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="CountryID" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}CountryIDType" minOccurs="0"/>
<element name="CountryName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CountrySubDivisionID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="CountrySubDivisionName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AttentionOf" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="CareOf" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="BuildingNumber" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="DepartmentName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="AdditionalStreetName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" 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-list-extension
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 |
|---|
TradeAddressType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addCountryName(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addCountrySubDivisionName(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TradeAddressType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TradeAddressType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TextType |
getAdditionalStreetName()
Gets the value of the additionalStreetName property.
|
String |
getAdditionalStreetNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getAttentionOf()
Gets the value of the attentionOf property.
|
String |
getAttentionOfValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getBuildingName()
Gets the value of the buildingName property.
|
String |
getBuildingNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getBuildingNumber()
Gets the value of the buildingNumber property.
|
String |
getBuildingNumberValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getCareOf()
Gets the value of the careOf property.
|
String |
getCareOfValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getCityName()
Gets the value of the cityName property.
|
String |
getCityNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getCitySubDivisionName()
Gets the value of the citySubDivisionName property.
|
String |
getCitySubDivisionNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CountryIDType |
getCountryID()
Gets the value of the countryID property.
|
String |
getCountryIDValue()
Get the value of the contained CountryIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<TextType> |
getCountryName()
Gets the value of the countryName property.
|
TextType |
getCountryNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCountryNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getCountrySubDivisionID()
Gets the value of the countrySubDivisionID property.
|
String |
getCountrySubDivisionIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<TextType> |
getCountrySubDivisionName()
Gets the value of the countrySubDivisionName property.
|
TextType |
getCountrySubDivisionNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getCountrySubDivisionNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TextType |
getDepartmentName()
Gets the value of the departmentName property.
|
String |
getDepartmentNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getLineFive()
Gets the value of the lineFive property.
|
String |
getLineFiveValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getLineFour()
Gets the value of the lineFour property.
|
String |
getLineFourValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getLineOne()
Gets the value of the lineOne property.
|
String |
getLineOneValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getLineThree()
Gets the value of the lineThree property.
|
String |
getLineThreeValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getLineTwo()
Gets the value of the lineTwo property.
|
String |
getLineTwoValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getPostcodeCode()
Gets the value of the postcodeCode property.
|
String |
getPostcodeCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getPostOfficeBox()
Gets the value of the postOfficeBox property.
|
String |
getPostOfficeBoxValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getStreetName()
Gets the value of the streetName property.
|
String |
getStreetNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasCountryNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasCountrySubDivisionNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoCountryNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoCountrySubDivisionNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TextType |
setAdditionalStreetName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setAdditionalStreetName(TextType value)
Sets the value of the additionalStreetName property.
|
TextType |
setAttentionOf(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setAttentionOf(TextType value)
Sets the value of the attentionOf property.
|
TextType |
setBuildingName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setBuildingName(TextType value)
Sets the value of the buildingName property.
|
TextType |
setBuildingNumber(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setBuildingNumber(TextType value)
Sets the value of the buildingNumber property.
|
TextType |
setCareOf(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCareOf(TextType value)
Sets the value of the careOf property.
|
TextType |
setCityName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCityName(TextType value)
Sets the value of the cityName property.
|
TextType |
setCitySubDivisionName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCitySubDivisionName(TextType value)
Sets the value of the citySubDivisionName property.
|
void |
setCountryID(CountryIDType value)
Sets the value of the countryID property.
|
CountryIDType |
setCountryID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCountryName(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCountrySubDivisionID(IDType value)
Sets the value of the countrySubDivisionID property.
|
IDType |
setCountrySubDivisionID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCountrySubDivisionName(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TextType |
setDepartmentName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDepartmentName(TextType value)
Sets the value of the departmentName property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
setLineFive(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLineFive(TextType value)
Sets the value of the lineFive property.
|
TextType |
setLineFour(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLineFour(TextType value)
Sets the value of the lineFour property.
|
TextType |
setLineOne(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLineOne(TextType value)
Sets the value of the lineOne property.
|
TextType |
setLineThree(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLineThree(TextType value)
Sets the value of the lineThree property.
|
TextType |
setLineTwo(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLineTwo(TextType value)
Sets the value of the lineTwo property.
|
void |
setPostcodeCode(CodeType value)
Sets the value of the postcodeCode property.
|
CodeType |
setPostcodeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
setPostOfficeBox(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPostOfficeBox(TextType value)
Sets the value of the postOfficeBox property.
|
TextType |
setStreetName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStreetName(TextType value)
Sets the value of the streetName property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TradeAddressType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public CodeType getPostcodeCode()
CodeTypepublic void setPostcodeCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public TextType getPostOfficeBox()
TextTypepublic void setPostOfficeBox(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getBuildingName()
TextTypepublic void setBuildingName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getLineOne()
TextTypepublic void setLineOne(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getLineTwo()
TextTypepublic void setLineTwo(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getLineThree()
TextTypepublic void setLineThree(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getLineFour()
TextTypepublic void setLineFour(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getLineFive()
TextTypepublic void setLineFive(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getStreetName()
TextTypepublic void setStreetName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getCityName()
TextTypepublic void setCityName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getCitySubDivisionName()
TextTypepublic void setCitySubDivisionName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public CountryIDType getCountryID()
CountryIDTypepublic void setCountryID(@Nullable CountryIDType value)
value - allowed object is
CountryIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getCountryName()
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 countryName property.
For example, to add a new item, do as follows:
getCountryName().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public IDType getCountrySubDivisionID()
IDTypepublic void setCountrySubDivisionID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getCountrySubDivisionName()
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 countrySubDivisionName property.
For example, to add a new item, do as follows:
getCountrySubDivisionName().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public TextType getAttentionOf()
TextTypepublic void setAttentionOf(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getCareOf()
TextTypepublic void setCareOf(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getBuildingNumber()
TextTypepublic void setBuildingNumber(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getDepartmentName()
TextTypepublic void setDepartmentName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TextType getAdditionalStreetName()
TextTypepublic void setAdditionalStreetName(@Nullable TextType value)
value - allowed object is
TextTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setCountryName(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setCountrySubDivisionName(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public boolean hasCountryNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoCountryNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getCountryNameCount()
@Nullable public TextType getCountryNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addCountryName(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasCountrySubDivisionNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoCountrySubDivisionNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getCountrySubDivisionNameCount()
@Nullable public TextType getCountrySubDivisionNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addCountrySubDivisionName(@Nonnull TextType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull TradeAddressType 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 TradeAddressType clone()
@Nonnull public CountryIDType setCountryID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setPostcodeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setCountrySubDivisionID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setPostOfficeBox(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setBuildingName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setLineOne(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setLineTwo(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setLineThree(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setLineFour(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setLineFive(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setStreetName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setCityName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setCitySubDivisionName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setAttentionOf(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setCareOf(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setBuildingNumber(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setDepartmentName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setAdditionalStreetName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getPostcodeCodeValue()
null@Nullable public String getPostOfficeBoxValue()
null@Nullable public String getBuildingNameValue()
null@Nullable public String getLineOneValue()
null@Nullable public String getLineTwoValue()
null@Nullable public String getLineThreeValue()
null@Nullable public String getLineFourValue()
null@Nullable public String getLineFiveValue()
null@Nullable public String getStreetNameValue()
null@Nullable public String getCityNameValue()
null@Nullable public String getCitySubDivisionNameValue()
null@Nullable public String getCountryIDValue()
null@Nullable public String getCountrySubDivisionIDValue()
null@Nullable public String getAttentionOfValue()
null@Nullable public String getCareOfValue()
null@Nullable public String getBuildingNumberValue()
null@Nullable public String getDepartmentNameValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.