@CodingStyleguideUnaware public class CorporateRegistrationSchemeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
CorporateRegistrationSchemeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addJurisdictionRegionAddress(AddressType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CorporateRegistrationSchemeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CorporateRegistrationSchemeType 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
|
CorporateRegistrationTypeCodeType |
getCorporateRegistrationTypeCode()
<pre>
<?
|
String |
getCorporateRegistrationTypeCodeValue()
Get the value of the contained CorporateRegistrationTypeCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<AddressType> |
getJurisdictionRegionAddress()
<pre>
<?
|
AddressType |
getJurisdictionRegionAddressAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getJurisdictionRegionAddressCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
NameType |
getName()
<pre>
<?
|
String |
getNameValue()
Get the value of the contained NameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasJurisdictionRegionAddressEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoJurisdictionRegionAddressEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCorporateRegistrationTypeCode(CorporateRegistrationTypeCodeType value)
Sets the value of the corporateRegistrationTypeCode property.
|
CorporateRegistrationTypeCodeType |
setCorporateRegistrationTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setJurisdictionRegionAddress(List<AddressType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setName(NameType value)
Sets the value of the name property.
|
NameType |
setName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CorporateRegistrationSchemeType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public NameType getName()
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public CorporateRegistrationTypeCodeType getCorporateRegistrationTypeCode()
CorporateRegistrationTypeCodeTypepublic void setCorporateRegistrationTypeCode(@Nullable CorporateRegistrationTypeCodeType value)
value - allowed object is
CorporateRegistrationTypeCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AddressType> getJurisdictionRegionAddress()
AddressTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setJurisdictionRegionAddress(@Nullable List<AddressType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasJurisdictionRegionAddressEntries()
public boolean hasNoJurisdictionRegionAddressEntries()
@Nonnegative public int getJurisdictionRegionAddressCount()
@Nullable public AddressType getJurisdictionRegionAddressAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addJurisdictionRegionAddress(@Nonnull AddressType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull CorporateRegistrationSchemeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public CorporateRegistrationSchemeType clone()
@Nonnull public CorporateRegistrationTypeCodeType setCorporateRegistrationTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public NameType setName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getNameValue()
@Nullable public String getCorporateRegistrationTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.