Package org.cxml

Class PayableInvoiceInfo


  • public class PayableInvoiceInfo
    extends java.lang.Object
    • Field Detail

      • invoiceReferenceOrInvoiceIDInfo

        protected java.util.List<java.lang.Object> invoiceReferenceOrInvoiceIDInfo
      • payableOrderInfoOrPayableMasterAgreementInfo

        protected java.util.List<java.lang.Object> payableOrderInfoOrPayableMasterAgreementInfo
    • Constructor Detail

      • PayableInvoiceInfo

        public PayableInvoiceInfo()
    • Method Detail

      • getInvoiceReferenceOrInvoiceIDInfo

        public java.util.List<java.lang.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 InvoiceReference InvoiceIDInfo

      • getPayableOrderInfoOrPayableMasterAgreementInfo

        public java.util.List<java.lang.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 PayableOrderInfo PayableMasterAgreementInfo