public class

BeneficiaryAllocationForChangeBenefitsDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected BeneficiaryObjectType beneficiaryReference
protected BigDecimal contingentPercentage
protected BigDecimal primaryPercentage
Public Constructors
BeneficiaryAllocationForChangeBenefitsDataType()
Public Methods
BeneficiaryObjectType getBeneficiaryReference()
Gets the value of the beneficiaryReference property.
BigDecimal getContingentPercentage()
Gets the value of the contingentPercentage property.
BigDecimal getPrimaryPercentage()
Gets the value of the primaryPercentage property.
void setBeneficiaryReference(BeneficiaryObjectType value)
Sets the value of the beneficiaryReference 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 BeneficiaryObjectType beneficiaryReference

protected BigDecimal contingentPercentage

protected BigDecimal primaryPercentage

Public Constructors

public BeneficiaryAllocationForChangeBenefitsDataType ()

Public Methods

public BeneficiaryObjectType getBeneficiaryReference ()

Gets the value of the beneficiaryReference property.

Returns

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 setBeneficiaryReference (BeneficiaryObjectType value)

Sets the value of the beneficiaryReference property.

Parameters
value Allowed object is BeneficiaryObjectType

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