| java.lang.Object | |
| ↳ | com.workday.compensation.PutFuturePaymentPlanAssignmentResponseType |
Response to a put future payment plan assignment request.
Java class for Put_Future_Payment_Plan_Assignment_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Future_Payment_Plan_Assignment_ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}PositionObjectType" minOccurs="0"/>
<element name="Assignment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignmentDate | |||||||||||
| employeeReference | |||||||||||
| positionReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignmentDate property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the assignmentDate property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assignmentDate property.
Gets the value of the employeeReference property.
WorkerObjectType
Gets the value of the positionReference property.
PositionObjectType
Gets the value of the version property.
Sets the value of the assignmentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|