| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeAllocationDetailDataType |
Contains the costing allocation details
Java class for Payee_Allocation_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Allocation_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Allocation_Detail_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Allocation_Order" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Distribution_Percent" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="9"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Costing_Worktag_Data" type="{urn:com.workday/bsvc}Costing_Worktag_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allocationDetailReference | |||||||||||
| allocationOrder | |||||||||||
| costingWorktagData | |||||||||||
| distributionPercent | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allocationDetailReference property.
| |||||||||||
Gets the value of the allocationOrder property.
| |||||||||||
Gets the value of the costingWorktagData property.
| |||||||||||
Gets the value of the distributionPercent property.
| |||||||||||
Sets the value of the allocationDetailReference property.
| |||||||||||
Sets the value of the allocationOrder property.
| |||||||||||
Sets the value of the costingWorktagData property.
| |||||||||||
Sets the value of the distributionPercent property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allocationDetailReference property.
UniqueIdentifierObjectType
Gets the value of the allocationOrder property.
Gets the value of the costingWorktagData 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 costingWorktagData property.
For example, to add a new item, do as follows:
getCostingWorktagData().add(newItem);
Objects of the following type(s) are allowed in the list
CostingWorktagDataType
Gets the value of the distributionPercent property.
Sets the value of the allocationDetailReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the allocationOrder property.
| value | Allowed object is String |
|---|
Sets the value of the costingWorktagData property.
| costingWorktagData | Allowed object is
CostingWorktagDataType
|
|---|
Sets the value of the distributionPercent property.
| value | Allowed object is BigDecimal |
|---|