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>
| Modifier and Type | Field and Description |
|---|---|
protected AmountType |
amount |
protected DutyType |
duty |
protected DutyCodeType |
dutyCode |
protected TaxCategoryType |
taxCategory |
| Constructor and Description |
|---|
DutyType() |
| Modifier and Type | Method and Description |
|---|---|
AmountType |
getAmount()
Gets the value of the amount property.
|
DutyType |
getDuty()
Gets the value of the duty property.
|
DutyCodeType |
getDutyCode()
Gets the value of the dutyCode property.
|
TaxCategoryType |
getTaxCategory()
Gets the value of the taxCategory property.
|
void |
setAmount(AmountType value)
Sets the value of the amount property.
|
void |
setDuty(DutyType value)
Sets the value of the duty property.
|
void |
setDutyCode(DutyCodeType value)
Sets the value of the dutyCode property.
|
void |
setTaxCategory(TaxCategoryType value)
Sets the value of the taxCategory property.
|
protected AmountType amount
protected DutyType duty
protected DutyCodeType dutyCode
protected TaxCategoryType taxCategory
public AmountType getAmount()
AmountTypepublic void setAmount(AmountType value)
value - allowed object is
AmountTypepublic DutyType getDuty()
DutyTypepublic void setDuty(DutyType value)
value - allowed object is
DutyTypepublic DutyCodeType getDutyCode()
DutyCodeTypepublic void setDutyCode(DutyCodeType value)
value - allowed object is
DutyCodeTypepublic TaxCategoryType getTaxCategory()
TaxCategoryTypepublic void setTaxCategory(TaxCategoryType value)
value - allowed object is
TaxCategoryTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.