@CodingStyleguideUnaware public class PD3BusinessEntityType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for BusinessEntityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessEntityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.peppol.eu/schema/pd/businesscard/20180621/}MultilingualNameType" maxOccurs="unbounded"/>
<element name="CountryCode" type="{http://www.peppol.eu/schema/pd/businesscard/20180621/}CountryCodeType"/>
<element name="GeographicalInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Identifier" type="{http://www.peppol.eu/schema/pd/businesscard/20180621/}IdentifierType" maxOccurs="unbounded" minOccurs="0"/>
<element name="WebsiteURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="Contact" type="{http://www.peppol.eu/schema/pd/businesscard/20180621/}ContactType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AdditionalInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="registrationDate" type="{http://www.w3.org/2001/XMLSchema}date" />
</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
| Constructor and Description |
|---|
PD3BusinessEntityType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContact(PD3ContactType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addIdentifier(PD3IdentifierType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addName(PD3MultilingualNameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addWebsiteURI(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PD3BusinessEntityType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PD3BusinessEntityType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getAdditionalInformation()
Gets the value of the additionalInformation property.
|
List<PD3ContactType> |
getContact()
Gets the value of the contact property.
|
PD3ContactType |
getContactAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getContactCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getGeographicalInformation()
Gets the value of the geographicalInformation property.
|
List<PD3IdentifierType> |
getIdentifier()
Gets the value of the identifier property.
|
PD3IdentifierType |
getIdentifierAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIdentifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<PD3MultilingualNameType> |
getName()
Gets the value of the name property.
|
PD3MultilingualNameType |
getNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
LocalDate |
getRegistrationDate()
Gets the value of the registrationDate property.
|
List<String> |
getWebsiteURI()
Gets the value of the websiteURI property.
|
String |
getWebsiteURIAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getWebsiteURICount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasContactEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoContactEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoWebsiteURIEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasWebsiteURIEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalInformation(String value)
Sets the value of the additionalInformation property.
|
void |
setContact(List<PD3ContactType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setGeographicalInformation(String value)
Sets the value of the geographicalInformation property.
|
void |
setIdentifier(List<PD3IdentifierType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setName(List<PD3MultilingualNameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRegistrationDate(LocalDate value)
Sets the value of the registrationDate property.
|
void |
setWebsiteURI(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PD3MultilingualNameType> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
PD3MultilingualNameType
@Nullable public String getCountryCode()
Stringpublic void setCountryCode(@Nullable String value)
value - allowed object is
String@Nullable public String getGeographicalInformation()
Stringpublic void setGeographicalInformation(@Nullable String value)
value - allowed object is
String@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PD3IdentifierType> getIdentifier()
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 identifier property.
For example, to add a new item, do as follows:
getIdentifier().add(newItem);
Objects of the following type(s) are allowed in the list
PD3IdentifierType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<String> getWebsiteURI()
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 websiteURI property.
For example, to add a new item, do as follows:
getWebsiteURI().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PD3ContactType> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
PD3ContactType
@Nullable public String getAdditionalInformation()
Stringpublic void setAdditionalInformation(@Nullable String value)
value - allowed object is
String@Nullable public LocalDate getRegistrationDate()
Stringpublic void setRegistrationDate(@Nullable LocalDate value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setName(@Nullable List<PD3MultilingualNameType> aList)
aList - The new list member to set. May be null.public void setIdentifier(@Nullable List<PD3IdentifierType> aList)
aList - The new list member to set. May be null.public void setWebsiteURI(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setContact(@Nullable List<PD3ContactType> aList)
aList - The new list member to set. May be null.public boolean hasNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNameCount()
@Nullable public PD3MultilingualNameType getNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addName(@Nonnull PD3MultilingualNameType elem)
elem - The element to be added. May not be null.public boolean hasIdentifierEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIdentifierEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIdentifierCount()
@Nullable public PD3IdentifierType getIdentifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIdentifier(@Nonnull PD3IdentifierType elem)
elem - The element to be added. May not be null.public boolean hasWebsiteURIEntries()
true if at least one item is contained, false otherwise.public boolean hasNoWebsiteURIEntries()
true if no item is contained, false otherwise.@Nonnegative public int getWebsiteURICount()
@Nullable public String getWebsiteURIAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addWebsiteURI(@Nonnull String elem)
elem - The element to be added. May not be null.public boolean hasContactEntries()
true if at least one item is contained, false otherwise.public boolean hasNoContactEntries()
true if no item is contained, false otherwise.@Nonnegative public int getContactCount()
@Nullable public PD3ContactType getContactAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addContact(@Nonnull PD3ContactType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull PD3BusinessEntityType 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 PD3BusinessEntityType clone()
Copyright © 2015–2021 Philip Helger. All rights reserved.