public class

BeneficaryAllocationPercentageDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.BeneficaryAllocationPercentageDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal contingentPercentage
protected BigDecimal primaryPercentage
Public Constructors
BeneficaryAllocationPercentageDataType()
Public Methods
BigDecimal getContingentPercentage()
Gets the value of the contingentPercentage property.
BigDecimal getPrimaryPercentage()
Gets the value of the primaryPercentage property.
void setContingentPercentage(BigDecimal value)
Sets the value of the contingentPercentage property.
void setPrimaryPercentage(BigDecimal value)
Sets the value of the primaryPercentage property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal contingentPercentage

protected BigDecimal primaryPercentage

Public Constructors

public BeneficaryAllocationPercentageDataType ()

Public Methods

public BigDecimal getContingentPercentage ()

Gets the value of the contingentPercentage property.

Returns
  • possible object is BigDecimal

public BigDecimal getPrimaryPercentage ()

Gets the value of the primaryPercentage property.

Returns
  • possible object is BigDecimal

public void setContingentPercentage (BigDecimal value)

Sets the value of the contingentPercentage property.

Parameters
value Allowed object is BigDecimal

public void setPrimaryPercentage (BigDecimal value)

Sets the value of the primaryPercentage property.

Parameters
value Allowed object is BigDecimal