| java.lang.Object | |
| ↳ | com.workday.payrollinterface.CostingWorktagDataType |
This element holds the detail for the costing allocation worktag (Reference, Type and Code).
Java class for Costing_Worktag_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Costing_Worktag_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Tenanted_Payroll_Worktag_Reference" type="{urn:com.workday/bsvc}Tenanted_Payroll_WorktagObjectType" minOccurs="0"/>
<element name="Worktag_Dimension_Reference" type="{urn:com.workday/bsvc}Worktag_DimensionObjectType" minOccurs="0"/>
<element name="Worktag_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| tenantedPayrollWorktagReference | |||||||||||
| worktagCode | |||||||||||
| worktagDimensionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the tenantedPayrollWorktagReference property.
| |||||||||||
Gets the value of the worktagCode property.
| |||||||||||
Gets the value of the worktagDimensionReference property.
| |||||||||||
Sets the value of the tenantedPayrollWorktagReference property.
| |||||||||||
Sets the value of the worktagCode property.
| |||||||||||
Sets the value of the worktagDimensionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the tenantedPayrollWorktagReference property.
TenantedPayrollWorktagObjectType
Gets the value of the worktagCode property.
Gets the value of the worktagDimensionReference property.
WorktagDimensionObjectType
Sets the value of the tenantedPayrollWorktagReference property.
| value | Allowed object is
TenantedPayrollWorktagObjectType
|
|---|
Sets the value of the worktagCode property.
| value | Allowed object is String |
|---|
Sets the value of the worktagDimensionReference property.
| value | Allowed object is
WorktagDimensionObjectType
|
|---|