| java.lang.Object | |
| ↳ | com.workday.compensation.StockPlanDataType |
Data for Stock Plan.
Java class for Stock_Plan_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Stock_Plan_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Allow_Target_Override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Compensation_Matrix_Reference" type="{urn:com.workday/bsvc}Compensation_MatrixObjectType" minOccurs="0"/>
<element name="Use_as_Reference_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<choice>
<element name="Stock_Plan_Unit_Data" type="{urn:com.workday/bsvc}Stock_Plan_Unit_DataType"/>
<element name="Stock_Plan_Percent_Data" type="{urn:com.workday/bsvc}Stock_Plan_Percent_DataType"/>
<element name="Stock_Plan_Amount_Data" type="{urn:com.workday/bsvc}Stock_Plan_Amount_DataType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowTargetOverride | |||||||||||
| compensationMatrixReference | |||||||||||
| stockPlanAmountData | |||||||||||
| stockPlanPercentData | |||||||||||
| stockPlanUnitData | |||||||||||
| useAsReferenceOnly | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowTargetOverride property.
| |||||||||||
Gets the value of the compensationMatrixReference property.
| |||||||||||
Gets the value of the stockPlanAmountData property.
| |||||||||||
Gets the value of the stockPlanPercentData property.
| |||||||||||
Gets the value of the stockPlanUnitData property.
| |||||||||||
Gets the value of the useAsReferenceOnly property.
| |||||||||||
Sets the value of the allowTargetOverride property.
| |||||||||||
Sets the value of the compensationMatrixReference property.
| |||||||||||
Sets the value of the stockPlanAmountData property.
| |||||||||||
Sets the value of the stockPlanPercentData property.
| |||||||||||
Sets the value of the stockPlanUnitData property.
| |||||||||||
Sets the value of the useAsReferenceOnly property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowTargetOverride property. This getter has been renamed from isAllowTargetOverride() to getAllowTargetOverride() by cxf-xjc-boolean plugin.
Gets the value of the compensationMatrixReference property.
CompensationMatrixObjectType
Gets the value of the stockPlanAmountData property.
StockPlanAmountDataType
Gets the value of the stockPlanPercentData property.
StockPlanPercentDataType
Gets the value of the stockPlanUnitData property.
StockPlanUnitDataType
Gets the value of the useAsReferenceOnly property. This getter has been renamed from isUseAsReferenceOnly() to getUseAsReferenceOnly() by cxf-xjc-boolean plugin.
Sets the value of the allowTargetOverride property.
| value | Allowed object is Boolean |
|---|
Sets the value of the compensationMatrixReference property.
| value | Allowed object is
CompensationMatrixObjectType
|
|---|
Sets the value of the stockPlanAmountData property.
| value | Allowed object is
StockPlanAmountDataType
|
|---|
Sets the value of the stockPlanPercentData property.
| value | Allowed object is
StockPlanPercentDataType
|
|---|
Sets the value of the stockPlanUnitData property.
| value | Allowed object is
StockPlanUnitDataType
|
|---|
Sets the value of the useAsReferenceOnly property.
| value | Allowed object is Boolean |
|---|