| java.lang.Object | |
| ↳ | com.workday.compensation.AddStockGrantDataType |
Wrapper element for the Request Stock Grant business process.
Java class for Add_Stock_Grant_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Add_Stock_Grant_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType"/>
<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="Stock_Grant_Data" type="{urn:com.workday/bsvc}Add_Individual_Stock_Grant_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| employeeReference | |||||||||||
| positionReference | |||||||||||
| reasonReference | |||||||||||
| stockGrantData | |||||||||||
| stockPlanReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the reasonReference property.
| |||||||||||
Gets the value of the stockGrantData property.
| |||||||||||
Gets the value of the stockPlanReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the reasonReference property.
| |||||||||||
Sets the value of the stockGrantData property.
| |||||||||||
Sets the value of the stockPlanReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the reasonReference property.
EventClassificationSubcategoryObjectType
Gets the value of the stockGrantData 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 stockGrantData property.
For example, to add a new item, do as follows:
getStockGrantData().add(newItem);
Objects of the following type(s) are allowed in the list
AddIndividualStockGrantDataType
Gets the value of the stockPlanReference property.
StockPlanObjectType
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the reasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|
Sets the value of the stockGrantData property.
| stockGrantData | Allowed object is
AddIndividualStockGrantDataType
|
|---|
Sets the value of the stockPlanReference property.
| value | Allowed object is
StockPlanObjectType
|
|---|