public class

RequestStockGrantDataType

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

Class Overview

Wrapper element for the Request Stock Grant business process.

Java class for Request_Stock_Grant_DataType complex type.

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

 <complexType name="Request_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" minOccurs="0"/>
         <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

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveDate
protected EmployeeObjectType employeeReference
protected List<IndividualStockGrantDataType> individualStockGrantData
protected PositionElementObjectType positionReference
protected EventClassificationSubcategoryObjectType reasonReference
protected StockPlanObjectType stockPlanReference
Public Constructors
RequestStockGrantDataType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
List<IndividualStockGrantDataType> getIndividualStockGrantData()
Gets the value of the individualStockGrantData property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
EventClassificationSubcategoryObjectType getReasonReference()
Gets the value of the reasonReference property.
StockPlanObjectType getStockPlanReference()
Gets the value of the stockPlanReference property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setIndividualStockGrantData(List<IndividualStockGrantDataType> individualStockGrantData)
Sets the value of the individualStockGrantData property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveDate

protected EmployeeObjectType employeeReference

protected List<IndividualStockGrantDataType> individualStockGrantData

protected PositionElementObjectType positionReference

protected EventClassificationSubcategoryObjectType reasonReference

protected StockPlanObjectType stockPlanReference

Public Constructors

public RequestStockGrantDataType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

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 PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public EventClassificationSubcategoryObjectType getReasonReference ()

Gets the value of the reasonReference property.

Returns

public StockPlanObjectType getStockPlanReference ()

Gets the value of the stockPlanReference property.

Returns

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setIndividualStockGrantData (List<IndividualStockGrantDataType> individualStockGrantData)

Sets the value of the individualStockGrantData property.

Parameters
individualStockGrantData Allowed object is IndividualStockGrantDataType

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

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