Class StatementLineType


  • public class StatementLineType
    extends Object

    Java class for StatementLineType complex type.

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

     <complexType name="StatementLineType">
       <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}Note" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UUID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BalanceBroughtForwardIndicator" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DebitLineAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CreditLineAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BalanceAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentPurposeCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentMeans" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PaymentTerms" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BuyerCustomerParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SellerSupplierParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OriginatorCustomerParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AccountingCustomerParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AccountingSupplierParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PayeeParty" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}InvoicePeriod" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}BillingReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ExchangeRate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AllowanceCharge" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}CollectedPayment" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • StatementLineType

        public StatementLineType()
    • 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
      • getNote

        public List<NoteType> getNote()
        Gets the value of the note 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 note property.

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

            getNote().add(newItem);
         

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

      • getUUID

        public UUIDType getUUID()
        Gets the value of the uuid property.
        Returns:
        possible object is UUIDType
      • setUUID

        public void setUUID​(UUIDType value)
        Sets the value of the uuid property.
        Parameters:
        value - allowed object is UUIDType
      • setDebitLineAmount

        public void setDebitLineAmount​(DebitLineAmountType value)
        Sets the value of the debitLineAmount property.
        Parameters:
        value - allowed object is DebitLineAmountType
      • setBalanceAmount

        public void setBalanceAmount​(BalanceAmountType value)
        Sets the value of the balanceAmount property.
        Parameters:
        value - allowed object is BalanceAmountType
      • setPaymentMeans

        public void setPaymentMeans​(PaymentMeansType value)
        Sets the value of the paymentMeans property.
        Parameters:
        value - allowed object is PaymentMeansType
      • getPaymentTerms

        public List<PaymentTermsType> getPaymentTerms()
        Gets the value of the paymentTerms 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 paymentTerms property.

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

            getPaymentTerms().add(newItem);
         

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

      • getBuyerCustomerParty

        public CustomerPartyType getBuyerCustomerParty()
        Gets the value of the buyerCustomerParty property.
        Returns:
        possible object is CustomerPartyType
      • setBuyerCustomerParty

        public void setBuyerCustomerParty​(CustomerPartyType value)
        Sets the value of the buyerCustomerParty property.
        Parameters:
        value - allowed object is CustomerPartyType
      • getSellerSupplierParty

        public SupplierPartyType getSellerSupplierParty()
        Gets the value of the sellerSupplierParty property.
        Returns:
        possible object is SupplierPartyType
      • setSellerSupplierParty

        public void setSellerSupplierParty​(SupplierPartyType value)
        Sets the value of the sellerSupplierParty property.
        Parameters:
        value - allowed object is SupplierPartyType
      • getOriginatorCustomerParty

        public CustomerPartyType getOriginatorCustomerParty()
        Gets the value of the originatorCustomerParty property.
        Returns:
        possible object is CustomerPartyType
      • setOriginatorCustomerParty

        public void setOriginatorCustomerParty​(CustomerPartyType value)
        Sets the value of the originatorCustomerParty property.
        Parameters:
        value - allowed object is CustomerPartyType
      • getAccountingCustomerParty

        public CustomerPartyType getAccountingCustomerParty()
        Gets the value of the accountingCustomerParty property.
        Returns:
        possible object is CustomerPartyType
      • setAccountingCustomerParty

        public void setAccountingCustomerParty​(CustomerPartyType value)
        Sets the value of the accountingCustomerParty property.
        Parameters:
        value - allowed object is CustomerPartyType
      • getAccountingSupplierParty

        public SupplierPartyType getAccountingSupplierParty()
        Gets the value of the accountingSupplierParty property.
        Returns:
        possible object is SupplierPartyType
      • setAccountingSupplierParty

        public void setAccountingSupplierParty​(SupplierPartyType value)
        Sets the value of the accountingSupplierParty property.
        Parameters:
        value - allowed object is SupplierPartyType
      • getPayeeParty

        public PartyType getPayeeParty()
        Gets the value of the payeeParty property.
        Returns:
        possible object is PartyType
      • setPayeeParty

        public void setPayeeParty​(PartyType value)
        Sets the value of the payeeParty property.
        Parameters:
        value - allowed object is PartyType
      • getInvoicePeriod

        public List<PeriodType> getInvoicePeriod()
        Gets the value of the invoicePeriod 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 invoicePeriod property.

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

            getInvoicePeriod().add(newItem);
         

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

      • getBillingReference

        public List<BillingReferenceType> getBillingReference()
        Gets the value of the billingReference 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 billingReference property.

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

            getBillingReference().add(newItem);
         

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

      • getDocumentReference

        public List<DocumentReferenceType> getDocumentReference()
        Gets the value of the documentReference 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 documentReference property.

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

            getDocumentReference().add(newItem);
         

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

      • setExchangeRate

        public void setExchangeRate​(ExchangeRateType value)
        Sets the value of the exchangeRate property.
        Parameters:
        value - allowed object is ExchangeRateType
      • getAllowanceCharge

        public List<AllowanceChargeType> getAllowanceCharge()
        Gets the value of the allowanceCharge 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 allowanceCharge property.

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

            getAllowanceCharge().add(newItem);
         

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

      • getCollectedPayment

        public List<PaymentType> getCollectedPayment()
        Gets the value of the collectedPayment 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 collectedPayment property.

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

            getCollectedPayment().add(newItem);
         

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