Class PayableInvoiceInfo
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the invoiceReferenceOrInvoiceIDInfo property.Gets the value of the payableOrderInfoOrPayableMasterAgreementInfo property.
-
Field Details
-
invoiceReferenceOrInvoiceIDInfo
-
payableOrderInfoOrPayableMasterAgreementInfo
-
-
Constructor Details
-
PayableInvoiceInfo
public PayableInvoiceInfo()
-
-
Method Details
-
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
InvoiceIDInfoInvoiceReference -
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
PayableMasterAgreementInfoPayableOrderInfo
-