public class

ProposedStockPlanAssignmentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.ProposedStockPlanAssignmentDataType

Class Overview

Encapsulating element containing all Stock Plan Compensation data.

Java class for Proposed_Stock_Plan_Assignment_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Proposed_Stock_Plan_Assignment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Stock_Plan_Reference" type="{urn:com.workday/bsvc}Stock_PlanObjectType" minOccurs="0"/>
         <choice>
           <element name="Individual_Target_Shares" minOccurs="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                 <totalDigits value="21"/>
                 <minInclusive value="0"/>
                 <fractionDigits value="6"/>
               </restriction>
             </simpleType>
           </element>
           <element name="Individual_Target_Percent" minOccurs="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                 <totalDigits value="18"/>
                 <minInclusive value="0"/>
                 <fractionDigits value="6"/>
               </restriction>
             </simpleType>
           </element>
           <element name="Individual_Target_Amount" minOccurs="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
                 <totalDigits value="26"/>
                 <fractionDigits value="6"/>
               </restriction>
             </simpleType>
           </element>
         </choice>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CurrencyObjectType currencyReference
protected BigDecimal individualTargetAmount
protected BigDecimal individualTargetPercent
protected BigDecimal individualTargetShares
protected StockPlanObjectType stockPlanReference
Public Constructors
ProposedStockPlanAssignmentDataType()
Public Methods
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
BigDecimal getIndividualTargetAmount()
Gets the value of the individualTargetAmount property.
BigDecimal getIndividualTargetPercent()
Gets the value of the individualTargetPercent property.
BigDecimal getIndividualTargetShares()
Gets the value of the individualTargetShares property.
StockPlanObjectType getStockPlanReference()
Gets the value of the stockPlanReference property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
void setIndividualTargetAmount(BigDecimal value)
Sets the value of the individualTargetAmount property.
void setIndividualTargetPercent(BigDecimal value)
Sets the value of the individualTargetPercent property.
void setIndividualTargetShares(BigDecimal value)
Sets the value of the individualTargetShares property.
void setStockPlanReference(StockPlanObjectType value)
Sets the value of the stockPlanReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CurrencyObjectType currencyReference

protected BigDecimal individualTargetAmount

protected BigDecimal individualTargetPercent

protected BigDecimal individualTargetShares

protected StockPlanObjectType stockPlanReference

Public Constructors

public ProposedStockPlanAssignmentDataType ()

Public Methods

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public BigDecimal getIndividualTargetAmount ()

Gets the value of the individualTargetAmount property.

Returns
  • possible object is BigDecimal

public BigDecimal getIndividualTargetPercent ()

Gets the value of the individualTargetPercent property.

Returns
  • possible object is BigDecimal

public BigDecimal getIndividualTargetShares ()

Gets the value of the individualTargetShares property.

Returns
  • possible object is BigDecimal

public StockPlanObjectType getStockPlanReference ()

Gets the value of the stockPlanReference property.

Returns

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType

public void setIndividualTargetAmount (BigDecimal value)

Sets the value of the individualTargetAmount property.

Parameters
value Allowed object is BigDecimal

public void setIndividualTargetPercent (BigDecimal value)

Sets the value of the individualTargetPercent property.

Parameters
value Allowed object is BigDecimal

public void setIndividualTargetShares (BigDecimal value)

Sets the value of the individualTargetShares property.

Parameters
value Allowed object is BigDecimal

public void setStockPlanReference (StockPlanObjectType value)

Sets the value of the stockPlanReference property.

Parameters
value Allowed object is StockPlanObjectType