| java.lang.Object | |
| ↳ | com.workday.staffing.RequestStockGrantSubdataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| individualStockGrantData | |||||||||||
| reasonReference | |||||||||||
| stockPlanReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the individualStockGrantData property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Gets the value of the stockPlanReference property.
| |||||||||||
Sets the value of the individualStockGrantData property.
| |||||||||||
Sets the value of the reasonReference property.
| |||||||||||
Sets the value of the stockPlanReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
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
Gets the value of the reasonReference property.
EventClassificationSubcategoryObjectType
Gets the value of the stockPlanReference property.
StockPlanObjectType
Sets the value of the individualStockGrantData property.
| individualStockGrantData | Allowed object is
IndividualStockGrantDataType
|
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|
Sets the value of the stockPlanReference property.
| value | Allowed object is
StockPlanObjectType
|
|---|

