Class AddressBaseType
- java.lang.Object
-
- tr.gov.efatura.useraccount.AddressBaseType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
- Direct Known Subclasses:
AddressType
@CodingStyleguideUnaware public abstract class AddressBaseType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Address BaseType provides the information about the address or semantic address of an associated entity.<?xml version="1.0" encoding="UTF-8"?><ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Based on OAGIS AddressBaseType. Exception:CountryCode uses the HR country code list.</ccts:DefinitionText><?xml version="1.0" encoding="UTF-8"?><ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Example values are: "Residence Address" Residence Address is a primary, legal address that is related to a party. For a person, the Home Residence Address is used by an employer for payroll, taxation, and benefit program eligibility. "Postal Address" Set of precise and complete information on the basis of which an item can be forwarded and delivered to an addressee. An address will be considered a postal address only if it is explicitly collected as such. "Delivery Address" Delivery Address is an address which is to be used to physically deliver the related object. "Bill To" An address to which invoices are sent. "Accounts Recievable" An address to which payments are set. </ccts:UsageRule>Java class for AddressBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressBaseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.hr-xml.org/3}ID" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}FormatCode" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}AttentionOfName" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}CareOfName" maxOccurs="unbounded" minOccurs="0"/> <choice> <element ref="{http://www.openapplications.org/oagis/9}AddressLine" maxOccurs="unbounded" minOccurs="0"/> <sequence> <element ref="{http://www.openapplications.org/oagis/9}LineOne" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}LineTwo" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}LineThree" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}LineFour" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}LineFive" minOccurs="0"/> </sequence> <sequence> <element ref="{http://www.openapplications.org/oagis/9}BuildingNumber" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}BuildingName" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}StreetName" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}Unit" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}Floor" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}PostOfficeBox" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}DeliveryPointCode" maxOccurs="unbounded" minOccurs="0"/> </sequence> </choice> <element ref="{http://www.openapplications.org/oagis/9}CitySubDivisionName" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}CityName" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}CountrySubDivisionCode" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.hr-xml.org/3}CountryCode" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}PostalCode" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}Status" minOccurs="0"/> <element ref="{http://www.openapplications.org/oagis/9}Preference" minOccurs="0"/> </sequence> <attribute name="languageCode" type="{http://www.hr-xml.org/3}LanguageCodeContentType" /> <attribute name="type" type="{http://www.openapplications.org/oagis/9}NormalizedStringType" /> </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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressBaseType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaddAddressLine(SequencedTextType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddAttentionOfName(NameType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddCareOfName(NameType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddCitySubDivisionName(NameType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddCountrySubDivisionCode(CountrySubDivisionCodeType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddDeliveryPointCode(DeliveryPointCodeType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddID(IdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionabstract AddressBaseTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(AddressBaseType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeList<SequencedTextType>getAddressLine()Gets the value of the addressLine property.SequencedTextTypegetAddressLineAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetAddressLineCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<NameType>getAttentionOfName()Gets the value of the attentionOfName property.NameTypegetAttentionOfNameAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetAttentionOfNameCount()Created by ph-jaxb22-plugin -Xph-list-extensionNameTypegetBuildingName()Gets the value of the buildingName property.StringgetBuildingNameValue()Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderTextTypegetBuildingNumber()Gets the value of the buildingNumber property.StringgetBuildingNumberValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderList<NameType>getCareOfName()Gets the value of the careOfName property.NameTypegetCareOfNameAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetCareOfNameCount()Created by ph-jaxb22-plugin -Xph-list-extensionNameTypegetCityName()Gets the value of the cityName property.StringgetCityNameValue()Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderList<NameType>getCitySubDivisionName()Gets the value of the citySubDivisionName property.NameTypegetCitySubDivisionNameAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetCitySubDivisionNameCount()Created by ph-jaxb22-plugin -Xph-list-extensionCountryCodeTypegetCountryCode()Gets the value of the countryCode property.StringgetCountryCodeValue()Get the value of the contained CountryCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderList<CountrySubDivisionCodeType>getCountrySubDivisionCode()Gets the value of the countrySubDivisionCode property.CountrySubDivisionCodeTypegetCountrySubDivisionCodeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetCountrySubDivisionCodeCount()Created by ph-jaxb22-plugin -Xph-list-extensionList<DeliveryPointCodeType>getDeliveryPointCode()Gets the value of the deliveryPointCode property.DeliveryPointCodeTypegetDeliveryPointCodeAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetDeliveryPointCodeCount()Created by ph-jaxb22-plugin -Xph-list-extensionTextTypegetFloor()Gets the value of the floor property.StringgetFloorValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeTypegetFormatCode()Gets the value of the formatCode property.StringgetFormatCodeValue()Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderList<IdentifierType>getID()Gets the value of the id property.IdentifierTypegetIDAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetIDCount()Created by ph-jaxb22-plugin -Xph-list-extensionStringgetLanguageCode()Gets the value of the languageCode property.TextTypegetLineFive()Gets the value of the lineFive property.StringgetLineFiveValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderTextTypegetLineFour()Gets the value of the lineFour property.StringgetLineFourValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderTextTypegetLineOne()Gets the value of the lineOne property.StringgetLineOneValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderTextTypegetLineThree()Gets the value of the lineThree property.StringgetLineThreeValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderTextTypegetLineTwo()Gets the value of the lineTwo property.StringgetLineTwoValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderCodeTypegetPostalCode()Gets the value of the postalCode property.StringgetPostalCodeValue()Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderTextTypegetPostOfficeBox()Gets the value of the postOfficeBox property.StringgetPostOfficeBoxValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderPreferenceTypegetPreference()Gets the value of the preference property.StatusTypegetStatus()Gets the value of the status property.NameTypegetStreetName()Gets the value of the streetName property.StringgetStreetNameValue()Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderStringgetType()Gets the value of the type property.TextTypegetUnit()Gets the value of the unit property.StringgetUnitValue()Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderbooleanhasAddressLineEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasAttentionOfNameEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasCareOfNameEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasCitySubDivisionNameEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasCountrySubDivisionCodeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasDeliveryPointCodeEntries()Created by ph-jaxb22-plugin -Xph-list-extensioninthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodebooleanhasIDEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoAddressLineEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoAttentionOfNameEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoCareOfNameEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoCitySubDivisionNameEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoCountrySubDivisionCodeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoDeliveryPointCodeEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoIDEntries()Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetAddressLine(List<SequencedTextType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetAttentionOfName(List<NameType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionNameTypesetBuildingName(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetBuildingName(NameType value)Sets the value of the buildingName property.TextTypesetBuildingNumber(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetBuildingNumber(TextType value)Sets the value of the buildingNumber property.voidsetCareOfName(List<NameType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionNameTypesetCityName(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetCityName(NameType value)Sets the value of the cityName property.voidsetCitySubDivisionName(List<NameType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionCountryCodeTypesetCountryCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetCountryCode(CountryCodeType value)Sets the value of the countryCode property.voidsetCountrySubDivisionCode(List<CountrySubDivisionCodeType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetDeliveryPointCode(List<DeliveryPointCodeType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionTextTypesetFloor(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetFloor(TextType value)Sets the value of the floor property.CodeTypesetFormatCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetFormatCode(CodeType value)Sets the value of the formatCode property.voidsetID(List<IdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetLanguageCode(String value)Sets the value of the languageCode property.TextTypesetLineFive(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetLineFive(TextType value)Sets the value of the lineFive property.TextTypesetLineFour(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetLineFour(TextType value)Sets the value of the lineFour property.TextTypesetLineOne(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetLineOne(TextType value)Sets the value of the lineOne property.TextTypesetLineThree(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetLineThree(TextType value)Sets the value of the lineThree property.TextTypesetLineTwo(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetLineTwo(TextType value)Sets the value of the lineTwo property.CodeTypesetPostalCode(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetPostalCode(CodeType value)Sets the value of the postalCode property.TextTypesetPostOfficeBox(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetPostOfficeBox(TextType value)Sets the value of the postOfficeBox property.voidsetPreference(PreferenceType value)Sets the value of the preference property.voidsetStatus(StatusType value)Sets the value of the status property.NameTypesetStreetName(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetStreetName(NameType value)Sets the value of the streetName property.voidsetType(String value)Sets the value of the type property.TextTypesetUnit(String valueParam)Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extendervoidsetUnit(TextType value)Sets the value of the unit property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getID
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdentifierType> getID()
Gets the value of the id property.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
setmethod for the id property.For example, to add a new item, do as follows:
getID().add(newItem);Objects of the following type(s) are allowed in the list
IdentifierType
-
getFormatCode
@Nullable public CodeType getFormatCode()
Gets the value of the formatCode property.- Returns:
- possible object is
CodeType
-
setFormatCode
public void setFormatCode(@Nullable CodeType value)
Sets the value of the formatCode property.- Parameters:
value- allowed object isCodeType
-
getAttentionOfName
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<NameType> getAttentionOfName()
Gets the value of the attentionOfName property.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
setmethod for the attentionOfName property.For example, to add a new item, do as follows:
getAttentionOfName().add(newItem);Objects of the following type(s) are allowed in the list
NameType
-
getCareOfName
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<NameType> getCareOfName()
Gets the value of the careOfName property.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
setmethod for the careOfName property.For example, to add a new item, do as follows:
getCareOfName().add(newItem);Objects of the following type(s) are allowed in the list
NameType
-
getAddressLine
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<SequencedTextType> getAddressLine()
Gets the value of the addressLine property.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
setmethod for the addressLine property.For example, to add a new item, do as follows:
getAddressLine().add(newItem);Objects of the following type(s) are allowed in the list
SequencedTextType
-
getLineOne
@Nullable public TextType getLineOne()
Gets the value of the lineOne property.- Returns:
- possible object is
TextType
-
setLineOne
public void setLineOne(@Nullable TextType value)
Sets the value of the lineOne property.- Parameters:
value- allowed object isTextType
-
getLineTwo
@Nullable public TextType getLineTwo()
Gets the value of the lineTwo property.- Returns:
- possible object is
TextType
-
setLineTwo
public void setLineTwo(@Nullable TextType value)
Sets the value of the lineTwo property.- Parameters:
value- allowed object isTextType
-
getLineThree
@Nullable public TextType getLineThree()
Gets the value of the lineThree property.- Returns:
- possible object is
TextType
-
setLineThree
public void setLineThree(@Nullable TextType value)
Sets the value of the lineThree property.- Parameters:
value- allowed object isTextType
-
getLineFour
@Nullable public TextType getLineFour()
Gets the value of the lineFour property.- Returns:
- possible object is
TextType
-
setLineFour
public void setLineFour(@Nullable TextType value)
Sets the value of the lineFour property.- Parameters:
value- allowed object isTextType
-
getLineFive
@Nullable public TextType getLineFive()
Gets the value of the lineFive property.- Returns:
- possible object is
TextType
-
setLineFive
public void setLineFive(@Nullable TextType value)
Sets the value of the lineFive property.- Parameters:
value- allowed object isTextType
-
getBuildingNumber
@Nullable public TextType getBuildingNumber()
Gets the value of the buildingNumber property.- Returns:
- possible object is
TextType
-
setBuildingNumber
public void setBuildingNumber(@Nullable TextType value)
Sets the value of the buildingNumber property.- Parameters:
value- allowed object isTextType
-
getBuildingName
@Nullable public NameType getBuildingName()
Gets the value of the buildingName property.- Returns:
- possible object is
NameType
-
setBuildingName
public void setBuildingName(@Nullable NameType value)
Sets the value of the buildingName property.- Parameters:
value- allowed object isNameType
-
getStreetName
@Nullable public NameType getStreetName()
Gets the value of the streetName property.- Returns:
- possible object is
NameType
-
setStreetName
public void setStreetName(@Nullable NameType value)
Sets the value of the streetName property.- Parameters:
value- allowed object isNameType
-
getUnit
@Nullable public TextType getUnit()
Gets the value of the unit property.- Returns:
- possible object is
TextType
-
setUnit
public void setUnit(@Nullable TextType value)
Sets the value of the unit property.- Parameters:
value- allowed object isTextType
-
getFloor
@Nullable public TextType getFloor()
Gets the value of the floor property.- Returns:
- possible object is
TextType
-
setFloor
public void setFloor(@Nullable TextType value)
Sets the value of the floor property.- Parameters:
value- allowed object isTextType
-
getPostOfficeBox
@Nullable public TextType getPostOfficeBox()
Gets the value of the postOfficeBox property.- Returns:
- possible object is
TextType
-
setPostOfficeBox
public void setPostOfficeBox(@Nullable TextType value)
Sets the value of the postOfficeBox property.- Parameters:
value- allowed object isTextType
-
getDeliveryPointCode
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<DeliveryPointCodeType> getDeliveryPointCode()
Gets the value of the deliveryPointCode property.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
setmethod for the deliveryPointCode property.For example, to add a new item, do as follows:
getDeliveryPointCode().add(newItem);Objects of the following type(s) are allowed in the list
DeliveryPointCodeType
-
getCitySubDivisionName
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<NameType> getCitySubDivisionName()
Gets the value of the citySubDivisionName property.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
setmethod for the citySubDivisionName property.For example, to add a new item, do as follows:
getCitySubDivisionName().add(newItem);Objects of the following type(s) are allowed in the list
NameType
-
getCityName
@Nullable public NameType getCityName()
Gets the value of the cityName property.- Returns:
- possible object is
NameType
-
setCityName
public void setCityName(@Nullable NameType value)
Sets the value of the cityName property.- Parameters:
value- allowed object isNameType
-
getCountrySubDivisionCode
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<CountrySubDivisionCodeType> getCountrySubDivisionCode()
Gets the value of the countrySubDivisionCode property.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
setmethod for the countrySubDivisionCode property.For example, to add a new item, do as follows:
getCountrySubDivisionCode().add(newItem);Objects of the following type(s) are allowed in the list
CountrySubDivisionCodeType
-
getCountryCode
@Nullable public CountryCodeType getCountryCode()
Gets the value of the countryCode property.- Returns:
- possible object is
CountryCodeType
-
setCountryCode
public void setCountryCode(@Nullable CountryCodeType value)
Sets the value of the countryCode property.- Parameters:
value- allowed object isCountryCodeType
-
getPostalCode
@Nullable public CodeType getPostalCode()
Gets the value of the postalCode property.- Returns:
- possible object is
CodeType
-
setPostalCode
public void setPostalCode(@Nullable CodeType value)
Sets the value of the postalCode property.- Parameters:
value- allowed object isCodeType
-
getStatus
@Nullable public StatusType getStatus()
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
public void setStatus(@Nullable StatusType value)
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-
getPreference
@Nullable public PreferenceType getPreference()
Gets the value of the preference property.- Returns:
- possible object is
PreferenceType
-
setPreference
public void setPreference(@Nullable PreferenceType value)
Sets the value of the preference property.- Parameters:
value- allowed object isPreferenceType
-
getLanguageCode
@Nullable public String getLanguageCode()
Gets the value of the languageCode property.- Returns:
- possible object is
String
-
setLanguageCode
public void setLanguageCode(@Nullable String value)
Sets the value of the languageCode property.- Parameters:
value- allowed object isString
-
getType
@Nullable public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(@Nullable String value)
Sets the value of the type 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
-
setID
public void setID(@Nullable List<IdentifierType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setAttentionOfName
public void setAttentionOfName(@Nullable List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setCareOfName
public void setCareOfName(@Nullable List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setAddressLine
public void setAddressLine(@Nullable List<SequencedTextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setDeliveryPointCode
public void setDeliveryPointCode(@Nullable List<DeliveryPointCodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setCitySubDivisionName
public void setCitySubDivisionName(@Nullable List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setCountrySubDivisionCode
public void setCountrySubDivisionCode(@Nullable List<CountrySubDivisionCodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasIDEntries
public boolean hasIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoIDEntries
public boolean hasNoIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getIDCount
@Nonnegative public int getIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getIDAtIndex
@Nullable public IdentifierType getIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addID
public void addID(@Nonnull IdentifierType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasAttentionOfNameEntries
public boolean hasAttentionOfNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoAttentionOfNameEntries
public boolean hasNoAttentionOfNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getAttentionOfNameCount
@Nonnegative public int getAttentionOfNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getAttentionOfNameAtIndex
@Nullable public NameType getAttentionOfNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addAttentionOfName
public void addAttentionOfName(@Nonnull NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasCareOfNameEntries
public boolean hasCareOfNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoCareOfNameEntries
public boolean hasNoCareOfNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getCareOfNameCount
@Nonnegative public int getCareOfNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getCareOfNameAtIndex
@Nullable public NameType getCareOfNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addCareOfName
public void addCareOfName(@Nonnull NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasAddressLineEntries
public boolean hasAddressLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoAddressLineEntries
public boolean hasNoAddressLineEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getAddressLineCount
@Nonnegative public int getAddressLineCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getAddressLineAtIndex
@Nullable public SequencedTextType getAddressLineAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addAddressLine
public void addAddressLine(@Nonnull SequencedTextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasDeliveryPointCodeEntries
public boolean hasDeliveryPointCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoDeliveryPointCodeEntries
public boolean hasNoDeliveryPointCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getDeliveryPointCodeCount
@Nonnegative public int getDeliveryPointCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getDeliveryPointCodeAtIndex
@Nullable public DeliveryPointCodeType getDeliveryPointCodeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addDeliveryPointCode
public void addDeliveryPointCode(@Nonnull DeliveryPointCodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasCitySubDivisionNameEntries
public boolean hasCitySubDivisionNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoCitySubDivisionNameEntries
public boolean hasNoCitySubDivisionNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getCitySubDivisionNameCount
@Nonnegative public int getCitySubDivisionNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getCitySubDivisionNameAtIndex
@Nullable public NameType getCitySubDivisionNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addCitySubDivisionName
public void addCitySubDivisionName(@Nonnull NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasCountrySubDivisionCodeEntries
public boolean hasCountrySubDivisionCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoCountrySubDivisionCodeEntries
public boolean hasNoCountrySubDivisionCodeEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getCountrySubDivisionCodeCount
@Nonnegative public int getCountrySubDivisionCodeCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getCountrySubDivisionCodeAtIndex
@Nullable public CountrySubDivisionCodeType getCountrySubDivisionCodeAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addCountrySubDivisionCode
public void addCountrySubDivisionCode(@Nonnull CountrySubDivisionCodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
public void cloneTo(@Nonnull AddressBaseType 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 abstract AddressBaseType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
setCountryCode
@Nonnull public CountryCodeType setCountryCode(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type CountryCodeType and never
null
-
setFormatCode
@Nonnull public CodeType setFormatCode(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type CodeType and never
null
-
setPostalCode
@Nonnull public CodeType setPostalCode(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type CodeType and never
null
-
setLineOne
@Nonnull public TextType setLineOne(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type TextType and never
null
-
setLineTwo
@Nonnull public TextType setLineTwo(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type TextType and never
null
-
setLineThree
@Nonnull public TextType setLineThree(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type TextType and never
null
-
setLineFour
@Nonnull public TextType setLineFour(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type TextType and never
null
-
setLineFive
@Nonnull public TextType setLineFive(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type TextType and never
null
-
setBuildingNumber
@Nonnull public TextType setBuildingNumber(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type TextType and never
null
-
setUnit
@Nonnull public TextType setUnit(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type TextType and never
null
-
setFloor
@Nonnull public TextType setFloor(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type TextType and never
null
-
setPostOfficeBox
@Nonnull public TextType setPostOfficeBox(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type TextType and never
null
-
setBuildingName
@Nonnull public NameType setBuildingName(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type NameType and never
null
-
setStreetName
@Nonnull public NameType setStreetName(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type NameType and never
null
-
setCityName
@Nonnull public NameType setCityName(@Nullable String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.- Returns:
- The created intermediary object of type NameType and never
null
-
getFormatCodeValue
@Nullable public String getFormatCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained CodeType object or
null
-
getLineOneValue
@Nullable public String getLineOneValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained TextType object or
null
-
getLineTwoValue
@Nullable public String getLineTwoValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained TextType object or
null
-
getLineThreeValue
@Nullable public String getLineThreeValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained TextType object or
null
-
getLineFourValue
@Nullable public String getLineFourValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained TextType object or
null
-
getLineFiveValue
@Nullable public String getLineFiveValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained TextType object or
null
-
getBuildingNumberValue
@Nullable public String getBuildingNumberValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained TextType object or
null
-
getBuildingNameValue
@Nullable public String getBuildingNameValue()
Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained NameType object or
null
-
getStreetNameValue
@Nullable public String getStreetNameValue()
Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained NameType object or
null
-
getUnitValue
@Nullable public String getUnitValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained TextType object or
null
-
getFloorValue
@Nullable public String getFloorValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained TextType object or
null
-
getPostOfficeBoxValue
@Nullable public String getPostOfficeBoxValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained TextType object or
null
-
getCityNameValue
@Nullable public String getCityNameValue()
Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained NameType object or
null
-
getCountryCodeValue
@Nullable public String getCountryCodeValue()
Get the value of the contained CountryCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Returns:
- Either the value of the contained CountryCodeType object or
null
-
-