public class

AssignCostingAllocationResponseType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.AssignCostingAllocationResponseType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected UniqueIdentifierObjectType assignCostingAllocationEventReference
protected PositionRestrictionsObjectType positionRestrictionReference
protected String version
protected WorkerObjectType workerReference
Public Constructors
AssignCostingAllocationResponseType()
Public Methods
UniqueIdentifierObjectType getAssignCostingAllocationEventReference()
Gets the value of the assignCostingAllocationEventReference property.
PositionRestrictionsObjectType getPositionRestrictionReference()
Gets the value of the positionRestrictionReference property.
String getVersion()
Gets the value of the version property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setAssignCostingAllocationEventReference(UniqueIdentifierObjectType value)
Sets the value of the assignCostingAllocationEventReference property.
void setPositionRestrictionReference(PositionRestrictionsObjectType value)
Sets the value of the positionRestrictionReference property.
void setVersion(String value)
Sets the value of the version property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected UniqueIdentifierObjectType assignCostingAllocationEventReference

protected PositionRestrictionsObjectType positionRestrictionReference

protected String version

protected WorkerObjectType workerReference

Public Constructors

public AssignCostingAllocationResponseType ()

Public Methods

public UniqueIdentifierObjectType getAssignCostingAllocationEventReference ()

Gets the value of the assignCostingAllocationEventReference property.

Returns

public PositionRestrictionsObjectType getPositionRestrictionReference ()

Gets the value of the positionRestrictionReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setAssignCostingAllocationEventReference (UniqueIdentifierObjectType value)

Sets the value of the assignCostingAllocationEventReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setPositionRestrictionReference (PositionRestrictionsObjectType value)

Sets the value of the positionRestrictionReference property.

Parameters
value Allowed object is PositionRestrictionsObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType