@CodingStyleguideUnaware public class LegalPersonIdentifierType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
LegalPersonIdentifierType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
LegalPersonIdentifierType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LegalPersonIdentifierType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getD201217EUIdentifier()
Gets the value of the d201217EUIdentifier property.
|
String |
getEORI()
Gets the value of the eori property.
|
String |
getLegalAddress()
Gets the value of the legalAddress property.
|
LegalNameType |
getLegalName()
Gets the value of the legalName property.
|
String |
getLegalNameValue()
Get the value of the contained LegalNameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
getLegalPersonIdentifier()
Gets the value of the legalPersonIdentifier property.
|
String |
getLEI()
Gets the value of the lei property.
|
String |
getSEED()
Gets the value of the seed property.
|
String |
getSIC()
Gets the value of the sic property.
|
String |
getTaxReference()
Gets the value of the taxReference property.
|
String |
getVATRegistration()
Gets the value of the vatRegistration property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setD201217EUIdentifier(String value)
Sets the value of the d201217EUIdentifier property.
|
void |
setEORI(String value)
Sets the value of the eori property.
|
void |
setLegalAddress(String value)
Sets the value of the legalAddress property.
|
void |
setLegalName(LegalNameType value)
Sets the value of the legalName property.
|
LegalNameType |
setLegalName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setLegalPersonIdentifier(String value)
Sets the value of the legalPersonIdentifier property.
|
void |
setLEI(String value)
Sets the value of the lei property.
|
void |
setSEED(String value)
Sets the value of the seed property.
|
void |
setSIC(String value)
Sets the value of the sic property.
|
void |
setTaxReference(String value)
Sets the value of the taxReference property.
|
void |
setVATRegistration(String value)
Sets the value of the vatRegistration property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LegalPersonIdentifierType()
@Nullable public String getLegalPersonIdentifier()
Stringpublic void setLegalPersonIdentifier(@Nullable String value)
value - allowed object is
String@Nullable public LegalNameType getLegalName()
LegalNameTypepublic void setLegalName(@Nullable LegalNameType value)
value - allowed object is
LegalNameType@Nullable public String getLegalAddress()
Stringpublic void setLegalAddress(@Nullable String value)
value - allowed object is
String@Nullable public String getVATRegistration()
Stringpublic void setVATRegistration(@Nullable String value)
value - allowed object is
String@Nullable public String getTaxReference()
Stringpublic void setTaxReference(@Nullable String value)
value - allowed object is
String@Nullable public String getD201217EUIdentifier()
Stringpublic void setD201217EUIdentifier(@Nullable String value)
value - allowed object is
String@Nullable public String getLEI()
Stringpublic void setLEI(@Nullable String value)
value - allowed object is
String@Nullable public String getEORI()
Stringpublic void setEORI(@Nullable String value)
value - allowed object is
String@Nullable public String getSEED()
Stringpublic void setSEED(@Nullable String value)
value - allowed object is
String@Nullable public String getSIC()
Stringpublic void setSIC(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull LegalPersonIdentifierType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public LegalPersonIdentifierType clone()
@Nonnull public LegalNameType setLegalName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2021–2022 de4a. All rights reserved.