public class

CompensationTrancheReplacementDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.CompensationTrancheReplacementDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal name
protected BigDecimal percentage
Public Constructors
CompensationTrancheReplacementDataType()
Public Methods
BigDecimal getName()
Gets the value of the name property.
BigDecimal getPercentage()
Gets the value of the percentage property.
void setName(BigDecimal value)
Sets the value of the name property.
void setPercentage(BigDecimal value)
Sets the value of the percentage property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal name

protected BigDecimal percentage

Public Constructors

public CompensationTrancheReplacementDataType ()

Public Methods

public BigDecimal getName ()

Gets the value of the name property.

Returns
  • possible object is BigDecimal

public BigDecimal getPercentage ()

Gets the value of the percentage property.

Returns
  • possible object is BigDecimal

public void setName (BigDecimal value)

Sets the value of the name property.

Parameters
value Allowed object is BigDecimal

public void setPercentage (BigDecimal value)

Sets the value of the percentage property.

Parameters
value Allowed object is BigDecimal