@CodingStyleguideUnaware public class AdvancePaymentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for AdvancePaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdvancePaymentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaidAmount" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}AmountType"/>
<element name="FormattedReceivedDateTime" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}FormattedDateTimeType" minOccurs="0"/>
<element name="IncludedTradeTax" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}TradeTaxType" maxOccurs="unbounded" 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 |
|---|
AdvancePaymentType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addIncludedTradeTax(TradeTaxType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
AdvancePaymentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AdvancePaymentType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
FormattedDateTimeType |
getFormattedReceivedDateTime()
Gets the value of the formattedReceivedDateTime property.
|
List<TradeTaxType> |
getIncludedTradeTax()
Gets the value of the includedTradeTax property.
|
TradeTaxType |
getIncludedTradeTaxAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIncludedTradeTaxCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
AmountType |
getPaidAmount()
Gets the value of the paidAmount property.
|
BigDecimal |
getPaidAmountValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIncludedTradeTaxEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIncludedTradeTaxEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setFormattedReceivedDateTime(FormattedDateTimeType value)
Sets the value of the formattedReceivedDateTime property.
|
void |
setIncludedTradeTax(List<TradeTaxType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPaidAmount(AmountType value)
Sets the value of the paidAmount property.
|
AmountType |
setPaidAmount(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AdvancePaymentType()
@Nullable public AmountType getPaidAmount()
AmountTypepublic void setPaidAmount(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public FormattedDateTimeType getFormattedReceivedDateTime()
FormattedDateTimeTypepublic void setFormattedReceivedDateTime(@Nullable FormattedDateTimeType value)
value - allowed object is
FormattedDateTimeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TradeTaxType> getIncludedTradeTax()
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 includedTradeTax property.
For example, to add a new item, do as follows:
getIncludedTradeTax().add(newItem);
Objects of the following type(s) are allowed in the list
TradeTaxType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setIncludedTradeTax(@Nullable List<TradeTaxType> aList)
aList - The new list member to set. May be null.public boolean hasIncludedTradeTaxEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIncludedTradeTaxEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIncludedTradeTaxCount()
@Nullable public TradeTaxType getIncludedTradeTaxAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIncludedTradeTax(@Nonnull TradeTaxType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull AdvancePaymentType 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 AdvancePaymentType clone()
@Nonnull public AmountType setPaidAmount(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getPaidAmountValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.