| java.lang.Object | |
| ↳ | com.workday.benefits.BeneficiaryAllocationForChangeBenefitsDataType |
Beneficiary Allocation data
Java class for Beneficiary_Allocation_for_Change_Benefits_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Beneficiary_Allocation_for_Change_Benefits_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Beneficiary_Reference" type="{urn:com.workday/bsvc}BeneficiaryObjectType"/>
<choice>
<element name="Primary_Percentage">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Contingent_Percentage">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| beneficiaryReference | |||||||||||
| contingentPercentage | |||||||||||
| primaryPercentage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the beneficiaryReference property.
| |||||||||||
Gets the value of the contingentPercentage property.
| |||||||||||
Gets the value of the primaryPercentage property.
| |||||||||||
Sets the value of the beneficiaryReference property.
| |||||||||||
Sets the value of the contingentPercentage property.
| |||||||||||
Sets the value of the primaryPercentage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the beneficiaryReference property.
BeneficiaryObjectType
Gets the value of the contingentPercentage property.
Gets the value of the primaryPercentage property.
Sets the value of the beneficiaryReference property.
| value | Allowed object is
BeneficiaryObjectType
|
|---|
Sets the value of the contingentPercentage property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the primaryPercentage property.
| value | Allowed object is BigDecimal |
|---|