| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeBenefitPlanDataType |
Information on the coverages, costs, contributions, etc.. provided within an individual plan.
Java class for Payee_Benefit_Plan_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Benefit_Plan_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Benefit_Plan_Reference" type="{urn:com.workday/bsvc}Benefit_PlanObjectType" minOccurs="0"/>
<element name="Covered_Person_Is_Employee" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Frequency_Annual_Factor" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="6"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Benefit_Plan_Details_Data" type="{urn:com.workday/bsvc}Benefit_Plan_Earning_Deduction_Details_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitPlanDetailsData | |||||||||||
| benefitPlanReference | |||||||||||
| coveredPersonIsEmployee | |||||||||||
| frequencyAnnualFactor | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitPlanDetailsData property.
| |||||||||||
Gets the value of the benefitPlanReference property.
| |||||||||||
Gets the value of the coveredPersonIsEmployee property.
| |||||||||||
Gets the value of the frequencyAnnualFactor property.
| |||||||||||
Sets the value of the benefitPlanDetailsData property.
| |||||||||||
Sets the value of the benefitPlanReference property.
| |||||||||||
Sets the value of the coveredPersonIsEmployee property.
| |||||||||||
Sets the value of the frequencyAnnualFactor property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitPlanDetailsData 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 benefitPlanDetailsData property.
For example, to add a new item, do as follows:
getBenefitPlanDetailsData().add(newItem);
Objects of the following type(s) are allowed in the list
BenefitPlanEarningDeductionDetailsDataType
Gets the value of the benefitPlanReference property.
BenefitPlanObjectType
Gets the value of the coveredPersonIsEmployee property. This getter has been renamed from isCoveredPersonIsEmployee() to getCoveredPersonIsEmployee() by cxf-xjc-boolean plugin.
Gets the value of the frequencyAnnualFactor property.
Sets the value of the benefitPlanDetailsData property.
| benefitPlanDetailsData | Allowed object is
BenefitPlanEarningDeductionDetailsDataType
|
|---|
Sets the value of the benefitPlanReference property.
| value | Allowed object is
BenefitPlanObjectType
|
|---|
Sets the value of the coveredPersonIsEmployee property.
| value | Allowed object is Boolean |
|---|
Sets the value of the frequencyAnnualFactor property.
| value | Allowed object is BigDecimal |
|---|