public class

CompensationBenchmarkAmountReplacmentDataType

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

Class Overview

Benchmark Job Composite Data

Java class for Compensation_Benchmark_Amount_Replacment_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Compensation_Benchmark_Amount_Replacment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Percentile_Reference" type="{urn:com.workday/bsvc}Compensation_Benchmark_PercentileObjectType"/>
         <element name="Amount">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal amount
protected CompensationBenchmarkPercentileObjectType percentileReference
Public Constructors
CompensationBenchmarkAmountReplacmentDataType()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
CompensationBenchmarkPercentileObjectType getPercentileReference()
Gets the value of the percentileReference property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setPercentileReference(CompensationBenchmarkPercentileObjectType value)
Sets the value of the percentileReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal amount

protected CompensationBenchmarkPercentileObjectType percentileReference

Public Constructors

public CompensationBenchmarkAmountReplacmentDataType ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public CompensationBenchmarkPercentileObjectType getPercentileReference ()

Gets the value of the percentileReference property.

Returns

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setPercentileReference (CompensationBenchmarkPercentileObjectType value)

Sets the value of the percentileReference property.

Parameters
value Allowed object is CompensationBenchmarkPercentileObjectType