| java.lang.Object | |
| ↳ | com.coupa.resources.Resources |
Java class for resources complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resources">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="currency" type="{}currency"/>
<element name="account" type="{}account"/>
<element name="address" type="{}address"/>
<element name="user" type="{}user"/>
<element name="supplier" type="{}supplier"/>
<element name="requisition-header" type="{}requisition-header"/>
<element name="order-header" type="{}order-header"/>
<element name="invoice-header" type="{}invoice-header"/>
<element name="expense-report" type="{}expense-report"/>
<element name="inventory-transaction" type="{}inventory-transaction"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| resources | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyOrAccountOrAddress property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyOrAccountOrAddress 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 currencyOrAccountOrAddress property.
For example, to add a new item, do as follows:
getCurrencyOrAccountOrAddress().add(newItem);
Objects of the following type(s) are allowed in the list
RequisitionHeader
ExpenseReport
Supplier
User
InvoiceHeader
Account
Currency
OrderHeader
InventoryTransaction
Address