| java.lang.Object | |
| ↳ | com.workday.compensation.AllowancePlanDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amountData | |||||||||||
| applyFullTimeEquivalent | |||||||||||
| compensationElementReference | |||||||||||
| currencyReference | |||||||||||
| excludeFromMerit | |||||||||||
| frequencyReference | |||||||||||
| noIndividualOverride | |||||||||||
| percentData | |||||||||||
| reimbursableData | |||||||||||
| setupSecuritySegmentReference | |||||||||||
| unitData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amountData property.
| |||||||||||
Gets the value of the applyFullTimeEquivalent property.
| |||||||||||
Gets the value of the compensationElementReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the excludeFromMerit property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the noIndividualOverride property.
| |||||||||||
Gets the value of the percentData property.
| |||||||||||
Gets the value of the reimbursableData property.
| |||||||||||
Gets the value of the setupSecuritySegmentReference property.
| |||||||||||
Gets the value of the unitData property.
| |||||||||||
Sets the value of the amountData property.
| |||||||||||
Sets the value of the applyFullTimeEquivalent property.
| |||||||||||
Sets the value of the compensationElementReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the excludeFromMerit property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the noIndividualOverride property.
| |||||||||||
Sets the value of the percentData property.
| |||||||||||
Sets the value of the reimbursableData property.
| |||||||||||
Sets the value of the setupSecuritySegmentReference property.
| |||||||||||
Sets the value of the unitData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amountData property.
AllowancePlanAmountDataType
Gets the value of the applyFullTimeEquivalent property. This getter has been renamed from isApplyFullTimeEquivalent() to getApplyFullTimeEquivalent() by cxf-xjc-boolean plugin.
Gets the value of the compensationElementReference property.
CompensationPayEarningObjectType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the excludeFromMerit property. This getter has been renamed from isExcludeFromMerit() to getExcludeFromMerit() by cxf-xjc-boolean plugin.
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the noIndividualOverride property. This getter has been renamed from isNoIndividualOverride() to getNoIndividualOverride() by cxf-xjc-boolean plugin.
Gets the value of the percentData property.
AllowancePlanPercentDataType
Gets the value of the reimbursableData property.
AllowancePlanReimbursableDataType
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
Gets the value of the unitData property.
AllowancePlanUnitDataType
Sets the value of the amountData property.
| value | Allowed object is
AllowancePlanAmountDataType
|
|---|
Sets the value of the applyFullTimeEquivalent property.
| value | Allowed object is Boolean |
|---|
Sets the value of the compensationElementReference property.
| value | Allowed object is
CompensationPayEarningObjectType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the excludeFromMerit property.
| value | Allowed object is Boolean |
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the noIndividualOverride property.
| value | Allowed object is Boolean |
|---|
Sets the value of the percentData property.
| value | Allowed object is
AllowancePlanPercentDataType
|
|---|
Sets the value of the reimbursableData property.
| value | Allowed object is
AllowancePlanReimbursableDataType
|
|---|
Sets the value of the setupSecuritySegmentReference property.
| setupSecuritySegmentReference | Allowed object is
CompensationSetupSecuritySegmentObjectType
|
|---|
Sets the value of the unitData property.
| value | Allowed object is
AllowancePlanUnitDataType
|
|---|