| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeJobDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| leaveStatusData | |||||||||||
| payeeCompensationData | |||||||||||
| payeeEmploymentData | |||||||||||
| payeeManagementChainData | |||||||||||
| payeeOrganizationData | |||||||||||
| primaryJob | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the leaveStatusData property.
| |||||||||||
Gets the value of the payeeCompensationData property.
| |||||||||||
Gets the value of the payeeEmploymentData property.
| |||||||||||
Gets the value of the payeeManagementChainData property.
| |||||||||||
Gets the value of the payeeOrganizationData property.
| |||||||||||
Gets the value of the primaryJob property.
| |||||||||||
Sets the value of the leaveStatusData property.
| |||||||||||
Sets the value of the payeeCompensationData property.
| |||||||||||
Sets the value of the payeeEmploymentData property.
| |||||||||||
Sets the value of the payeeManagementChainData property.
| |||||||||||
Sets the value of the payeeOrganizationData property.
| |||||||||||
Sets the value of the primaryJob property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the payeeCompensationData property.
PositionCompensationDataType
Gets the value of the payeeEmploymentData property.
PositionEmploymentDataType
Gets the value of the payeeManagementChainData property.
PositionManagementChainDataType
Gets the value of the payeeOrganizationData property.
PositionOrganizationDataType
Gets the value of the primaryJob property. This getter has been renamed from isPrimaryJob() to getPrimaryJob() by cxf-xjc-boolean plugin.
Sets the value of the leaveStatusData property.
| leaveStatusData | Allowed object is
LeaveStatusDetailDataType
|
|---|
Sets the value of the payeeCompensationData property.
| value | Allowed object is
PositionCompensationDataType
|
|---|
Sets the value of the payeeEmploymentData property.
| value | Allowed object is
PositionEmploymentDataType
|
|---|
Sets the value of the payeeManagementChainData property.
| value | Allowed object is
PositionManagementChainDataType
|
|---|
Sets the value of the payeeOrganizationData property.
| value | Allowed object is
PositionOrganizationDataType
|
|---|
Sets the value of the primaryJob property.
| value | Allowed object is Boolean |
|---|