| java.lang.Object | |
| ↳ | com.coupa.resources.OrderLineSummary |
Java class for order-line-summary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="order-line-summary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<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="accounting-total" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="accounting-total-currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="invoiced" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="line-num" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="need-by-date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="order-header-id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="price" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="quantity" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="received" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="source-part-num" 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="sub-line-num" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="supp-aux-part-num" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="type" 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="savings-pct" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="reporting-total" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="supplier-order-number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="account" type="{}account-summary" minOccurs="0"/>
<element name="contract" type="{}contract-summary" minOccurs="0"/>
<element name="currency" type="{}currency-summary" minOccurs="0"/>
<element name="commodity" type="{}commodity-summary" minOccurs="0"/>
<element name="department" type="{}department-summary" minOccurs="0"/>
<element name="item" type="{}item-summary" minOccurs="0"/>
<element name="supplier" type="{}supplier-summary" minOccurs="0"/>
<element name="uom" type="{}uom-summary" minOccurs="0"/>
<element name="asset-tags" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="asset-tag" type="{}asset-tag-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="attachments" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attachment" type="{}attachment-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="period" type="{}period-summary" minOccurs="0"/>
<element name="created-by" type="{}user-summary" minOccurs="0"/>
<element name="updated-by" type="{}user-summary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| OrderLineSummary.AssetTags | Java class for anonymous complex type. |
||||||||||
| OrderLineSummary.Attachments | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account | |||||||||||
| accountingTotal | |||||||||||
| accountingTotalCurrency | |||||||||||
| assetTags | |||||||||||
| attachments | |||||||||||
| commodity | |||||||||||
| contract | |||||||||||
| createdAt | |||||||||||
| createdBy | |||||||||||
| currency | |||||||||||
| department | |||||||||||
| description | |||||||||||
| id | |||||||||||
| invoiced | |||||||||||
| item | |||||||||||
| lineNum | |||||||||||
| needByDate | |||||||||||
| orderHeaderId | |||||||||||
| period | |||||||||||
| price | |||||||||||
| quantity | |||||||||||
| received | |||||||||||
| reportingTotal | |||||||||||
| savingsPct | |||||||||||
| sourcePartNum | |||||||||||
| status | |||||||||||
| subLineNum | |||||||||||
| suppAuxPartNum | |||||||||||
| supplier | |||||||||||
| supplierOrderNumber | |||||||||||
| total | |||||||||||
| type | |||||||||||
| uom | |||||||||||
| updatedAt | |||||||||||
| updatedBy | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the account property.
| |||||||||||
Gets the value of the accountingTotal property.
| |||||||||||
Gets the value of the accountingTotalCurrency property.
| |||||||||||
Gets the value of the assetTags property.
| |||||||||||
Gets the value of the attachments property.
| |||||||||||
Gets the value of the commodity property.
| |||||||||||
Gets the value of the contract property.
| |||||||||||
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the currency property.
| |||||||||||
Gets the value of the department property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the invoiced property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the lineNum property.
| |||||||||||
Gets the value of the needByDate property.
| |||||||||||
Gets the value of the orderHeaderId property.
| |||||||||||
Gets the value of the period property.
| |||||||||||
Gets the value of the price property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the received property.
| |||||||||||
Gets the value of the reportingTotal property.
| |||||||||||
Gets the value of the savingsPct property.
| |||||||||||
Gets the value of the sourcePartNum property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the subLineNum property.
| |||||||||||
Gets the value of the suppAuxPartNum property.
| |||||||||||
Gets the value of the supplier property.
| |||||||||||
Gets the value of the supplierOrderNumber property.
| |||||||||||
Gets the value of the total property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the uom 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 account property.
| |||||||||||
Sets the value of the accountingTotal property.
| |||||||||||
Sets the value of the accountingTotalCurrency property.
| |||||||||||
Sets the value of the assetTags property.
| |||||||||||
Sets the value of the attachments property.
| |||||||||||
Sets the value of the commodity property.
| |||||||||||
Sets the value of the contract property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the currency property.
| |||||||||||
Sets the value of the department property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the invoiced property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the lineNum property.
| |||||||||||
Sets the value of the needByDate property.
| |||||||||||
Sets the value of the orderHeaderId property.
| |||||||||||
Sets the value of the period property.
| |||||||||||
Sets the value of the price property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the received property.
| |||||||||||
Sets the value of the reportingTotal property.
| |||||||||||
Sets the value of the savingsPct property.
| |||||||||||
Sets the value of the sourcePartNum property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the subLineNum property.
| |||||||||||
Sets the value of the suppAuxPartNum property.
| |||||||||||
Sets the value of the supplier property.
| |||||||||||
Sets the value of the supplierOrderNumber property.
| |||||||||||
Sets the value of the total property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the uom 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
java.lang.Object
| |||||||||||
Gets the value of the account property.
AccountSummary
Gets the value of the accountingTotal property.
Gets the value of the accountingTotalCurrency property.
Gets the value of the assetTags property.
OrderLineSummary.AssetTags
Gets the value of the attachments property.
OrderLineSummary.Attachments
Gets the value of the commodity property.
CommoditySummary
Gets the value of the contract property.
ContractSummary
Gets the value of the createdAt property.
Gets the value of the createdBy property.
UserSummary
Gets the value of the currency property.
CurrencySummary
Gets the value of the department property.
DepartmentSummary
Gets the value of the description property.
Gets the value of the id property.
Gets the value of the invoiced property.
Gets the value of the item property.
ItemSummary
Gets the value of the lineNum property.
Gets the value of the needByDate property.
Gets the value of the orderHeaderId property.
Gets the value of the period property.
PeriodSummary
Gets the value of the price property.
Gets the value of the quantity property.
Gets the value of the received property.
Gets the value of the reportingTotal property.
Gets the value of the savingsPct property.
Gets the value of the sourcePartNum property.
Gets the value of the status property.
Gets the value of the subLineNum property.
Gets the value of the suppAuxPartNum property.
Gets the value of the supplier property.
SupplierSummary
Gets the value of the supplierOrderNumber property.
Gets the value of the total property.
Gets the value of the type property.
Gets the value of the uom property.
UomSummary
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 account property.
| value | Allowed object is
AccountSummary
|
|---|
Sets the value of the accountingTotal property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the accountingTotalCurrency property.
| value | Allowed object is String |
|---|
Sets the value of the assetTags property.
| value | Allowed object is
OrderLineSummary.AssetTags
|
|---|
Sets the value of the attachments property.
| value | Allowed object is
OrderLineSummary.Attachments
|
|---|
Sets the value of the commodity property.
| value | Allowed object is
CommoditySummary
|
|---|
Sets the value of the contract property.
| value | Allowed object is
ContractSummary
|
|---|
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 currency property.
| value | Allowed object is
CurrencySummary
|
|---|
Sets the value of the department property.
| value | Allowed object is
DepartmentSummary
|
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the invoiced property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the item property.
| value | Allowed object is
ItemSummary
|
|---|
Sets the value of the lineNum property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the needByDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the orderHeaderId property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the period property.
| value | Allowed object is
PeriodSummary
|
|---|
Sets the value of the price property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the quantity property.
| value | Allowed object is Float |
|---|
Sets the value of the received property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the reportingTotal property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the savingsPct property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the sourcePartNum property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the subLineNum property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the suppAuxPartNum property.
| value | Allowed object is String |
|---|
Sets the value of the supplier property.
| value | Allowed object is
SupplierSummary
|
|---|
Sets the value of the supplierOrderNumber property.
| value | Allowed object is String |
|---|
Sets the value of the total property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|
Sets the value of the uom property.
| value | Allowed object is
UomSummary
|
|---|
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 |
|---|