| java.lang.Object | |
| ↳ | com.workday.compensation.CompensationPlanDataType |
Contains common information for the following Compensation Plans: Future Payment, Bonus, Merit, Allowance, Commission, and Base Pay. It also must contain a Future Play, Bonus, Merit, Allowance, Commission, or Bay Pay Plan data.
Java class for Compensation_Plan_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Compensation_Plan_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Plan_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Eligibility_Rule_Reference" type="{urn:com.workday/bsvc}Condition_RuleObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice>
<element name="Future_Payment_Plan_Data" type="{urn:com.workday/bsvc}Future_Payment_Plan_DataType"/>
<element name="Bonus_Plan_Data" type="{urn:com.workday/bsvc}Bonus_Plan_DataType"/>
<element name="Merit_Plan_Data" type="{urn:com.workday/bsvc}Merit_Plan_DataType"/>
<element name="Stock_Plan_Data" type="{urn:com.workday/bsvc}Stock_Plan_DataType"/>
<element name="Allowance_Plan_Data" type="{urn:com.workday/bsvc}Allowance_Plan_DataType"/>
<element name="Commission_Plan_Data" type="{urn:com.workday/bsvc}Commission_Plan_DataType"/>
<element name="Base_Pay_Plan_Data" type="{urn:com.workday/bsvc}Base_Pay_Plan_DataType"/>
<element name="Period_Plan_Data" type="{urn:com.workday/bsvc}Period_Plan_DataType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowancePlanData | |||||||||||
| basePayPlanData | |||||||||||
| bonusPlanData | |||||||||||
| commissionPlanData | |||||||||||
| compensationPlanID | |||||||||||
| description | |||||||||||
| effectiveDate | |||||||||||
| eligibilityRuleReference | |||||||||||
| futurePaymentPlanData | |||||||||||
| inactive | |||||||||||
| meritPlanData | |||||||||||
| name | |||||||||||
| periodPlanData | |||||||||||
| stockPlanData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowancePlanData property.
| |||||||||||
Gets the value of the basePayPlanData property.
| |||||||||||
Gets the value of the bonusPlanData property.
| |||||||||||
Gets the value of the commissionPlanData property.
| |||||||||||
Gets the value of the compensationPlanID property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the eligibilityRuleReference property.
| |||||||||||
Gets the value of the futurePaymentPlanData property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the meritPlanData property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the periodPlanData property.
| |||||||||||
Gets the value of the stockPlanData property.
| |||||||||||
Sets the value of the allowancePlanData property.
| |||||||||||
Sets the value of the basePayPlanData property.
| |||||||||||
Sets the value of the bonusPlanData property.
| |||||||||||
Sets the value of the commissionPlanData property.
| |||||||||||
Sets the value of the compensationPlanID property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the eligibilityRuleReference property.
| |||||||||||
Sets the value of the futurePaymentPlanData property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the meritPlanData property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the periodPlanData property.
| |||||||||||
Sets the value of the stockPlanData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowancePlanData property.
AllowancePlanDataType
Gets the value of the basePayPlanData property.
BasePayPlanDataType
Gets the value of the bonusPlanData property.
BonusPlanDataType
Gets the value of the commissionPlanData property.
CommissionPlanDataType
Gets the value of the compensationPlanID property.
Gets the value of the description property.
Gets the value of the effectiveDate property.
Gets the value of the eligibilityRuleReference 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 eligibilityRuleReference property.
For example, to add a new item, do as follows:
getEligibilityRuleReference().add(newItem);
Objects of the following type(s) are allowed in the list
ConditionRuleObjectType
Gets the value of the futurePaymentPlanData property.
FuturePaymentPlanDataType
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the meritPlanData property.
MeritPlanDataType
Gets the value of the name property.
Gets the value of the periodPlanData property.
PeriodPlanDataType
Gets the value of the stockPlanData property.
StockPlanDataType
Sets the value of the allowancePlanData property.
| value | Allowed object is
AllowancePlanDataType
|
|---|
Sets the value of the basePayPlanData property.
| value | Allowed object is
BasePayPlanDataType
|
|---|
Sets the value of the bonusPlanData property.
| value | Allowed object is
BonusPlanDataType
|
|---|
Sets the value of the commissionPlanData property.
| value | Allowed object is
CommissionPlanDataType
|
|---|
Sets the value of the compensationPlanID property.
| value | Allowed object is String |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the eligibilityRuleReference property.
| eligibilityRuleReference | Allowed object is
ConditionRuleObjectType
|
|---|
Sets the value of the futurePaymentPlanData property.
| value | Allowed object is
FuturePaymentPlanDataType
|
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the meritPlanData property.
| value | Allowed object is
MeritPlanDataType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the periodPlanData property.
| value | Allowed object is
PeriodPlanDataType
|
|---|
Sets the value of the stockPlanData property.
| value | Allowed object is
StockPlanDataType
|
|---|