public class

BonusPlanAmountDataType

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

Class Overview

Contains Bonus Plan Amount data.

Java class for Bonus_Plan_Amount_DataType complex type.

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

 <complexType name="Bonus_Plan_Amount_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amount" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Amount_Plan_Profile_Replacement_Data" type="{urn:com.workday/bsvc}Bonus_Plan_Profile_Replacement_Amount_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal amount
protected List<BonusPlanProfileReplacementAmountDataType> amountPlanProfileReplacementData
Public Constructors
BonusPlanAmountDataType()
Public Methods
BigDecimal getAmount()
Gets the value of the amount property.
List<BonusPlanProfileReplacementAmountDataType> getAmountPlanProfileReplacementData()
Gets the value of the amountPlanProfileReplacementData property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setAmountPlanProfileReplacementData(List<BonusPlanProfileReplacementAmountDataType> amountPlanProfileReplacementData)
Sets the value of the amountPlanProfileReplacementData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal amount

protected List<BonusPlanProfileReplacementAmountDataType> amountPlanProfileReplacementData

Public Constructors

public BonusPlanAmountDataType ()

Public Methods

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public List<BonusPlanProfileReplacementAmountDataType> getAmountPlanProfileReplacementData ()

Gets the value of the amountPlanProfileReplacementData 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 amountPlanProfileReplacementData property.

For example, to add a new item, do as follows:

    getAmountPlanProfileReplacementData().add(newItem);
 

Objects of the following type(s) are allowed in the list BonusPlanProfileReplacementAmountDataType

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setAmountPlanProfileReplacementData (List<BonusPlanProfileReplacementAmountDataType> amountPlanProfileReplacementData)

Sets the value of the amountPlanProfileReplacementData property.

Parameters
amountPlanProfileReplacementData Allowed object is BonusPlanProfileReplacementAmountDataType