Class PayableInvoiceInfo
- java.lang.Object
-
- org.cxml.PayableInvoiceInfo
-
public class PayableInvoiceInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.lang.Object>invoiceReferenceOrInvoiceIDInfoprotected java.util.List<java.lang.Object>payableOrderInfoOrPayableMasterAgreementInfo
-
Constructor Summary
Constructors Constructor Description PayableInvoiceInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getInvoiceReferenceOrInvoiceIDInfo()Gets the value of the invoiceReferenceOrInvoiceIDInfo property.java.util.List<java.lang.Object>getPayableOrderInfoOrPayableMasterAgreementInfo()Gets the value of the payableOrderInfoOrPayableMasterAgreementInfo property.
-
-
-
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
setmethod 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
InvoiceReferenceInvoiceIDInfo
-
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
setmethod 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
PayableOrderInfoPayableMasterAgreementInfo
-
-