| java.lang.Object | |
| ↳ | workday.com.bsvc.SupplierInvoiceLineReplacementDataType |
Encapsulating element containing Supplier Invoice Line data.
Java class for Supplier_Invoice_Line_Replacement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Supplier_Invoice_Line_Replacement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Line_Order" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Intercompany_Affiliate_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" minOccurs="0"/>
<element name="Purchase_Item_Reference" type="{urn:com.workday/bsvc}Procurement_ItemObjectType" minOccurs="0"/>
<element name="Item_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Purchase_Order_Line_Reference" type="{urn:com.workday/bsvc}Purchase_Order_LineObjectType" minOccurs="0"/>
<element name="Spend_Category_Reference" type="{urn:com.workday/bsvc}Spend_CategoryObjectType" minOccurs="0"/>
<element name="Accounting_Treatment_Reference" type="{urn:com.workday/bsvc}Accounting_TreatmentObjectType" minOccurs="0"/>
<element name="Trackable_Item" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Tax_Applicability_Reference" type="{urn:com.workday/bsvc}Tax_ApplicabilityObjectType" minOccurs="0"/>
<element name="Tax_Code_Reference" type="{urn:com.workday/bsvc}Tax_CodeObjectType" minOccurs="0"/>
<element name="Quantity" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="22"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Unit_Cost" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Extended_Amount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Worktags_Reference" type="{urn:com.workday/bsvc}Audited_Accounting_WorktagObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountingTreatmentReference | |||||||||||
| extendedAmount | |||||||||||
| intercompanyAffiliateReference | |||||||||||
| itemDescription | |||||||||||
| lineOrder | |||||||||||
| memo | |||||||||||
| purchaseItemReference | |||||||||||
| purchaseOrderLineReference | |||||||||||
| quantity | |||||||||||
| spendCategoryReference | |||||||||||
| taxApplicabilityReference | |||||||||||
| taxCodeReference | |||||||||||
| trackableItem | |||||||||||
| unitCost | |||||||||||
| worktagsReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountingTreatmentReference property.
| |||||||||||
Gets the value of the extendedAmount property.
| |||||||||||
Gets the value of the intercompanyAffiliateReference property.
| |||||||||||
Gets the value of the itemDescription property.
| |||||||||||
Gets the value of the lineOrder property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the purchaseItemReference property.
| |||||||||||
Gets the value of the purchaseOrderLineReference property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the spendCategoryReference property.
| |||||||||||
Gets the value of the taxApplicabilityReference property.
| |||||||||||
Gets the value of the taxCodeReference property.
| |||||||||||
Gets the value of the unitCost property.
| |||||||||||
Gets the value of the worktagsReference property.
| |||||||||||
Gets the value of the trackableItem property.
| |||||||||||
Sets the value of the accountingTreatmentReference property.
| |||||||||||
Sets the value of the extendedAmount property.
| |||||||||||
Sets the value of the intercompanyAffiliateReference property.
| |||||||||||
Sets the value of the itemDescription property.
| |||||||||||
Sets the value of the lineOrder property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the purchaseItemReference property.
| |||||||||||
Sets the value of the purchaseOrderLineReference property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the spendCategoryReference property.
| |||||||||||
Sets the value of the taxApplicabilityReference property.
| |||||||||||
Sets the value of the taxCodeReference property.
| |||||||||||
Sets the value of the trackableItem property.
| |||||||||||
Sets the value of the unitCost property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accountingTreatmentReference property.
AccountingTreatmentObjectType
Gets the value of the extendedAmount property.
Gets the value of the intercompanyAffiliateReference property.
CompanyObjectType
Gets the value of the itemDescription property.
Gets the value of the lineOrder property.
Gets the value of the memo property.
Gets the value of the purchaseItemReference property.
ProcurementItemObjectType
Gets the value of the purchaseOrderLineReference property.
PurchaseOrderLineObjectType
Gets the value of the quantity property.
Gets the value of the spendCategoryReference property.
SpendCategoryObjectType
Gets the value of the taxApplicabilityReference property.
TaxApplicabilityObjectType
Gets the value of the taxCodeReference property.
TaxCodeObjectType
Gets the value of the unitCost property.
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
Gets the value of the trackableItem property.
Sets the value of the accountingTreatmentReference property.
| value | Allowed object is
AccountingTreatmentObjectType
|
|---|
Sets the value of the extendedAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the intercompanyAffiliateReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the itemDescription property.
| value | Allowed object is String |
|---|
Sets the value of the lineOrder property.
| value | Allowed object is String |
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the purchaseItemReference property.
| value | Allowed object is
ProcurementItemObjectType
|
|---|
Sets the value of the purchaseOrderLineReference property.
| value | Allowed object is
PurchaseOrderLineObjectType
|
|---|
Sets the value of the quantity property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the spendCategoryReference property.
| value | Allowed object is
SpendCategoryObjectType
|
|---|
Sets the value of the taxApplicabilityReference property.
| value | Allowed object is
TaxApplicabilityObjectType
|
|---|
Sets the value of the taxCodeReference property.
| value | Allowed object is
TaxCodeObjectType
|
|---|
Sets the value of the trackableItem property.
| value | Allowed object is Boolean |
|---|
Sets the value of the unitCost property.
| value | Allowed object is BigDecimal |
|---|