Class 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>
     
    • Constructor Detail

      • DutyType

        public DutyType()
    • 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 is AmountType
      • 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 is DutyType
      • 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 is DutyCodeType
      • setTaxCategory

        public void setTaxCategory​(TaxCategoryType value)
        Sets the value of the taxCategory property.
        Parameters:
        value - allowed object is TaxCategoryType