public class PayableInvoiceInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
invoiceReferenceOrInvoiceIDInfo |
protected java.util.List<java.lang.Object> |
payableOrderInfoOrPayableMasterAgreementInfo |
| Constructor and Description |
|---|
PayableInvoiceInfo() |
| Modifier and Type | Method and 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.
|
protected java.util.List<java.lang.Object> invoiceReferenceOrInvoiceIDInfo
protected java.util.List<java.lang.Object> payableOrderInfoOrPayableMasterAgreementInfo
public java.util.List<java.lang.Object> getInvoiceReferenceOrInvoiceIDInfo()
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
public java.util.List<java.lang.Object> getPayableOrderInfoOrPayableMasterAgreementInfo()
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
Copyright © 2018 SAP SE. All Rights Reserved.