public class

PositionFuturePaymentPlanAssignmentsType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.PositionFuturePaymentPlanAssignmentsType

Class Overview

Groups an Employee's Future Payment Plan Assignments.

Java class for Position_Future_Payment_Plan_AssignmentsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Position_Future_Payment_Plan_AssignmentsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Position_Future_Payment_Plan_Assignment_Data" type="{urn:com.workday/bsvc}Position_Future_Payment_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<PositionFuturePaymentPlanAssignmentDataType> positionFuturePaymentPlanAssignmentData
Public Constructors
PositionFuturePaymentPlanAssignmentsType()
Public Methods
List<PositionFuturePaymentPlanAssignmentDataType> getPositionFuturePaymentPlanAssignmentData()
Gets the value of the positionFuturePaymentPlanAssignmentData property.
void setPositionFuturePaymentPlanAssignmentData(List<PositionFuturePaymentPlanAssignmentDataType> positionFuturePaymentPlanAssignmentData)
Sets the value of the positionFuturePaymentPlanAssignmentData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<PositionFuturePaymentPlanAssignmentDataType> positionFuturePaymentPlanAssignmentData

Public Constructors

public PositionFuturePaymentPlanAssignmentsType ()

Public Methods

public List<PositionFuturePaymentPlanAssignmentDataType> getPositionFuturePaymentPlanAssignmentData ()

Gets the value of the positionFuturePaymentPlanAssignmentData 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 positionFuturePaymentPlanAssignmentData property.

For example, to add a new item, do as follows:

    getPositionFuturePaymentPlanAssignmentData().add(newItem);
 

Objects of the following type(s) are allowed in the list PositionFuturePaymentPlanAssignmentDataType

public void setPositionFuturePaymentPlanAssignmentData (List<PositionFuturePaymentPlanAssignmentDataType> positionFuturePaymentPlanAssignmentData)

Sets the value of the positionFuturePaymentPlanAssignmentData property.

Parameters
positionFuturePaymentPlanAssignmentData Allowed object is PositionFuturePaymentPlanAssignmentDataType