| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeDeductionDataType |
Wrapper element for Deduction details.
Java class for Payee_Deduction_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Deduction_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Deduction_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType" minOccurs="0"/>
<element name="External_Payroll_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Position_Based" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Benefit_Plan_Data" type="{urn:com.workday/bsvc}Payee_Benefit_Plan_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Time_Off_Data" type="{urn:com.workday/bsvc}Payee_Time_Off_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="External_Payroll_Input_Data" type="{urn:com.workday/bsvc}External_Payroll_Input_Details_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitPlanData | |||||||||||
| deductionReference | |||||||||||
| externalPayrollCode | |||||||||||
| externalPayrollInputData | |||||||||||
| positionBased | |||||||||||
| positionReference | |||||||||||
| timeOffData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitPlanData property.
| |||||||||||
Gets the value of the deductionReference property.
| |||||||||||
Gets the value of the externalPayrollCode property.
| |||||||||||
Gets the value of the externalPayrollInputData property.
| |||||||||||
Gets the value of the positionBased property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the timeOffData property.
| |||||||||||
Sets the value of the benefitPlanData property.
| |||||||||||
Sets the value of the deductionReference property.
| |||||||||||
Sets the value of the externalPayrollCode property.
| |||||||||||
Sets the value of the externalPayrollInputData property.
| |||||||||||
Sets the value of the positionBased property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the timeOffData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitPlanData 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 benefitPlanData property.
For example, to add a new item, do as follows:
getBenefitPlanData().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeBenefitPlanDataType
Gets the value of the deductionReference property.
PayComponentObjectType
Gets the value of the externalPayrollCode property.
Gets the value of the externalPayrollInputData 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 externalPayrollInputData property.
For example, to add a new item, do as follows:
getExternalPayrollInputData().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalPayrollInputDetailsDataType
Gets the value of the positionBased property. This getter has been renamed from isPositionBased() to getPositionBased() by cxf-xjc-boolean plugin.
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the timeOffData 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 timeOffData property.
For example, to add a new item, do as follows:
getTimeOffData().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeTimeOffDataType
Sets the value of the benefitPlanData property.
| benefitPlanData | Allowed object is
PayeeBenefitPlanDataType
|
|---|
Sets the value of the deductionReference property.
| value | Allowed object is
PayComponentObjectType
|
|---|
Sets the value of the externalPayrollCode property.
| value | Allowed object is String |
|---|
Sets the value of the externalPayrollInputData property.
| externalPayrollInputData | Allowed object is
ExternalPayrollInputDetailsDataType
|
|---|
Sets the value of the positionBased property.
| value | Allowed object is Boolean |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the timeOffData property.
| timeOffData | Allowed object is
PayeeTimeOffDataType
|
|---|