| java.lang.Object | |
| ↳ | com.workday.benefits.BeneficaryAllocationPercentageDataType |
Contains the Primary or Contingent percentage to be allocated to the Beneficiary.
Java class for Beneficary_Allocation_Percentage_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Beneficary_Allocation_Percentage_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contingentPercentage | |||||||||||
| primaryPercentage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contingentPercentage property.
| |||||||||||
Gets the value of the primaryPercentage 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 contingentPercentage property.
Gets the value of the primaryPercentage property.
Sets the value of the contingentPercentage property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the primaryPercentage property.
| value | Allowed object is BigDecimal |
|---|