@CodingStyleguideUnaware public class PD1BusinessEntityType 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/20160112/}NonEmptyString"/>
<element name="CountryCode" type="{http://www.peppol.eu/schema/pd/businesscard/20160112/}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/20160112/}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/20160112/}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 |
|---|
PD1BusinessEntityType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContact(PD1ContactType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addIdentifier(PD1IdentifierType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addWebsiteURI(String elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PD1BusinessEntityType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PD1BusinessEntityType 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<PD1ContactType> |
getContact()
Gets the value of the contact property.
|
PD1ContactType |
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<PD1IdentifierType> |
getIdentifier()
Gets the value of the identifier property.
|
PD1IdentifierType |
getIdentifierAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIdentifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getName()
Gets the value of the name property.
|
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 |
hasNoContactEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIdentifierEntries()
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<PD1ContactType> 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<PD1IdentifierType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setName(String value)
Sets the value of the name property.
|
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
|
@Nullable public String getName()
Stringpublic void setName(@Nullable String value)
value - allowed object is
String@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<PD1IdentifierType> 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
PD1IdentifierType
@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<PD1ContactType> 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
PD1ContactType
@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 setIdentifier(@Nullable List<PD1IdentifierType> 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<PD1ContactType> aList)
aList - The new list member to set. May 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 PD1IdentifierType getIdentifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIdentifier(@Nonnull PD1IdentifierType 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 PD1ContactType getContactAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addContact(@Nonnull PD1ContactType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull PD1BusinessEntityType 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 PD1BusinessEntityType clone()
Copyright © 2015–2021 Philip Helger. All rights reserved.