public class

BeneficiaryAllocationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.BeneficiaryAllocationDataType

Class Overview

Contains the detailed allocation amounts for the beneficiaries of the elected coverage.

Java class for Beneficiary_Allocation_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Beneficiary_Allocation_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Allocation_Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Amount">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="5"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Amount_Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String allocationType
protected BigDecimal amount
protected String amountType
protected CurrencyObjectType currencyReference
Public Constructors
BeneficiaryAllocationDataType()
Public Methods
String getAllocationType()
Gets the value of the allocationType property.
BigDecimal getAmount()
Gets the value of the amount property.
String getAmountType()
Gets the value of the amountType property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
void setAllocationType(String value)
Sets the value of the allocationType property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setAmountType(String value)
Sets the value of the amountType property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String allocationType

protected BigDecimal amount

protected String amountType

protected CurrencyObjectType currencyReference

Public Constructors

public BeneficiaryAllocationDataType ()

Public Methods

public String getAllocationType ()

Gets the value of the allocationType property.

Returns
  • possible object is String

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public String getAmountType ()

Gets the value of the amountType property.

Returns
  • possible object is String

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public void setAllocationType (String value)

Sets the value of the allocationType property.

Parameters
value Allowed object is String

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setAmountType (String value)

Sets the value of the amountType property.

Parameters
value Allowed object is String

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType