@CodingStyleguideUnaware public class LegalOrganizationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for LegalOrganizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LegalOrganizationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LegalClassificationCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="Name" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="ID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="TradingBusinessName" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" minOccurs="0"/>
<element name="PostalTradeAddress" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradeAddressType" minOccurs="0"/>
<element name="AuthorizedLegalRegistration" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}LegalRegistrationType" maxOccurs="unbounded" 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 |
|---|
LegalOrganizationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthorizedLegalRegistration(LegalRegistrationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
LegalOrganizationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LegalOrganizationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<LegalRegistrationType> |
getAuthorizedLegalRegistration()
Gets the value of the authorizedLegalRegistration property.
|
LegalRegistrationType |
getAuthorizedLegalRegistrationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAuthorizedLegalRegistrationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
CodeType |
getLegalClassificationCode()
Gets the value of the legalClassificationCode property.
|
String |
getLegalClassificationCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getName()
Gets the value of the name property.
|
String |
getNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TradeAddressType |
getPostalTradeAddress()
Gets the value of the postalTradeAddress property.
|
TextType |
getTradingBusinessName()
Gets the value of the tradingBusinessName property.
|
String |
getTradingBusinessNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasAuthorizedLegalRegistrationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAuthorizedLegalRegistrationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAuthorizedLegalRegistration(List<LegalRegistrationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
void |
setLegalClassificationCode(CodeType value)
Sets the value of the legalClassificationCode property.
|
CodeType |
setLegalClassificationCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
setName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setName(TextType value)
Sets the value of the name property.
|
void |
setPostalTradeAddress(TradeAddressType value)
Sets the value of the postalTradeAddress property.
|
TextType |
setTradingBusinessName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTradingBusinessName(TextType value)
Sets the value of the tradingBusinessName property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LegalOrganizationType()
@Nullable public CodeType getLegalClassificationCode()
CodeTypepublic void setLegalClassificationCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public TextType getName()
TextTypepublic void setName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public TextType getTradingBusinessName()
TextTypepublic void setTradingBusinessName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public TradeAddressType getPostalTradeAddress()
TradeAddressTypepublic void setPostalTradeAddress(@Nullable TradeAddressType value)
value - allowed object is
TradeAddressType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LegalRegistrationType> getAuthorizedLegalRegistration()
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 authorizedLegalRegistration property.
For example, to add a new item, do as follows:
getAuthorizedLegalRegistration().add(newItem);
Objects of the following type(s) are allowed in the list
LegalRegistrationType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setAuthorizedLegalRegistration(@Nullable List<LegalRegistrationType> aList)
aList - The new list member to set. May be null.public boolean hasAuthorizedLegalRegistrationEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAuthorizedLegalRegistrationEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAuthorizedLegalRegistrationCount()
@Nullable public LegalRegistrationType getAuthorizedLegalRegistrationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAuthorizedLegalRegistration(@Nonnull LegalRegistrationType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull LegalOrganizationType 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 LegalOrganizationType clone()
@Nonnull public CodeType setLegalClassificationCode(@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 TextType setName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setTradingBusinessName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getLegalClassificationCodeValue()
null@Nullable public String getNameValue()
null@Nullable public String getIDValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.