| java.lang.Object | |
| ↳ | com.workday.compensation.PositionFuturePaymentPlanAssignmentDataType |
Future payment plan assignments for a position effective for specific date.
Java class for Position_Future_Payment_Plan_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_Future_Payment_Plan_Assignment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Assignment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Future_Payment_Plan_Assignment_Data" type="{urn:com.workday/bsvc}Future_Payment_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assignmentDate | |||||||||||
| employeeReference | |||||||||||
| futurePaymentPlanAssignmentData | |||||||||||
| positionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assignmentDate property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the futurePaymentPlanAssignmentData property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Sets the value of the assignmentDate property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the futurePaymentPlanAssignmentData property.
| |||||||||||
Sets the value of the positionReference 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 futurePaymentPlanAssignmentData 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 futurePaymentPlanAssignmentData property.
For example, to add a new item, do as follows:
getFuturePaymentPlanAssignmentData().add(newItem);
Objects of the following type(s) are allowed in the list
FuturePaymentPlanAssignmentDataType
Gets the value of the positionReference property.
PositionElementObjectType
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 futurePaymentPlanAssignmentData property.
| futurePaymentPlanAssignmentData | Allowed object is
FuturePaymentPlanAssignmentDataType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|