Class AllowanceChargeType


  • public class AllowanceChargeType
    extends Object

    Java class for AllowanceChargeType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="AllowanceChargeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ChargeIndicator"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AllowanceChargeReasonCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AllowanceChargeReason" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MultiplierFactorNumeric" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PrepaidIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SequenceNumeric" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Amount"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BaseAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AccountingCostCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AccountingCost" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PerUnitAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxCategory" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxTotal" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentMeans" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AllowanceChargeType

        public AllowanceChargeType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • setChargeIndicator

        public void setChargeIndicator​(ChargeIndicatorType value)
        Sets the value of the chargeIndicator property.
        Parameters:
        value - allowed object is ChargeIndicatorType
      • getAllowanceChargeReason

        public List<AllowanceChargeReasonType> getAllowanceChargeReason()
        Gets the value of the allowanceChargeReason property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the allowanceChargeReason property.

        For example, to add a new item, do as follows:

         getAllowanceChargeReason().add(newItem);
         

        Objects of the following type(s) are allowed in the list AllowanceChargeReasonType

        Returns:
        The value of the allowanceChargeReason property.
      • setSequenceNumeric

        public void setSequenceNumeric​(SequenceNumericType value)
        Sets the value of the sequenceNumeric property.
        Parameters:
        value - allowed object is SequenceNumericType
      • 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
      • getBaseAmount

        public BaseAmountType getBaseAmount()
        Gets the value of the baseAmount property.
        Returns:
        possible object is BaseAmountType
      • setBaseAmount

        public void setBaseAmount​(BaseAmountType value)
        Sets the value of the baseAmount property.
        Parameters:
        value - allowed object is BaseAmountType
      • setAccountingCost

        public void setAccountingCost​(AccountingCostType value)
        Sets the value of the accountingCost property.
        Parameters:
        value - allowed object is AccountingCostType
      • setPerUnitAmount

        public void setPerUnitAmount​(PerUnitAmountType value)
        Sets the value of the perUnitAmount property.
        Parameters:
        value - allowed object is PerUnitAmountType
      • getTaxCategory

        public List<TaxCategoryType> getTaxCategory()
        Gets the value of the taxCategory property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the taxCategory property.

        For example, to add a new item, do as follows:

         getTaxCategory().add(newItem);
         

        Objects of the following type(s) are allowed in the list TaxCategoryType

        Returns:
        The value of the taxCategory property.
      • getTaxTotal

        public TaxTotalType getTaxTotal()
        Gets the value of the taxTotal property.
        Returns:
        possible object is TaxTotalType
      • setTaxTotal

        public void setTaxTotal​(TaxTotalType value)
        Sets the value of the taxTotal property.
        Parameters:
        value - allowed object is TaxTotalType
      • getPaymentMeans

        public List<PaymentMeansType> getPaymentMeans()
        Gets the value of the paymentMeans property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paymentMeans property.

        For example, to add a new item, do as follows:

         getPaymentMeans().add(newItem);
         

        Objects of the following type(s) are allowed in the list PaymentMeansType

        Returns:
        The value of the paymentMeans property.