public class

PayeeJobDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PayeeJobDataType

Class Overview

Wrapper element for the job specific Payee data

Java class for Payee_Job_DataType complex type.

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

 <complexType name="Payee_Job_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payee_Employment_Data" type="{urn:com.workday/bsvc}Position_Employment_DataType" minOccurs="0"/>
         <element name="Payee_Compensation_Data" type="{urn:com.workday/bsvc}Position_Compensation_DataType" minOccurs="0"/>
         <element name="Payee_Organization_Data" type="{urn:com.workday/bsvc}Position_Organization_DataType" minOccurs="0"/>
         <element name="Payee_Management_Chain_Data" type="{urn:com.workday/bsvc}Position_Management_Chain_DataType" minOccurs="0"/>
         <element name="Leave_Status_Data" type="{urn:com.workday/bsvc}Leave_Status_Detail_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Primary_Job" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<LeaveStatusDetailDataType> leaveStatusData
protected PositionCompensationDataType payeeCompensationData
protected PositionEmploymentDataType payeeEmploymentData
protected PositionManagementChainDataType payeeManagementChainData
protected PositionOrganizationDataType payeeOrganizationData
protected Boolean primaryJob
Public Constructors
PayeeJobDataType()
Public Methods
List<LeaveStatusDetailDataType> getLeaveStatusData()
Gets the value of the leaveStatusData property.
PositionCompensationDataType getPayeeCompensationData()
Gets the value of the payeeCompensationData property.
PositionEmploymentDataType getPayeeEmploymentData()
Gets the value of the payeeEmploymentData property.
PositionManagementChainDataType getPayeeManagementChainData()
Gets the value of the payeeManagementChainData property.
PositionOrganizationDataType getPayeeOrganizationData()
Gets the value of the payeeOrganizationData property.
Boolean getPrimaryJob()
Gets the value of the primaryJob property.
void setLeaveStatusData(List<LeaveStatusDetailDataType> leaveStatusData)
Sets the value of the leaveStatusData property.
void setPayeeCompensationData(PositionCompensationDataType value)
Sets the value of the payeeCompensationData property.
void setPayeeEmploymentData(PositionEmploymentDataType value)
Sets the value of the payeeEmploymentData property.
void setPayeeManagementChainData(PositionManagementChainDataType value)
Sets the value of the payeeManagementChainData property.
void setPayeeOrganizationData(PositionOrganizationDataType value)
Sets the value of the payeeOrganizationData property.
void setPrimaryJob(Boolean value)
Sets the value of the primaryJob property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<LeaveStatusDetailDataType> leaveStatusData

protected PositionCompensationDataType payeeCompensationData

protected PositionEmploymentDataType payeeEmploymentData

protected PositionManagementChainDataType payeeManagementChainData

protected PositionOrganizationDataType payeeOrganizationData

protected Boolean primaryJob

Public Constructors

public PayeeJobDataType ()

Public Methods

public List<LeaveStatusDetailDataType> getLeaveStatusData ()

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

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

    getLeaveStatusData().add(newItem);
 

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

public PositionCompensationDataType getPayeeCompensationData ()

Gets the value of the payeeCompensationData property.

Returns

public PositionEmploymentDataType getPayeeEmploymentData ()

Gets the value of the payeeEmploymentData property.

Returns

public PositionManagementChainDataType getPayeeManagementChainData ()

Gets the value of the payeeManagementChainData property.

Returns

public PositionOrganizationDataType getPayeeOrganizationData ()

Gets the value of the payeeOrganizationData property.

Returns

public Boolean getPrimaryJob ()

Gets the value of the primaryJob property. This getter has been renamed from isPrimaryJob() to getPrimaryJob() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setLeaveStatusData (List<LeaveStatusDetailDataType> leaveStatusData)

Sets the value of the leaveStatusData property.

Parameters
leaveStatusData Allowed object is LeaveStatusDetailDataType

public void setPayeeCompensationData (PositionCompensationDataType value)

Sets the value of the payeeCompensationData property.

Parameters
value Allowed object is PositionCompensationDataType

public void setPayeeEmploymentData (PositionEmploymentDataType value)

Sets the value of the payeeEmploymentData property.

Parameters
value Allowed object is PositionEmploymentDataType

public void setPayeeManagementChainData (PositionManagementChainDataType value)

Sets the value of the payeeManagementChainData property.

Parameters
value Allowed object is PositionManagementChainDataType

public void setPayeeOrganizationData (PositionOrganizationDataType value)

Sets the value of the payeeOrganizationData property.

Parameters
value Allowed object is PositionOrganizationDataType

public void setPrimaryJob (Boolean value)

Sets the value of the primaryJob property.

Parameters
value Allowed object is Boolean