@CodingStyleguideUnaware public class TaxSchemeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TaxSchemeType()
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
|
TaxSchemeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TaxSchemeType 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
|
CurrencyCodeType |
getCurrencyCode()
<pre>
<?
|
String |
getCurrencyCodeValue()
Get the value of the contained CurrencyCodeType 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
|
TaxTypeCodeType |
getTaxTypeCode()
<pre>
<?
|
String |
getTaxTypeCodeValue()
Get the value of the contained TaxTypeCodeType 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 |
setCurrencyCode(CurrencyCodeType value)
Sets the value of the currencyCode property.
|
CurrencyCodeType |
setCurrencyCode(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
|
TaxTypeCodeType |
setTaxTypeCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTaxTypeCode(TaxTypeCodeType value)
Sets the value of the taxTypeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TaxSchemeType()
@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 TaxTypeCodeType getTaxTypeCode()
TaxTypeCodeTypepublic void setTaxTypeCode(@Nullable TaxTypeCodeType value)
value - allowed object is
TaxTypeCodeType@Nullable public CurrencyCodeType getCurrencyCode()
CurrencyCodeTypepublic void setCurrencyCode(@Nullable CurrencyCodeType value)
value - allowed object is
CurrencyCodeType@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 TaxSchemeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TaxSchemeType clone()
@Nonnull public TaxTypeCodeType setTaxTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public CurrencyCodeType setCurrencyCode(@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 getTaxTypeCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.