Class RemittanceAdviceType


  • public class RemittanceAdviceType
    extends Object

    Java class for RemittanceAdviceType complex type

    .

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

    
     <complexType name="RemittanceAdviceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UBLVersionID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomizationID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileExecutionID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CopyIndicator" 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}IssueDate"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/>
             <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}DocumentCurrencyCode" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalDebitAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalCreditAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TotalPaymentAmount" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PaymentOrderReference" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PayerReference" 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:CommonBasicComponents-2}LineCountNumeric" 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" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalDocumentReference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AccountingCustomerParty"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AccountingSupplierParty"/>
             <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}PaymentMeans" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TaxTotal" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RemittanceAdviceLine" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RemittanceAdviceType

        public RemittanceAdviceType()
    • Method Detail

      • setUBLVersionID

        public void setUBLVersionID​(UBLVersionIDType value)
        Sets the value of the ublVersionID property.
        Parameters:
        value - allowed object is UBLVersionIDType
      • setCustomizationID

        public void setCustomizationID​(CustomizationIDType value)
        Sets the value of the customizationID property.
        Parameters:
        value - allowed object is CustomizationIDType
      • getProfileID

        public ProfileIDType getProfileID()
        Gets the value of the profileID property.
        Returns:
        possible object is ProfileIDType
      • setProfileID

        public void setProfileID​(ProfileIDType value)
        Sets the value of the profileID property.
        Parameters:
        value - allowed object is ProfileIDType
      • 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
      • setCopyIndicator

        public void setCopyIndicator​(CopyIndicatorType value)
        Sets the value of the copyIndicator property.
        Parameters:
        value - allowed object is CopyIndicatorType
      • 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
      • getIssueDate

        public IssueDateType getIssueDate()
        Gets the value of the issueDate property.
        Returns:
        possible object is IssueDateType
      • setIssueDate

        public void setIssueDate​(IssueDateType value)
        Sets the value of the issueDate property.
        Parameters:
        value - allowed object is IssueDateType
      • getIssueTime

        public IssueTimeType getIssueTime()
        Gets the value of the issueTime property.
        Returns:
        possible object is IssueTimeType
      • setIssueTime

        public void setIssueTime​(IssueTimeType value)
        Sets the value of the issueTime property.
        Parameters:
        value - allowed object is IssueTimeType
      • 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.
      • setPayerReference

        public void setPayerReference​(PayerReferenceType value)
        Sets the value of the payerReference property.
        Parameters:
        value - allowed object is PayerReferenceType
      • 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.
      • getAdditionalDocumentReference

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

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

         getAdditionalDocumentReference().add(newItem);
         

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

        Returns:
        The value of the additionalDocumentReference property.
      • getSignature

        public List<SignatureType> getSignature()
        Gets the value of the signature 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 signature property.

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

         getSignature().add(newItem);
         

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

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

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

        public List<TaxTotalType> getTaxTotal()
        Gets the value of the taxTotal 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 taxTotal property.

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

         getTaxTotal().add(newItem);
         

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

        Returns:
        The value of the taxTotal property.
      • getRemittanceAdviceLine

        public List<RemittanceAdviceLineType> getRemittanceAdviceLine()
        Gets the value of the remittanceAdviceLine 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 remittanceAdviceLine property.

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

         getRemittanceAdviceLine().add(newItem);
         

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

        Returns:
        The value of the remittanceAdviceLine property.