| java.lang.Object | |
| ↳ | com.workday.compensation.AllowancePlanUnitDataType |
Contains Allowance Plan Unit data.
Java class for Allowance_Plan_Unit_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Allowance_Plan_Unit_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Per_Unit_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Default_Units" 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="Unit_Of_Measure_Reference" type="{urn:com.workday/bsvc}Unit_of_MeasureObjectType"/>
<element name="Allowance_Plan_Unit_Based_Profile_Replacement_Data" type="{urn:com.workday/bsvc}Allowance_Plan_Unit_Based_Profile_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowancePlanUnitBasedProfileReplacementData | |||||||||||
| defaultUnits | |||||||||||
| perUnitAmount | |||||||||||
| unitOfMeasureReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowancePlanUnitBasedProfileReplacementData property.
| |||||||||||
Gets the value of the defaultUnits property.
| |||||||||||
Gets the value of the perUnitAmount property.
| |||||||||||
Gets the value of the unitOfMeasureReference property.
| |||||||||||
Sets the value of the allowancePlanUnitBasedProfileReplacementData property.
| |||||||||||
Sets the value of the defaultUnits property.
| |||||||||||
Sets the value of the perUnitAmount property.
| |||||||||||
Sets the value of the unitOfMeasureReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowancePlanUnitBasedProfileReplacementData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the allowancePlanUnitBasedProfileReplacementData property.
For example, to add a new item, do as follows:
getAllowancePlanUnitBasedProfileReplacementData().add(newItem);
Objects of the following type(s) are allowed in the list
AllowancePlanUnitBasedProfileReplacementDataType
Gets the value of the defaultUnits property.
Gets the value of the perUnitAmount property.
Gets the value of the unitOfMeasureReference property.
UnitOfMeasureObjectType
Sets the value of the allowancePlanUnitBasedProfileReplacementData property.
| allowancePlanUnitBasedProfileReplacementData | Allowed object is
AllowancePlanUnitBasedProfileReplacementDataType
|
|---|
Sets the value of the defaultUnits property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the perUnitAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the unitOfMeasureReference property.
| value | Allowed object is
UnitOfMeasureObjectType
|
|---|