| java.lang.Object | |
| ↳ | com.workday.compensation.ProposedStockPlanAssignmentDataType |
Encapsulating element containing all Stock Plan Compensation data.
Java class for Proposed_Stock_Plan_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Proposed_Stock_Plan_Assignment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Stock_Plan_Reference" type="{urn:com.workday/bsvc}Stock_PlanObjectType" minOccurs="0"/>
<choice>
<element name="Individual_Target_Shares" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="21"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Individual_Target_Percent" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Individual_Target_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</choice>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currencyReference | |||||||||||
| individualTargetAmount | |||||||||||
| individualTargetPercent | |||||||||||
| individualTargetShares | |||||||||||
| stockPlanReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the individualTargetAmount property.
| |||||||||||
Gets the value of the individualTargetPercent property.
| |||||||||||
Gets the value of the individualTargetShares property.
| |||||||||||
Gets the value of the stockPlanReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the individualTargetAmount property.
| |||||||||||
Sets the value of the individualTargetPercent property.
| |||||||||||
Sets the value of the individualTargetShares property.
| |||||||||||
Sets the value of the stockPlanReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the individualTargetAmount property.
Gets the value of the individualTargetPercent property.
Gets the value of the individualTargetShares property.
Gets the value of the stockPlanReference property.
StockPlanObjectType
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the individualTargetAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the individualTargetPercent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the individualTargetShares property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the stockPlanReference property.
| value | Allowed object is
StockPlanObjectType
|
|---|