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

