| java.lang.Object | |
| ↳ | com.workday.staffing.IndividualStockGrantDataType |
Data element for the Request Stock Grant business process.
Java class for Individual_Stock_Grant_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Individual_Stock_Grant_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Shares_Granted" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="15"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Grant_Percent" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="10"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Grant_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</choice>
<element name="Grant_Type_Reference" type="{urn:com.workday/bsvc}Stock_Grant_TypeObjectType"/>
<element name="Grant_Amount_Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Option_Pricing_Factor" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="5"/>
<minInclusive value="0"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Vesting_Schedule_Reference" type="{urn:com.workday/bsvc}Stock_Vesting_ScheduleObjectType" minOccurs="0"/>
<element name="Grant_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Grant_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Vest_From_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Expiration_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Grant_Price" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="16"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Board_Approved" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boardApproved | |||||||||||
| comments | |||||||||||
| currencyReference | |||||||||||
| expirationDate | |||||||||||
| grantAmount | |||||||||||
| grantAmountCurrencyReference | |||||||||||
| grantDate | |||||||||||
| grantID | |||||||||||
| grantPercent | |||||||||||
| grantPrice | |||||||||||
| grantTypeReference | |||||||||||
| optionPricingFactor | |||||||||||
| sharesGranted | |||||||||||
| vestFromDate | |||||||||||
| vestingScheduleReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the boardApproved property.
| |||||||||||
Gets the value of the comments property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the grantAmount property.
| |||||||||||
Gets the value of the grantAmountCurrencyReference property.
| |||||||||||
Gets the value of the grantDate property.
| |||||||||||
Gets the value of the grantID property.
| |||||||||||
Gets the value of the grantPercent property.
| |||||||||||
Gets the value of the grantPrice property.
| |||||||||||
Gets the value of the grantTypeReference property.
| |||||||||||
Gets the value of the optionPricingFactor property.
| |||||||||||
Gets the value of the sharesGranted property.
| |||||||||||
Gets the value of the vestFromDate property.
| |||||||||||
Gets the value of the vestingScheduleReference property.
| |||||||||||
Sets the value of the boardApproved property.
| |||||||||||
Sets the value of the comments property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the grantAmount property.
| |||||||||||
Sets the value of the grantAmountCurrencyReference property.
| |||||||||||
Sets the value of the grantDate property.
| |||||||||||
Sets the value of the grantID property.
| |||||||||||
Sets the value of the grantPercent property.
| |||||||||||
Sets the value of the grantPrice property.
| |||||||||||
Sets the value of the grantTypeReference property.
| |||||||||||
Sets the value of the optionPricingFactor property.
| |||||||||||
Sets the value of the sharesGranted property.
| |||||||||||
Sets the value of the vestFromDate property.
| |||||||||||
Sets the value of the vestingScheduleReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the boardApproved property. This getter has been renamed from isBoardApproved() to getBoardApproved() by cxf-xjc-boolean plugin.
Gets the value of the comments property.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the expirationDate property.
Gets the value of the grantAmount property.
Gets the value of the grantAmountCurrencyReference property.
CurrencyObjectType
Gets the value of the grantDate property.
Gets the value of the grantID property.
Gets the value of the grantPercent property.
Gets the value of the grantPrice property.
Gets the value of the grantTypeReference property.
StockGrantTypeObjectType
Gets the value of the optionPricingFactor property.
Gets the value of the sharesGranted property.
Gets the value of the vestFromDate property.
Gets the value of the vestingScheduleReference property.
StockVestingScheduleObjectType
Sets the value of the boardApproved property.
| value | Allowed object is Boolean |
|---|
Sets the value of the comments property.
| value | Allowed object is String |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the grantAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the grantAmountCurrencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the grantDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the grantID property.
| value | Allowed object is String |
|---|
Sets the value of the grantPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the grantPrice property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the grantTypeReference property.
| value | Allowed object is
StockGrantTypeObjectType
|
|---|
Sets the value of the optionPricingFactor property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the sharesGranted property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the vestFromDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the vestingScheduleReference property.
| value | Allowed object is
StockVestingScheduleObjectType
|
|---|