Package org.cxml

Class PayableInvoiceInfo

java.lang.Object
org.cxml.PayableInvoiceInfo

public class PayableInvoiceInfo extends Object
  • Field Details

    • invoiceReferenceOrInvoiceIDInfo

      protected List<Object> invoiceReferenceOrInvoiceIDInfo
    • payableOrderInfoOrPayableMasterAgreementInfo

      protected List<Object> payableOrderInfoOrPayableMasterAgreementInfo
  • Constructor Details

    • PayableInvoiceInfo

      public PayableInvoiceInfo()
  • Method Details

    • getInvoiceReferenceOrInvoiceIDInfo

      public List<Object> getInvoiceReferenceOrInvoiceIDInfo()
      Gets the value of the invoiceReferenceOrInvoiceIDInfo 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 invoiceReferenceOrInvoiceIDInfo property.

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

          getInvoiceReferenceOrInvoiceIDInfo().add(newItem);
       

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

    • getPayableOrderInfoOrPayableMasterAgreementInfo

      public List<Object> getPayableOrderInfoOrPayableMasterAgreementInfo()
      Gets the value of the payableOrderInfoOrPayableMasterAgreementInfo 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 payableOrderInfoOrPayableMasterAgreementInfo property.

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

          getPayableOrderInfoOrPayableMasterAgreementInfo().add(newItem);
       

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