@CodingStyleguideUnaware public class PD2BusinessEntityType 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/20161123/}NonEmptyString"/>
<element name="CountryCode" type="{http://www.peppol.eu/schema/pd/businesscard/20161123/}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/20161123/}IdentifierType" maxOccurs="unbounded" 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 |
|---|
PD2BusinessEntityType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentifier(PD2IdentifierType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PD2BusinessEntityType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PD2BusinessEntityType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getGeographicalInformation()
Gets the value of the geographicalInformation property.
|
List<PD2IdentifierType> |
getIdentifier()
Gets the value of the identifier property.
|
PD2IdentifierType |
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.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIdentifierEntries()
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<PD2IdentifierType> 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.
|
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<PD2IdentifierType> 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
PD2IdentifierType
@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<PD2IdentifierType> 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 PD2IdentifierType getIdentifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIdentifier(@Nonnull PD2IdentifierType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull PD2BusinessEntityType 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 PD2BusinessEntityType clone()
Copyright © 2015–2021 Philip Helger. All rights reserved.