| java.lang.Object | |
| ↳ | workday.com.bsvc.PurchaseOrderContractDetailsDataType |
This element is used to group all data needed to create a purchase order if purchase orders are used.
Java class for Purchase_Order_Contract_Details_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Purchase_Order_Contract_Details_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Company_for_Purchase_Order_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" minOccurs="0"/>
<element name="Requester_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Spend_Category_Reference" type="{urn:com.workday/bsvc}Spend_CategoryObjectType" minOccurs="0"/>
<element name="Contract_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Worktags_Reference" type="{urn:com.workday/bsvc}Audited_Accounting_WorktagObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyForPurchaseOrderReference | |||||||||||
| contractAmount | |||||||||||
| requesterReference | |||||||||||
| spendCategoryReference | |||||||||||
| worktagsReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyForPurchaseOrderReference property.
| |||||||||||
Gets the value of the contractAmount property.
| |||||||||||
Gets the value of the requesterReference property.
| |||||||||||
Gets the value of the spendCategoryReference property.
| |||||||||||
Gets the value of the worktagsReference property.
| |||||||||||
Sets the value of the companyForPurchaseOrderReference property.
| |||||||||||
Sets the value of the contractAmount property.
| |||||||||||
Sets the value of the requesterReference property.
| |||||||||||
Sets the value of the spendCategoryReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the companyForPurchaseOrderReference property.
CompanyObjectType
Gets the value of the contractAmount property.
Gets the value of the requesterReference property.
WorkerObjectType
Gets the value of the spendCategoryReference property.
SpendCategoryObjectType
Gets the value of the worktagsReference 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 worktagsReference property.
For example, to add a new item, do as follows:
getWorktagsReference().add(newItem);
Objects of the following type(s) are allowed in the list
AuditedAccountingWorktagObjectType
Sets the value of the companyForPurchaseOrderReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the contractAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the requesterReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the spendCategoryReference property.
| value | Allowed object is
SpendCategoryObjectType
|
|---|

