| java.lang.Object | ||
| ↳ | com.coupa.resources.Resource | |
| ↳ | com.coupa.resources.OrderHeader | |
Java class for order-header complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="order-header">
<complexContent>
<extension base="{}resource">
<sequence>
<element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="updated-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="acknowledged-flag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="transmission-status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="exported" type="{}restBoolean" minOccurs="0"/>
<element name="ship-to-address" type="{}address-summary" minOccurs="0"/>
<element name="ship-to-user" type="{}user-summary" minOccurs="0"/>
<element name="supplier" type="{}supplier-summary" minOccurs="0"/>
<element name="payment-term" type="{}payment-term-summary" minOccurs="0"/>
<element name="shipping-term" type="{}shipping-term-summary" minOccurs="0"/>
<element name="requisition-header" type="{}requisition-header" minOccurs="0"/>
<element name="attachments" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attachment" type="{}attachment-link-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="order-lines" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="order-line" type="{}order-line-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="created-by" type="{}user-summary" minOccurs="0"/>
<element name="updated-by" type="{}user-summary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| OrderHeader.Attachments | Java class for anonymous complex type. |
||||||||||
| OrderHeader.OrderLines | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| acknowledgedFlag | |||||||||||
| attachments | |||||||||||
| createdAt | |||||||||||
| createdBy | |||||||||||
| exported | |||||||||||
| orderLines | |||||||||||
| paymentTerm | |||||||||||
| requisitionHeader | |||||||||||
| shipToAddress | |||||||||||
| shipToUser | |||||||||||
| shippingTerm | |||||||||||
| status | |||||||||||
| supplier | |||||||||||
| transmissionStatus | |||||||||||
| updatedAt | |||||||||||
| updatedBy | |||||||||||
| version | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acknowledgedFlag property.
| |||||||||||
Gets the value of the attachments property.
| |||||||||||
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the exported property.
| |||||||||||
Gets the value of the orderLines property.
| |||||||||||
Gets the value of the paymentTerm property.
| |||||||||||
Gets the value of the requisitionHeader property.
| |||||||||||
Gets the value of the shipToAddress property.
| |||||||||||
Gets the value of the shipToUser property.
| |||||||||||
Gets the value of the shippingTerm property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the supplier property.
| |||||||||||
Gets the value of the transmissionStatus property.
| |||||||||||
Gets the value of the updatedAt property.
| |||||||||||
Gets the value of the updatedBy property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the acknowledgedFlag property.
| |||||||||||
Sets the value of the attachments property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the exported property.
| |||||||||||
Sets the value of the orderLines property.
| |||||||||||
Sets the value of the paymentTerm property.
| |||||||||||
Sets the value of the requisitionHeader property.
| |||||||||||
Sets the value of the shipToAddress property.
| |||||||||||
Sets the value of the shipToUser property.
| |||||||||||
Sets the value of the shippingTerm property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the supplier property.
| |||||||||||
Sets the value of the transmissionStatus property.
| |||||||||||
Sets the value of the updatedAt property.
| |||||||||||
Sets the value of the updatedBy property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.coupa.api.Identifiable
| |||||||||||
Gets the value of the acknowledgedFlag property.
Gets the value of the attachments property.
OrderHeader.Attachments
Gets the value of the createdAt property.
Gets the value of the createdBy property.
UserSummary
Gets the value of the exported property.
RestBoolean
Gets the value of the orderLines property.
OrderHeader.OrderLines
Gets the value of the paymentTerm property.
PaymentTermSummary
Gets the value of the requisitionHeader property.
RequisitionHeader
Gets the value of the shipToAddress property.
AddressSummary
Gets the value of the shipToUser property.
UserSummary
Gets the value of the shippingTerm property.
ShippingTermSummary
Gets the value of the status property.
Gets the value of the supplier property.
SupplierSummary
Gets the value of the transmissionStatus property.
Gets the value of the updatedAt property.
Gets the value of the updatedBy property.
UserSummary
Gets the value of the version property.
Sets the value of the acknowledgedFlag property.
| value | Allowed object is String |
|---|
Sets the value of the attachments property.
| value | Allowed object is
OrderHeader.Attachments
|
|---|
Sets the value of the createdAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createdBy property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the exported property.
| value | Allowed object is
RestBoolean
|
|---|
Sets the value of the orderLines property.
| value | Allowed object is
OrderHeader.OrderLines
|
|---|
Sets the value of the paymentTerm property.
| value | Allowed object is
PaymentTermSummary
|
|---|
Sets the value of the requisitionHeader property.
| value | Allowed object is
RequisitionHeader
|
|---|
Sets the value of the shipToAddress property.
| value | Allowed object is
AddressSummary
|
|---|
Sets the value of the shipToUser property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the shippingTerm property.
| value | Allowed object is
ShippingTermSummary
|
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the supplier property.
| value | Allowed object is
SupplierSummary
|
|---|
Sets the value of the transmissionStatus property.
| value | Allowed object is String |
|---|
Sets the value of the updatedAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedBy property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the version property.
| value | Allowed object is BigInteger |
|---|