| java.lang.Object | |
| ↳ | com.workday.payroll.AssignCostingAllocationResponseType |
Contains the Event and Costing data that was created by this request
Java class for Assign_Costing_Allocation_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Assign_Costing_Allocation_ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Assign_Costing_Allocation_Event_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Position_Restriction_Reference" type="{urn:com.workday/bsvc}Position_RestrictionsObjectType" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignCostingAllocationEventReference | |||||||||||
| positionRestrictionReference | |||||||||||
| version | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignCostingAllocationEventReference property.
| |||||||||||
Gets the value of the positionRestrictionReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the assignCostingAllocationEventReference property.
| |||||||||||
Sets the value of the positionRestrictionReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignCostingAllocationEventReference property.
UniqueIdentifierObjectType
Gets the value of the positionRestrictionReference property.
PositionRestrictionsObjectType
Gets the value of the version property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the assignCostingAllocationEventReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the positionRestrictionReference property.
| value | Allowed object is
PositionRestrictionsObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|