public class

CoverageLevelValueDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CoverageLevelValueDataType

Class Overview

Contains the detailed insurance coverage level information for an election.

Java class for Coverage_Level_Value_DataType complex type.

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

 <complexType name="Coverage_Level_Value_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Coverage_Level_Value">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="21"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Buy_Up_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="21"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Guarantee_Issue_Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="21"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Coverage_Level_Multiplier">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="5"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Coverage_Level_Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal buyUpAmount
protected BigDecimal coverageLevelMultiplier
protected String coverageLevelType
protected BigDecimal coverageLevelValue
protected CurrencyObjectType currencyReference
protected BigDecimal guaranteeIssueAmount
Public Constructors
CoverageLevelValueDataType()
Public Methods
BigDecimal getBuyUpAmount()
Gets the value of the buyUpAmount property.
BigDecimal getCoverageLevelMultiplier()
Gets the value of the coverageLevelMultiplier property.
String getCoverageLevelType()
Gets the value of the coverageLevelType property.
BigDecimal getCoverageLevelValue()
Gets the value of the coverageLevelValue property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
BigDecimal getGuaranteeIssueAmount()
Gets the value of the guaranteeIssueAmount property.
void setBuyUpAmount(BigDecimal value)
Sets the value of the buyUpAmount property.
void setCoverageLevelMultiplier(BigDecimal value)
Sets the value of the coverageLevelMultiplier property.
void setCoverageLevelType(String value)
Sets the value of the coverageLevelType property.
void setCoverageLevelValue(BigDecimal value)
Sets the value of the coverageLevelValue property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setGuaranteeIssueAmount(BigDecimal value)
Sets the value of the guaranteeIssueAmount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal buyUpAmount

protected BigDecimal coverageLevelMultiplier

protected String coverageLevelType

protected BigDecimal coverageLevelValue

protected CurrencyObjectType currencyReference

protected BigDecimal guaranteeIssueAmount

Public Constructors

public CoverageLevelValueDataType ()

Public Methods

public BigDecimal getBuyUpAmount ()

Gets the value of the buyUpAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getCoverageLevelMultiplier ()

Gets the value of the coverageLevelMultiplier property.

Returns
  • possible object is BigDecimal

public String getCoverageLevelType ()

Gets the value of the coverageLevelType property.

Returns
  • possible object is String

public BigDecimal getCoverageLevelValue ()

Gets the value of the coverageLevelValue property.

Returns
  • possible object is BigDecimal

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public BigDecimal getGuaranteeIssueAmount ()

Gets the value of the guaranteeIssueAmount property.

Returns
  • possible object is BigDecimal

public void setBuyUpAmount (BigDecimal value)

Sets the value of the buyUpAmount property.

Parameters
value Allowed object is BigDecimal

public void setCoverageLevelMultiplier (BigDecimal value)

Sets the value of the coverageLevelMultiplier property.

Parameters
value Allowed object is BigDecimal

public void setCoverageLevelType (String value)

Sets the value of the coverageLevelType property.

Parameters
value Allowed object is String

public void setCoverageLevelValue (BigDecimal value)

Sets the value of the coverageLevelValue property.

Parameters
value Allowed object is BigDecimal

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setGuaranteeIssueAmount (BigDecimal value)

Sets the value of the guaranteeIssueAmount property.

Parameters
value Allowed object is BigDecimal