@CodingStyleguideUnaware public class AdditionalMonetaryTotal extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for AdditionalMonetaryTotal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalMonetaryTotal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RepercussionsTotalTaxAmount" type="{urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2}AmountType" minOccurs="0"/>
<element name="RetainTotalTaxAmount" type="{urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2}AmountType" minOccurs="0"/>
<element name="InvoiceTotalLocalCurrencyAmount" type="{urn:oasis:names:specification:ubl:schema:xsd:UnqualifiedDataTypes-2}AmountType" 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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
AdditionalMonetaryTotal()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
AdditionalMonetaryTotal |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AdditionalMonetaryTotal ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType |
getInvoiceTotalLocalCurrencyAmount()
Gets the value of the invoiceTotalLocalCurrencyAmount property.
|
oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType |
getRepercussionsTotalTaxAmount()
Gets the value of the repercussionsTotalTaxAmount property.
|
oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType |
getRetainTotalTaxAmount()
Gets the value of the retainTotalTaxAmount property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setInvoiceTotalLocalCurrencyAmount(oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType value)
Sets the value of the invoiceTotalLocalCurrencyAmount property.
|
void |
setRepercussionsTotalTaxAmount(oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType value)
Sets the value of the repercussionsTotalTaxAmount property.
|
void |
setRetainTotalTaxAmount(oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType value)
Sets the value of the retainTotalTaxAmount property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AdditionalMonetaryTotal()
@Nullable public oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType getRepercussionsTotalTaxAmount()
AmountTypepublic void setRepercussionsTotalTaxAmount(@Nullable oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType value)
value - allowed object is
AmountType@Nullable public oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType getRetainTotalTaxAmount()
AmountTypepublic void setRetainTotalTaxAmount(@Nullable oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType value)
value - allowed object is
AmountType@Nullable public oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType getInvoiceTotalLocalCurrencyAmount()
AmountTypepublic void setInvoiceTotalLocalCurrencyAmount(@Nullable oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_21.AmountType value)
value - allowed object is
AmountTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull AdditionalMonetaryTotal 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 AdditionalMonetaryTotal clone()
Copyright © 2020 Philip Helger. All rights reserved.