| java.lang.Object | |
| ↳ | com.workday.hr.FuturePaymentPlanAssignmentDataType |
Future payment plan assignment data submitted by the put future payment plan assignment request.
Java class for Future_Payment_Plan_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Future_Payment_Plan_Assignment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Compensation_Plan_Reference" type="{urn:com.workday/bsvc}Future_Payment_PlanObjectType" minOccurs="0"/>
<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>
<element name="Individual_Target_Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Individual_Target_Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| compensationPlanReference | |||||||||||
| individualTargetAmount | |||||||||||
| individualTargetCurrencyReference | |||||||||||
| individualTargetPaymentDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the compensationPlanReference property.
| |||||||||||
Gets the value of the individualTargetAmount property.
| |||||||||||
Gets the value of the individualTargetCurrencyReference property.
| |||||||||||
Gets the value of the individualTargetPaymentDate property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the compensationPlanReference property.
| |||||||||||
Sets the value of the individualTargetAmount property.
| |||||||||||
Sets the value of the individualTargetCurrencyReference property.
| |||||||||||
Sets the value of the individualTargetPaymentDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the comment property.
Gets the value of the compensationPlanReference property.
FuturePaymentPlanObjectType
Gets the value of the individualTargetAmount property.
Gets the value of the individualTargetCurrencyReference property.
CurrencyObjectType
Gets the value of the individualTargetPaymentDate property.
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the compensationPlanReference property.
| value | Allowed object is
FuturePaymentPlanObjectType
|
|---|
Sets the value of the individualTargetAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the individualTargetCurrencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the individualTargetPaymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|