public class

StockPlanDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean allowTargetOverride
protected CompensationMatrixObjectType compensationMatrixReference
protected StockPlanAmountDataType stockPlanAmountData
protected StockPlanPercentDataType stockPlanPercentData
protected StockPlanUnitDataType stockPlanUnitData
protected Boolean useAsReferenceOnly
Public Constructors
StockPlanDataType()
Public Methods
Boolean getAllowTargetOverride()
Gets the value of the allowTargetOverride property.
CompensationMatrixObjectType getCompensationMatrixReference()
Gets the value of the compensationMatrixReference property.
StockPlanAmountDataType getStockPlanAmountData()
Gets the value of the stockPlanAmountData property.
StockPlanPercentDataType getStockPlanPercentData()
Gets the value of the stockPlanPercentData property.
StockPlanUnitDataType getStockPlanUnitData()
Gets the value of the stockPlanUnitData property.
Boolean getUseAsReferenceOnly()
Gets the value of the useAsReferenceOnly property.
void setAllowTargetOverride(Boolean value)
Sets the value of the allowTargetOverride property.
void setCompensationMatrixReference(CompensationMatrixObjectType value)
Sets the value of the compensationMatrixReference property.
void setStockPlanAmountData(StockPlanAmountDataType value)
Sets the value of the stockPlanAmountData property.
void setStockPlanPercentData(StockPlanPercentDataType value)
Sets the value of the stockPlanPercentData property.
void setStockPlanUnitData(StockPlanUnitDataType value)
Sets the value of the stockPlanUnitData property.
void setUseAsReferenceOnly(Boolean value)
Sets the value of the useAsReferenceOnly property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean allowTargetOverride

protected CompensationMatrixObjectType compensationMatrixReference

protected StockPlanAmountDataType stockPlanAmountData

protected StockPlanPercentDataType stockPlanPercentData

protected StockPlanUnitDataType stockPlanUnitData

protected Boolean useAsReferenceOnly

Public Constructors

public StockPlanDataType ()

Public Methods

public Boolean getAllowTargetOverride ()

Gets the value of the allowTargetOverride property. This getter has been renamed from isAllowTargetOverride() to getAllowTargetOverride() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public CompensationMatrixObjectType getCompensationMatrixReference ()

Gets the value of the compensationMatrixReference property.

Returns

public StockPlanAmountDataType getStockPlanAmountData ()

Gets the value of the stockPlanAmountData property.

Returns

public StockPlanPercentDataType getStockPlanPercentData ()

Gets the value of the stockPlanPercentData property.

Returns

public StockPlanUnitDataType getStockPlanUnitData ()

Gets the value of the stockPlanUnitData property.

Returns

public Boolean getUseAsReferenceOnly ()

Gets the value of the useAsReferenceOnly property. This getter has been renamed from isUseAsReferenceOnly() to getUseAsReferenceOnly() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAllowTargetOverride (Boolean value)

Sets the value of the allowTargetOverride property.

Parameters
value Allowed object is Boolean

public void setCompensationMatrixReference (CompensationMatrixObjectType value)

Sets the value of the compensationMatrixReference property.

Parameters
value Allowed object is CompensationMatrixObjectType

public void setStockPlanAmountData (StockPlanAmountDataType value)

Sets the value of the stockPlanAmountData property.

Parameters
value Allowed object is StockPlanAmountDataType

public void setStockPlanPercentData (StockPlanPercentDataType value)

Sets the value of the stockPlanPercentData property.

Parameters
value Allowed object is StockPlanPercentDataType

public void setStockPlanUnitData (StockPlanUnitDataType value)

Sets the value of the stockPlanUnitData property.

Parameters
value Allowed object is StockPlanUnitDataType

public void setUseAsReferenceOnly (Boolean value)

Sets the value of the useAsReferenceOnly property.

Parameters
value Allowed object is Boolean