| java.lang.Object | |
| ↳ | com.workday.hr.BenefitProviderSummaryDataType |
Contains the summary information about the benefit provider of the benefit plan.
Java class for Benefit_Provider_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Benefit_Provider_Summary_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Benefit_Provider_Reference" type="{urn:com.workday/bsvc}Benefit_ProviderObjectType" minOccurs="0"/>
<element name="Benefit_Provider_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Benefit_Provider_Identifier_Type_Reference" type="{urn:com.workday/bsvc}Benefit_Provider_Identifier_TypeObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitProviderIdentifierTypeReference | |||||||||||
| benefitProviderName | |||||||||||
| benefitProviderReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitProviderIdentifierTypeReference property.
| |||||||||||
Gets the value of the benefitProviderName property.
| |||||||||||
Gets the value of the benefitProviderReference property.
| |||||||||||
Sets the value of the benefitProviderIdentifierTypeReference property.
| |||||||||||
Sets the value of the benefitProviderName property.
| |||||||||||
Sets the value of the benefitProviderReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the benefitProviderIdentifierTypeReference property.
BenefitProviderIdentifierTypeObjectType
Gets the value of the benefitProviderName property.
Gets the value of the benefitProviderReference property.
BenefitProviderObjectType
Sets the value of the benefitProviderIdentifierTypeReference property.
| value | Allowed object is
BenefitProviderIdentifierTypeObjectType
|
|---|
Sets the value of the benefitProviderName property.
| value | Allowed object is String |
|---|
Sets the value of the benefitProviderReference property.
| value | Allowed object is
BenefitProviderObjectType
|
|---|

