@CodingStyleguideUnaware public class RegisteredTaxType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for RegisteredTaxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisteredTaxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TypeCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="ExemptionReasonCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="ExemptionReason" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CurrencyCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="Jurisdiction" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Description" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CustomsDutyIndicator" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IndicatorType" 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 |
|---|
RegisteredTaxType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addExemptionReason(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addJurisdiction(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RegisteredTaxType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RegisteredTaxType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CodeType |
getCurrencyCode()
Gets the value of the currencyCode property.
|
String |
getCurrencyCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IndicatorType |
getCustomsDutyIndicator()
Gets the value of the customsDutyIndicator property.
|
List<TextType> |
getDescription()
Gets the value of the description property.
|
TextType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<TextType> |
getExemptionReason()
Gets the value of the exemptionReason property.
|
TextType |
getExemptionReasonAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getExemptionReasonCode()
Gets the value of the exemptionReasonCode property.
|
String |
getExemptionReasonCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
getExemptionReasonCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<TextType> |
getJurisdiction()
Gets the value of the jurisdiction property.
|
TextType |
getJurisdictionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getJurisdictionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getTypeCode()
Gets the value of the typeCode property.
|
String |
getTypeCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasExemptionReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasJurisdictionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoExemptionReasonEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoJurisdictionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCurrencyCode(CodeType value)
Sets the value of the currencyCode property.
|
CodeType |
setCurrencyCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCustomsDutyIndicator(IndicatorType value)
Sets the value of the customsDutyIndicator property.
|
void |
setDescription(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setExemptionReason(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setExemptionReasonCode(CodeType value)
Sets the value of the exemptionReasonCode property.
|
CodeType |
setExemptionReasonCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setJurisdiction(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTypeCode(CodeType value)
Sets the value of the typeCode property.
|
CodeType |
setTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RegisteredTaxType()
@Nullable public CodeType getTypeCode()
CodeTypepublic void setTypeCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public CodeType getExemptionReasonCode()
CodeTypepublic void setExemptionReasonCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getExemptionReason()
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 exemptionReason property.
For example, to add a new item, do as follows:
getExemptionReason().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public CodeType getCurrencyCode()
CodeTypepublic void setCurrencyCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getJurisdiction()
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 jurisdiction property.
For example, to add a new item, do as follows:
getJurisdiction().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public IndicatorType getCustomsDutyIndicator()
IndicatorTypepublic void setCustomsDutyIndicator(@Nullable IndicatorType value)
value - allowed object is
IndicatorTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setExemptionReason(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setJurisdiction(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setDescription(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public boolean hasExemptionReasonEntries()
true if at least one item is contained, false otherwise.public boolean hasNoExemptionReasonEntries()
true if no item is contained, false otherwise.@Nonnegative public int getExemptionReasonCount()
@Nullable public TextType getExemptionReasonAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addExemptionReason(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasJurisdictionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoJurisdictionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getJurisdictionCount()
@Nullable public TextType getJurisdictionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addJurisdiction(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public TextType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull TextType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull RegisteredTaxType 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 RegisteredTaxType clone()
@Nonnull public CodeType setTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setExemptionReasonCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setCurrencyCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getTypeCodeValue()
null@Nullable public String getExemptionReasonCodeValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.