| java.lang.Object | |
| ↳ | com.workday.compensation.StockProfileGrantSplitReplacementDataType |
Grant Split Data for Stock Profile
Java class for Stock_Profile_Grant_Split_Replacement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Stock_Profile_Grant_Split_Replacement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Stock_Grant_Type_Reference" type="{urn:com.workday/bsvc}Stock_Grant_TypeObjectType"/>
<element name="Stock_Date_Rule_Reference" type="{urn:com.workday/bsvc}Stock_Date_RuleObjectType" minOccurs="0"/>
<element name="Grant_Split_Percent" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="10"/>
<minInclusive value="0"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| grantSplitPercent | |||||||||||
| stockDateRuleReference | |||||||||||
| stockGrantTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the grantSplitPercent property.
| |||||||||||
Gets the value of the stockDateRuleReference property.
| |||||||||||
Gets the value of the stockGrantTypeReference property.
| |||||||||||
Sets the value of the grantSplitPercent property.
| |||||||||||
Sets the value of the stockDateRuleReference property.
| |||||||||||
Sets the value of the stockGrantTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the grantSplitPercent property.
Gets the value of the stockDateRuleReference property.
StockDateRuleObjectType
Gets the value of the stockGrantTypeReference property.
StockGrantTypeObjectType
Sets the value of the grantSplitPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the stockDateRuleReference property.
| value | Allowed object is
StockDateRuleObjectType
|
|---|
Sets the value of the stockGrantTypeReference property.
| value | Allowed object is
StockGrantTypeObjectType
|
|---|