public class

Resources

extends Object
java.lang.Object
   ↳ com.coupa.resources.Resources

Class Overview

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>
 

Summary

Fields
protected List<Resource> resources
Public Constructors
Resources()
Public Methods
List<Resource> getResources()
Gets the value of the currencyOrAccountOrAddress property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<Resource> resources

Public Constructors

public Resources ()

Public Methods

public List<Resource> getResources ()

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