Class RemittanceAdviceLineType


  • public class RemittanceAdviceLineType
    extends Object

    Java class for RemittanceAdviceLineType complex type

    .

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

    
     <complexType name="RemittanceAdviceLineType">
       <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}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:CommonBasicComponents-2}InvoicingPartyReference" 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}AccountingCustomerParty" 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}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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RemittanceAdviceLineType

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

        Returns:
        The value of the note property.
      • 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
      • 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
      • 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
      • 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
      • 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

        Returns:
        The value of the invoicePeriod property.
      • 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

        Returns:
        The value of the billingReference property.
      • 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

        Returns:
        The value of the documentReference property.
      • setExchangeRate

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