public class

AllowancePlanDataType

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

Class Overview

Allowance Plan Data consists of common information from the following Allowance Plans: Amount, Percent, and Unit. It also must contain specific Amount, Percent, or Unit data information.

Java class for Allowance_Plan_DataType complex type.

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

 <complexType name="Allowance_Plan_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compensation_Element_Reference" type="{urn:com.workday/bsvc}Compensation_Pay_EarningObjectType" minOccurs="0"/>
         <element name="Setup_Security_Segment_Reference" type="{urn:com.workday/bsvc}Compensation_Setup_Security_SegmentObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
         <element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
         <element name="No_Individual_Override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Apply_Full_Time_Equivalent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Exclude_from_Merit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <choice>
           <element name="Amount_Data" type="{urn:com.workday/bsvc}Allowance_Plan_Amount_DataType"/>
           <element name="Percent_Data" type="{urn:com.workday/bsvc}Allowance_Plan_Percent_DataType"/>
           <element name="Unit_Data" type="{urn:com.workday/bsvc}Allowance_Plan_Unit_DataType"/>
         </choice>
         <element name="Reimbursable_Data" type="{urn:com.workday/bsvc}Allowance_Plan_Reimbursable_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AllowancePlanAmountDataType amountData
protected Boolean applyFullTimeEquivalent
protected CompensationPayEarningObjectType compensationElementReference
protected CurrencyObjectType currencyReference
protected Boolean excludeFromMerit
protected FrequencyObjectType frequencyReference
protected Boolean noIndividualOverride
protected AllowancePlanPercentDataType percentData
protected AllowancePlanReimbursableDataType reimbursableData
protected List<CompensationSetupSecuritySegmentObjectType> setupSecuritySegmentReference
protected AllowancePlanUnitDataType unitData
Public Constructors
AllowancePlanDataType()
Public Methods
AllowancePlanAmountDataType getAmountData()
Gets the value of the amountData property.
Boolean getApplyFullTimeEquivalent()
Gets the value of the applyFullTimeEquivalent property.
CompensationPayEarningObjectType getCompensationElementReference()
Gets the value of the compensationElementReference property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
Boolean getExcludeFromMerit()
Gets the value of the excludeFromMerit property.
FrequencyObjectType getFrequencyReference()
Gets the value of the frequencyReference property.
Boolean getNoIndividualOverride()
Gets the value of the noIndividualOverride property.
AllowancePlanPercentDataType getPercentData()
Gets the value of the percentData property.
AllowancePlanReimbursableDataType getReimbursableData()
Gets the value of the reimbursableData property.
List<CompensationSetupSecuritySegmentObjectType> getSetupSecuritySegmentReference()
Gets the value of the setupSecuritySegmentReference property.
AllowancePlanUnitDataType getUnitData()
Gets the value of the unitData property.
void setAmountData(AllowancePlanAmountDataType value)
Sets the value of the amountData property.
void setApplyFullTimeEquivalent(Boolean value)
Sets the value of the applyFullTimeEquivalent property.
void setCompensationElementReference(CompensationPayEarningObjectType value)
Sets the value of the compensationElementReference property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setExcludeFromMerit(Boolean value)
Sets the value of the excludeFromMerit property.
void setFrequencyReference(FrequencyObjectType value)
Sets the value of the frequencyReference property.
void setNoIndividualOverride(Boolean value)
Sets the value of the noIndividualOverride property.
void setPercentData(AllowancePlanPercentDataType value)
Sets the value of the percentData property.
void setReimbursableData(AllowancePlanReimbursableDataType value)
Sets the value of the reimbursableData property.
void setSetupSecuritySegmentReference(List<CompensationSetupSecuritySegmentObjectType> setupSecuritySegmentReference)
Sets the value of the setupSecuritySegmentReference property.
void setUnitData(AllowancePlanUnitDataType value)
Sets the value of the unitData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AllowancePlanAmountDataType amountData

protected Boolean applyFullTimeEquivalent

protected CompensationPayEarningObjectType compensationElementReference

protected CurrencyObjectType currencyReference

protected Boolean excludeFromMerit

protected FrequencyObjectType frequencyReference

protected Boolean noIndividualOverride

protected AllowancePlanPercentDataType percentData

protected AllowancePlanReimbursableDataType reimbursableData

protected List<CompensationSetupSecuritySegmentObjectType> setupSecuritySegmentReference

protected AllowancePlanUnitDataType unitData

Public Constructors

public AllowancePlanDataType ()

Public Methods

public AllowancePlanAmountDataType getAmountData ()

Gets the value of the amountData property.

Returns

public Boolean getApplyFullTimeEquivalent ()

Gets the value of the applyFullTimeEquivalent property. This getter has been renamed from isApplyFullTimeEquivalent() to getApplyFullTimeEquivalent() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public CompensationPayEarningObjectType getCompensationElementReference ()

Gets the value of the compensationElementReference property.

Returns

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public Boolean getExcludeFromMerit ()

Gets the value of the excludeFromMerit property. This getter has been renamed from isExcludeFromMerit() to getExcludeFromMerit() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public FrequencyObjectType getFrequencyReference ()

Gets the value of the frequencyReference property.

Returns

public Boolean getNoIndividualOverride ()

Gets the value of the noIndividualOverride property. This getter has been renamed from isNoIndividualOverride() to getNoIndividualOverride() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public AllowancePlanPercentDataType getPercentData ()

Gets the value of the percentData property.

Returns

public AllowancePlanReimbursableDataType getReimbursableData ()

Gets the value of the reimbursableData property.

Returns

public List<CompensationSetupSecuritySegmentObjectType> getSetupSecuritySegmentReference ()

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

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

    getSetupSecuritySegmentReference().add(newItem);
 

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

public AllowancePlanUnitDataType getUnitData ()

Gets the value of the unitData property.

Returns

public void setAmountData (AllowancePlanAmountDataType value)

Sets the value of the amountData property.

Parameters
value Allowed object is AllowancePlanAmountDataType

public void setApplyFullTimeEquivalent (Boolean value)

Sets the value of the applyFullTimeEquivalent property.

Parameters
value Allowed object is Boolean

public void setCompensationElementReference (CompensationPayEarningObjectType value)

Sets the value of the compensationElementReference property.

Parameters
value Allowed object is CompensationPayEarningObjectType

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setExcludeFromMerit (Boolean value)

Sets the value of the excludeFromMerit property.

Parameters
value Allowed object is Boolean

public void setFrequencyReference (FrequencyObjectType value)

Sets the value of the frequencyReference property.

Parameters
value Allowed object is FrequencyObjectType

public void setNoIndividualOverride (Boolean value)

Sets the value of the noIndividualOverride property.

Parameters
value Allowed object is Boolean

public void setPercentData (AllowancePlanPercentDataType value)

Sets the value of the percentData property.

Parameters
value Allowed object is AllowancePlanPercentDataType

public void setReimbursableData (AllowancePlanReimbursableDataType value)

Sets the value of the reimbursableData property.

Parameters
value Allowed object is AllowancePlanReimbursableDataType

public void setSetupSecuritySegmentReference (List<CompensationSetupSecuritySegmentObjectType> setupSecuritySegmentReference)

Sets the value of the setupSecuritySegmentReference property.

Parameters
setupSecuritySegmentReference Allowed object is CompensationSetupSecuritySegmentObjectType

public void setUnitData (AllowancePlanUnitDataType value)

Sets the value of the unitData property.

Parameters
value Allowed object is AllowancePlanUnitDataType