@CodingStyleguideUnaware public class AdditionalMonetaryTotalType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line Details</ccts:DictionaryEntryName><ccts:Definition>Information about a Consolidated Invoice Line.</ccts:Definition><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass></ccts:Component>
Java class for AdditionalMonetaryTotalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalMonetaryTotalType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" minOccurs="0"/>
<element ref="{urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1}ReferenceAmount" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PayableAmount"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Percent" minOccurs="0"/>
<element ref="{urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1}TotalAmount" 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 |
|---|
AdditionalMonetaryTotalType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
AdditionalMonetaryTotalType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(AdditionalMonetaryTotalType 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.commonbasiccomponents_2.IDType |
getID()
<?
|
oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.NameType |
getName()
<?
|
oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PayableAmountType |
getPayableAmount()
<?
|
oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PercentType |
getPercent()
<?
|
oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType |
getReferenceAmount()
<?
|
oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType |
getTotalAmount()
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setID(oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.IDType value)
Sets the value of the id property.
|
void |
setName(oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.NameType value)
Sets the value of the name property.
|
void |
setPayableAmount(oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PayableAmountType value)
Sets the value of the payableAmount property.
|
void |
setPercent(oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PercentType value)
Sets the value of the percent property.
|
void |
setReferenceAmount(oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType value)
Sets the value of the referenceAmount property.
|
void |
setTotalAmount(oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType value)
Sets the value of the totalAmount property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public AdditionalMonetaryTotalType()
@Nullable public oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.IDType getID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line Billing Payment</ccts:DictionaryEntryName><ccts:Definition>An association to Billing Payment.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass><ccts:PropertyTerm>Billing Payment</ccts:PropertyTerm><ccts:AssociatedObjectClass>Consolidated Invoice Line</ccts:AssociatedObjectClass></ccts:Component>
IDTypepublic void setID(@Nullable oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.IDType value)
value - allowed object is
IDType@Nullable public oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.NameType getName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line. Allowance Charge</ccts:DictionaryEntryName><ccts:Definition>An association to Allowance Charge.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass><ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm><ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass></ccts:Component>
NameTypepublic void setName(@Nullable oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.NameType value)
value - allowed object is
NameType@Nullable public oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType getReferenceAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line Billing Payment</ccts:DictionaryEntryName><ccts:Definition>An association to Billing Payment.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass><ccts:PropertyTerm>Billing Payment</ccts:PropertyTerm><ccts:AssociatedObjectClass>Consolidated Invoice Line</ccts:AssociatedObjectClass></ccts:Component>
AmountTypepublic void setReferenceAmount(@Nullable oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType value)
value - allowed object is
AmountType@Nullable public oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PayableAmountType getPayableAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line Billing Payment</ccts:DictionaryEntryName><ccts:Definition>An association to Billing Payment.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass><ccts:PropertyTerm>Billing Payment</ccts:PropertyTerm><ccts:AssociatedObjectClass>Consolidated Invoice Line</ccts:AssociatedObjectClass></ccts:Component>
PayableAmountTypepublic void setPayableAmount(@Nullable oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PayableAmountType value)
value - allowed object is
PayableAmountType@Nullable public oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PercentType getPercent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line. Allowance Charge</ccts:DictionaryEntryName><ccts:Definition>An association to Allowance Charge.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass><ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm><ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass></ccts:Component>
PercentTypepublic void setPercent(@Nullable oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.PercentType value)
value - allowed object is
PercentType@Nullable public oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType getTotalAmount()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:sunat:names:specification:ubl:peru:schema:xsd:SunatAggregateComponents-1" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:qdt="urn:oasis:names:specification:ubl:schema:xsd:QualifiedDatatypes-2" xmlns:udt="urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Consolidated Invoice Line. Tax Total</ccts:DictionaryEntryName><ccts:Definition>An association to Tax Total.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Consolidated Invoice Line</ccts:ObjectClass><ccts:PropertyTerm>Tax Total</ccts:PropertyTerm><ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass></ccts:Component>
AmountTypepublic void setTotalAmount(@Nullable oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.AmountType value)
value - allowed object is
AmountTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull AdditionalMonetaryTotalType 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 AdditionalMonetaryTotalType clone()
Copyright © 2018–2020 Philip Helger. All rights reserved.