public class

StockProfileGrantSplitReplacementDataType

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

Class Overview

Grant Split Data for Stock Profile

Java class for Stock_Profile_Grant_Split_Replacement_DataType complex type.

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

 <complexType name="Stock_Profile_Grant_Split_Replacement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Stock_Grant_Type_Reference" type="{urn:com.workday/bsvc}Stock_Grant_TypeObjectType"/>
         <element name="Stock_Date_Rule_Reference" type="{urn:com.workday/bsvc}Stock_Date_RuleObjectType" minOccurs="0"/>
         <element name="Grant_Split_Percent" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="10"/>
               <minInclusive value="0"/>
               <fractionDigits value="4"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal grantSplitPercent
protected StockDateRuleObjectType stockDateRuleReference
protected StockGrantTypeObjectType stockGrantTypeReference
Public Constructors
StockProfileGrantSplitReplacementDataType()
Public Methods
BigDecimal getGrantSplitPercent()
Gets the value of the grantSplitPercent property.
StockDateRuleObjectType getStockDateRuleReference()
Gets the value of the stockDateRuleReference property.
StockGrantTypeObjectType getStockGrantTypeReference()
Gets the value of the stockGrantTypeReference property.
void setGrantSplitPercent(BigDecimal value)
Sets the value of the grantSplitPercent property.
void setStockDateRuleReference(StockDateRuleObjectType value)
Sets the value of the stockDateRuleReference property.
void setStockGrantTypeReference(StockGrantTypeObjectType value)
Sets the value of the stockGrantTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal grantSplitPercent

protected StockDateRuleObjectType stockDateRuleReference

protected StockGrantTypeObjectType stockGrantTypeReference

Public Constructors

public StockProfileGrantSplitReplacementDataType ()

Public Methods

public BigDecimal getGrantSplitPercent ()

Gets the value of the grantSplitPercent property.

Returns
  • possible object is BigDecimal

public StockDateRuleObjectType getStockDateRuleReference ()

Gets the value of the stockDateRuleReference property.

Returns

public StockGrantTypeObjectType getStockGrantTypeReference ()

Gets the value of the stockGrantTypeReference property.

Returns

public void setGrantSplitPercent (BigDecimal value)

Sets the value of the grantSplitPercent property.

Parameters
value Allowed object is BigDecimal

public void setStockDateRuleReference (StockDateRuleObjectType value)

Sets the value of the stockDateRuleReference property.

Parameters
value Allowed object is StockDateRuleObjectType

public void setStockGrantTypeReference (StockGrantTypeObjectType value)

Sets the value of the stockGrantTypeReference property.

Parameters
value Allowed object is StockGrantTypeObjectType