| java.lang.Object | |
| ↳ | com.workday.hr.CoverageLevelValueDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buyUpAmount | |||||||||||
| coverageLevelMultiplier | |||||||||||
| coverageLevelType | |||||||||||
| coverageLevelValue | |||||||||||
| currencyReference | |||||||||||
| guaranteeIssueAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buyUpAmount property.
| |||||||||||
Gets the value of the coverageLevelMultiplier property.
| |||||||||||
Gets the value of the coverageLevelType property.
| |||||||||||
Gets the value of the coverageLevelValue property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the guaranteeIssueAmount property.
| |||||||||||
Sets the value of the buyUpAmount property.
| |||||||||||
Sets the value of the coverageLevelMultiplier property.
| |||||||||||
Sets the value of the coverageLevelType property.
| |||||||||||
Sets the value of the coverageLevelValue property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the guaranteeIssueAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the buyUpAmount property.
Gets the value of the coverageLevelMultiplier property.
Gets the value of the coverageLevelType property.
Gets the value of the coverageLevelValue property.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the guaranteeIssueAmount property.
Sets the value of the buyUpAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the coverageLevelMultiplier property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the coverageLevelType property.
| value | Allowed object is String |
|---|
Sets the value of the coverageLevelValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the guaranteeIssueAmount property.
| value | Allowed object is BigDecimal |
|---|