| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationTrancheReplacementDataType |
This is a wrapper for the Compensation Tranche Replacement Data which is used to display and replace Compensation Tranche Data within Bonus Plan; it is optional.
Java class for Compensation_Tranche_Replacement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Tranche_Replacement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Percentage">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| name | |||||||||||
| percentage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the name property.
| |||||||||||
Gets the value of the percentage property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the percentage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the name property.
Gets the value of the percentage property.
Sets the value of the name property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the percentage property.
| value | Allowed object is BigDecimal |
|---|