| java.lang.Object | |
| ↳ | com.workday.compensation.FuturePaymentPlanDataType |
Future Payment Plan Data
Java class for Future_Payment_Plan_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Future_Payment_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"/>
<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="Allow_Individual_Targets" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice>
<element name="Include_All_Bonus_Compensation_Plans" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Bonus_Compensation_Plan_Reference" type="{urn:com.workday/bsvc}Bonus_PlanObjectType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<choice>
<element name="Include_All_One-Time_Payment_Compensation_Plans" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="One-Time_Payment_Compensation_Plan_Reference" type="{urn:com.workday/bsvc}One-Time_Payment_PlanObjectType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<element name="Amount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowIndividualTargets | |||||||||||
| amount | |||||||||||
| bonusCompensationPlanReference | |||||||||||
| compensationElementReference | |||||||||||
| currencyReference | |||||||||||
| frequencyReference | |||||||||||
| includeAllBonusCompensationPlans | |||||||||||
| includeAllOneTimePaymentCompensationPlans | |||||||||||
| oneTimePaymentCompensationPlanReference | |||||||||||
| setupSecuritySegmentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowIndividualTargets property.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the bonusCompensationPlanReference property.
| |||||||||||
Gets the value of the compensationElementReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the includeAllBonusCompensationPlans property.
| |||||||||||
Gets the value of the includeAllOneTimePaymentCompensationPlans property.
| |||||||||||
Gets the value of the oneTimePaymentCompensationPlanReference property.
| |||||||||||
Gets the value of the setupSecuritySegmentReference property.
| |||||||||||
Sets the value of the allowIndividualTargets property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the bonusCompensationPlanReference property.
| |||||||||||
Sets the value of the compensationElementReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the includeAllBonusCompensationPlans property.
| |||||||||||
Sets the value of the includeAllOneTimePaymentCompensationPlans property.
| |||||||||||
Sets the value of the oneTimePaymentCompensationPlanReference property.
| |||||||||||
Sets the value of the setupSecuritySegmentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowIndividualTargets property. This getter has been renamed from isAllowIndividualTargets() to getAllowIndividualTargets() by cxf-xjc-boolean plugin.
Gets the value of the amount property.
Gets the value of the bonusCompensationPlanReference 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 bonusCompensationPlanReference property.
For example, to add a new item, do as follows:
getBonusCompensationPlanReference().add(newItem);
Objects of the following type(s) are allowed in the list
BonusPlanObjectType
Gets the value of the compensationElementReference property.
CompensationPayEarningObjectType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the includeAllBonusCompensationPlans property. This getter has been renamed from isIncludeAllBonusCompensationPlans() to getIncludeAllBonusCompensationPlans() by cxf-xjc-boolean plugin.
Gets the value of the includeAllOneTimePaymentCompensationPlans property. This getter has been renamed from isIncludeAllOneTimePaymentCompensationPlans() to getIncludeAllOneTimePaymentCompensationPlans() by cxf-xjc-boolean plugin.
Gets the value of the oneTimePaymentCompensationPlanReference 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 oneTimePaymentCompensationPlanReference property.
For example, to add a new item, do as follows:
getOneTimePaymentCompensationPlanReference().add(newItem);
Objects of the following type(s) are allowed in the list
OneTimePaymentPlanObjectType
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
Sets the value of the allowIndividualTargets property.
| value | Allowed object is Boolean |
|---|
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the bonusCompensationPlanReference property.
| bonusCompensationPlanReference | Allowed object is
BonusPlanObjectType
|
|---|
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 frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the includeAllBonusCompensationPlans property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeAllOneTimePaymentCompensationPlans property.
| value | Allowed object is Boolean |
|---|
Sets the value of the oneTimePaymentCompensationPlanReference property.
| oneTimePaymentCompensationPlanReference | Allowed object is
OneTimePaymentPlanObjectType
|
|---|
Sets the value of the setupSecuritySegmentReference property.
| setupSecuritySegmentReference | Allowed object is
CompensationSetupSecuritySegmentObjectType
|
|---|