public class

AllowancePlanAmountDataType

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

Class Overview

Contains Allowance Plan Amount Data.

Java class for Allowance_Plan_Amount_DataType complex type.

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

 <complexType name="Allowance_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="Allowance_Plan_Amount_Based_Profile_Replacement_Data" type="{urn:com.workday/bsvc}Allowance_Plan_Amount_Based_Profile_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<AllowancePlanAmountBasedProfileReplacementDataType> allowancePlanAmountBasedProfileReplacementData
protected BigDecimal amount
Public Constructors
AllowancePlanAmountDataType()
Public Methods
List<AllowancePlanAmountBasedProfileReplacementDataType> getAllowancePlanAmountBasedProfileReplacementData()
Gets the value of the allowancePlanAmountBasedProfileReplacementData property.
BigDecimal getAmount()
Gets the value of the amount property.
void setAllowancePlanAmountBasedProfileReplacementData(List<AllowancePlanAmountBasedProfileReplacementDataType> allowancePlanAmountBasedProfileReplacementData)
Sets the value of the allowancePlanAmountBasedProfileReplacementData property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<AllowancePlanAmountBasedProfileReplacementDataType> allowancePlanAmountBasedProfileReplacementData

protected BigDecimal amount

Public Constructors

public AllowancePlanAmountDataType ()

Public Methods

public List<AllowancePlanAmountBasedProfileReplacementDataType> getAllowancePlanAmountBasedProfileReplacementData ()

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

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

    getAllowancePlanAmountBasedProfileReplacementData().add(newItem);
 

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

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public void setAllowancePlanAmountBasedProfileReplacementData (List<AllowancePlanAmountBasedProfileReplacementDataType> allowancePlanAmountBasedProfileReplacementData)

Sets the value of the allowancePlanAmountBasedProfileReplacementData property.

Parameters
allowancePlanAmountBasedProfileReplacementData Allowed object is AllowancePlanAmountBasedProfileReplacementDataType

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal