public class

RequestStockGrantSubdataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.RequestStockGrantSubdataType

Class Overview

Data element for the stock grant request

Java class for Request_Stock_Grant_SubdataType complex type.

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

 <complexType name="Request_Stock_Grant_SubdataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Stock_Plan_Reference" type="{urn:com.workday/bsvc}Stock_PlanObjectType"/>
         <element name="Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
         <element name="Individual_Stock_Grant_Data" type="{urn:com.workday/bsvc}Individual_Stock_Grant_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<IndividualStockGrantDataType> individualStockGrantData
protected EventClassificationSubcategoryObjectType reasonReference
protected StockPlanObjectType stockPlanReference
Public Constructors
RequestStockGrantSubdataType()
Public Methods
List<IndividualStockGrantDataType> getIndividualStockGrantData()
Gets the value of the individualStockGrantData property.
EventClassificationSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
StockPlanObjectType getStockPlanReference()
Gets the value of the stockPlanReference property.
void setReasonReference(EventClassificationSubcategoryObjectType value)
Sets the value of the reasonReference property.
void setStockPlanReference(StockPlanObjectType value)
Sets the value of the stockPlanReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<IndividualStockGrantDataType> individualStockGrantData

protected EventClassificationSubcategoryObjectType reasonReference

protected StockPlanObjectType stockPlanReference

Public Constructors

public RequestStockGrantSubdataType ()

Public Methods

public List<IndividualStockGrantDataType> getIndividualStockGrantData ()

Gets the value of the individualStockGrantData 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 individualStockGrantData property.

For example, to add a new item, do as follows:

    getIndividualStockGrantData().add(newItem);
 

Objects of the following type(s) are allowed in the list IndividualStockGrantDataType

public EventClassificationSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public StockPlanObjectType getStockPlanReference ()

Gets the value of the stockPlanReference property.

Returns

public void setReasonReference (EventClassificationSubcategoryObjectType value)

Sets the value of the reasonReference property.

Parameters
value Allowed object is EventClassificationSubcategoryObjectType

public void setStockPlanReference (StockPlanObjectType value)

Sets the value of the stockPlanReference property.

Parameters
value Allowed object is StockPlanObjectType