Class DutyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.DutyType
-
public class DutyType extends Object
Java class for DutyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DutyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Duty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DutyCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxCategory" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AmountTypeamountprotected DutyTypedutyprotected DutyCodeTypedutyCodeprotected TaxCategoryTypetaxCategory
-
Constructor Summary
Constructors Constructor Description DutyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmountTypegetAmount()Gets the value of the amount property.DutyTypegetDuty()Gets the value of the duty property.DutyCodeTypegetDutyCode()Gets the value of the dutyCode property.TaxCategoryTypegetTaxCategory()Gets the value of the taxCategory property.voidsetAmount(AmountType value)Sets the value of the amount property.voidsetDuty(DutyType value)Sets the value of the duty property.voidsetDutyCode(DutyCodeType value)Sets the value of the dutyCode property.voidsetTaxCategory(TaxCategoryType value)Sets the value of the taxCategory property.
-
-
-
Field Detail
-
amount
protected AmountType amount
-
duty
protected DutyType duty
-
dutyCode
protected DutyCodeType dutyCode
-
taxCategory
protected TaxCategoryType taxCategory
-
-
Method Detail
-
getAmount
public AmountType getAmount()
Gets the value of the amount property.- Returns:
- possible object is
AmountType
-
setAmount
public void setAmount(AmountType value)
Sets the value of the amount property.- Parameters:
value- allowed object isAmountType
-
getDuty
public DutyType getDuty()
Gets the value of the duty property.- Returns:
- possible object is
DutyType
-
setDuty
public void setDuty(DutyType value)
Sets the value of the duty property.- Parameters:
value- allowed object isDutyType
-
getDutyCode
public DutyCodeType getDutyCode()
Gets the value of the dutyCode property.- Returns:
- possible object is
DutyCodeType
-
setDutyCode
public void setDutyCode(DutyCodeType value)
Sets the value of the dutyCode property.- Parameters:
value- allowed object isDutyCodeType
-
getTaxCategory
public TaxCategoryType getTaxCategory()
Gets the value of the taxCategory property.- Returns:
- possible object is
TaxCategoryType
-
setTaxCategory
public void setTaxCategory(TaxCategoryType value)
Sets the value of the taxCategory property.- Parameters:
value- allowed object isTaxCategoryType
-
-