| java.lang.Object | |
| ↳ | com.workday.compensation.UpdateStockGrantDataType |
Stock Grant data to be updated.
Java class for Update_Stock_Grant_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Update_Stock_Grant_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="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="Grant_Price_Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Board_Approved" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="Options_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="Shares_Vested" 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="Vesting_Price" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Vested_As_Of" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boardApproved | |||||||||||
| expirationDate | |||||||||||
| grantDate | |||||||||||
| grantID | |||||||||||
| grantPrice | |||||||||||
| grantPriceCurrencyReference | |||||||||||
| optionsPricingFactor | |||||||||||
| sharesVested | |||||||||||
| vestFromDate | |||||||||||
| vestedAsOf | |||||||||||
| vestingPrice | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the boardApproved property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the grantDate property.
| |||||||||||
Gets the value of the grantID property.
| |||||||||||
Gets the value of the grantPrice property.
| |||||||||||
Gets the value of the grantPriceCurrencyReference property.
| |||||||||||
Gets the value of the optionsPricingFactor property.
| |||||||||||
Gets the value of the sharesVested property.
| |||||||||||
Gets the value of the vestFromDate property.
| |||||||||||
Gets the value of the vestedAsOf property.
| |||||||||||
Gets the value of the vestingPrice property.
| |||||||||||
Sets the value of the boardApproved property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the grantDate property.
| |||||||||||
Sets the value of the grantID property.
| |||||||||||
Sets the value of the grantPrice property.
| |||||||||||
Sets the value of the grantPriceCurrencyReference property.
| |||||||||||
Sets the value of the optionsPricingFactor property.
| |||||||||||
Sets the value of the sharesVested property.
| |||||||||||
Sets the value of the vestFromDate property.
| |||||||||||
Sets the value of the vestedAsOf property.
| |||||||||||
Sets the value of the vestingPrice 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 expirationDate property.
Gets the value of the grantDate property.
Gets the value of the grantID property.
Gets the value of the grantPrice property.
Gets the value of the grantPriceCurrencyReference property.
CurrencyObjectType
Gets the value of the optionsPricingFactor property.
Gets the value of the sharesVested property.
Gets the value of the vestFromDate property.
Gets the value of the vestedAsOf property.
Gets the value of the vestingPrice property.
Sets the value of the boardApproved property.
| value | Allowed object is Boolean |
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
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 grantPrice property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the grantPriceCurrencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the optionsPricingFactor property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the sharesVested property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the vestFromDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the vestedAsOf property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the vestingPrice property.
| value | Allowed object is BigDecimal |
|---|