| java.lang.Object | |
| ↳ | com.coupa.transaction.InvoiceDetailOrder |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}InvoiceDetailOrderInfo"/>
<element ref="{}InvoiceDetailItem" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}InvoiceDetailServiceItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| invoiceDetailItem | |||||||||||
| invoiceDetailOrderInfo | |||||||||||
| invoiceDetailServiceItem | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the invoiceDetailItem property.
| |||||||||||
Gets the value of the invoiceDetailOrderInfo property.
| |||||||||||
Gets the value of the invoiceDetailServiceItem property.
| |||||||||||
Sets the value of the invoiceDetailOrderInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the invoiceDetailItem 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 invoiceDetailItem property.
For example, to add a new item, do as follows:
getInvoiceDetailItem().add(newItem);
Objects of the following type(s) are allowed in the list
InvoiceDetailItem
Gets the value of the invoiceDetailOrderInfo property.
InvoiceDetailOrderInfo
Gets the value of the invoiceDetailServiceItem 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 invoiceDetailServiceItem property.
For example, to add a new item, do as follows:
getInvoiceDetailServiceItem().add(newItem);
Objects of the following type(s) are allowed in the list
InvoiceDetailServiceItem
Sets the value of the invoiceDetailOrderInfo property.
| value | Allowed object is
InvoiceDetailOrderInfo
|
|---|