| java.lang.Object | |
| ↳ | com.workday.hr.BenefitPlanSummaryDataType |
Contains the summary information about the benefit provider of the benefit plan.
Java class for Benefit_Plan_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benefit_Plan_Summary_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="Benefit_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Group_Identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Benefit_Coverage_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Coverage_TypeObjectType" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
<element name="Health_Care_Classification_Reference" type="{urn:com.workday/bsvc}Health_Care_ClassificationObjectType" minOccurs="0"/>
<element name="Insurance_Coverage_Target_Reference" type="{urn:com.workday/bsvc}Insurance_Coverage_TargetObjectType" minOccurs="0"/>
<element name="Benefit_Provider_Summary_Data" type="{urn:com.workday/bsvc}Benefit_Provider_Summary_DataType" minOccurs="0"/>
<element name="External_Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitCoverageTypeReference | |||||||||||
| benefitPlanName | |||||||||||
| benefitPlanReference | |||||||||||
| benefitProviderSummaryData | |||||||||||
| currencyReference | |||||||||||
| externalIntegrationIDData | |||||||||||
| frequencyReference | |||||||||||
| groupIdentifier | |||||||||||
| healthCareClassificationReference | |||||||||||
| insuranceCoverageTargetReference | |||||||||||
| payComponentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitCoverageTypeReference property.
| |||||||||||
Gets the value of the benefitPlanName property.
| |||||||||||
Gets the value of the benefitPlanReference property.
| |||||||||||
Gets the value of the benefitProviderSummaryData property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the externalIntegrationIDData property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the groupIdentifier property.
| |||||||||||
Gets the value of the healthCareClassificationReference property.
| |||||||||||
Gets the value of the insuranceCoverageTargetReference property.
| |||||||||||
Gets the value of the payComponentReference property.
| |||||||||||
Sets the value of the benefitCoverageTypeReference property.
| |||||||||||
Sets the value of the benefitPlanName property.
| |||||||||||
Sets the value of the benefitPlanReference property.
| |||||||||||
Sets the value of the benefitProviderSummaryData property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the externalIntegrationIDData property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the groupIdentifier property.
| |||||||||||
Sets the value of the healthCareClassificationReference property.
| |||||||||||
Sets the value of the insuranceCoverageTargetReference property.
| |||||||||||
Sets the value of the payComponentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitCoverageTypeReference property.
BenefitCoverageTypeObjectType
Gets the value of the benefitPlanName property.
Gets the value of the benefitPlanReference property.
BenefitPlanObjectType
Gets the value of the benefitProviderSummaryData property.
BenefitProviderSummaryDataType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the externalIntegrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the groupIdentifier property.
Gets the value of the healthCareClassificationReference property.
HealthCareClassificationObjectType
Gets the value of the insuranceCoverageTargetReference property.
InsuranceCoverageTargetObjectType
Gets the value of the payComponentReference 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 payComponentReference property.
For example, to add a new item, do as follows:
getPayComponentReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayComponentObjectType
Sets the value of the benefitCoverageTypeReference property.
| value | Allowed object is
BenefitCoverageTypeObjectType
|
|---|
Sets the value of the benefitPlanName property.
| value | Allowed object is String |
|---|
Sets the value of the benefitPlanReference property.
| value | Allowed object is
BenefitPlanObjectType
|
|---|
Sets the value of the benefitProviderSummaryData property.
| value | Allowed object is
BenefitProviderSummaryDataType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the externalIntegrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the groupIdentifier property.
| value | Allowed object is String |
|---|
Sets the value of the healthCareClassificationReference property.
| value | Allowed object is
HealthCareClassificationObjectType
|
|---|
Sets the value of the insuranceCoverageTargetReference property.
| value | Allowed object is
InsuranceCoverageTargetObjectType
|
|---|
Sets the value of the payComponentReference property.
| payComponentReference | Allowed object is
PayComponentObjectType
|
|---|