@CodingStyleguideUnaware public class ReturnableAssetInstructionsType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ReturnableAssetInstructionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReturnableAssetInstructionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MaterialID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TermsAndConditionsDescription" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TermsAndConditionsDescriptionCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="DepositValueSpecifiedAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DepositValueValiditySpecifiedPeriod" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SpecifiedPeriodType" 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 |
|---|
ReturnableAssetInstructionsType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDepositValueSpecifiedAmount(AmountType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addMaterialID(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTermsAndConditionsDescription(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ReturnableAssetInstructionsType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ReturnableAssetInstructionsType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<AmountType> |
getDepositValueSpecifiedAmount()
Gets the value of the depositValueSpecifiedAmount property.
|
AmountType |
getDepositValueSpecifiedAmountAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDepositValueSpecifiedAmountCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
SpecifiedPeriodType |
getDepositValueValiditySpecifiedPeriod()
Gets the value of the depositValueValiditySpecifiedPeriod property.
|
List<IDType> |
getMaterialID()
Gets the value of the materialID property.
|
IDType |
getMaterialIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getMaterialIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<TextType> |
getTermsAndConditionsDescription()
Gets the value of the termsAndConditionsDescription property.
|
TextType |
getTermsAndConditionsDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getTermsAndConditionsDescriptionCode()
Gets the value of the termsAndConditionsDescriptionCode property.
|
String |
getTermsAndConditionsDescriptionCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
getTermsAndConditionsDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDepositValueSpecifiedAmountEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasMaterialIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDepositValueSpecifiedAmountEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoMaterialIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTermsAndConditionsDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTermsAndConditionsDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDepositValueSpecifiedAmount(List<AmountType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDepositValueValiditySpecifiedPeriod(SpecifiedPeriodType value)
Sets the value of the depositValueValiditySpecifiedPeriod property.
|
void |
setMaterialID(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTermsAndConditionsDescription(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTermsAndConditionsDescriptionCode(CodeType value)
Sets the value of the termsAndConditionsDescriptionCode property.
|
CodeType |
setTermsAndConditionsDescriptionCode(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 ReturnableAssetInstructionsType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getMaterialID()
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 materialID property.
For example, to add a new item, do as follows:
getMaterialID().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getTermsAndConditionsDescription()
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 termsAndConditionsDescription property.
For example, to add a new item, do as follows:
getTermsAndConditionsDescription().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public CodeType getTermsAndConditionsDescriptionCode()
CodeTypepublic void setTermsAndConditionsDescriptionCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AmountType> getDepositValueSpecifiedAmount()
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 depositValueSpecifiedAmount property.
For example, to add a new item, do as follows:
getDepositValueSpecifiedAmount().add(newItem);
Objects of the following type(s) are allowed in the list
AmountType
@Nullable public SpecifiedPeriodType getDepositValueValiditySpecifiedPeriod()
SpecifiedPeriodTypepublic void setDepositValueValiditySpecifiedPeriod(@Nullable SpecifiedPeriodType value)
value - allowed object is
SpecifiedPeriodTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setMaterialID(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setTermsAndConditionsDescription(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setDepositValueSpecifiedAmount(@Nullable List<AmountType> aList)
aList - The new list member to set. May be null.public boolean hasMaterialIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoMaterialIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getMaterialIDCount()
@Nullable public IDType getMaterialIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addMaterialID(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasTermsAndConditionsDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTermsAndConditionsDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTermsAndConditionsDescriptionCount()
@Nullable public TextType getTermsAndConditionsDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTermsAndConditionsDescription(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasDepositValueSpecifiedAmountEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDepositValueSpecifiedAmountEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDepositValueSpecifiedAmountCount()
@Nullable public AmountType getDepositValueSpecifiedAmountAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDepositValueSpecifiedAmount(@Nonnull AmountType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull ReturnableAssetInstructionsType 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 ReturnableAssetInstructionsType clone()
@Nonnull public CodeType setTermsAndConditionsDescriptionCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2021 Philip Helger. All rights reserved.