| java.lang.Object | |
| ↳ | com.workday.compensation.OneTimePaymentDataType |
Data Element that contains the one-time payment information.
Java class for One-Time_Payment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="One-Time_Payment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="One_Time_Payment_Plan_Reference" type="{urn:com.workday/bsvc}One-Time_Payment_PlanObjectType"/>
<choice>
<element name="Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Percent" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</choice>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Do_Not_Pay" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Worktags_Data" type="{urn:com.workday/bsvc}Payroll_One_Time_Payment_Worktag_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| comment | |||||||||||
| currencyReference | |||||||||||
| doNotPay | |||||||||||
| oneTimePaymentPlanReference | |||||||||||
| percent | |||||||||||
| worktagsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the doNotPay property.
| |||||||||||
Gets the value of the oneTimePaymentPlanReference property.
| |||||||||||
Gets the value of the percent property.
| |||||||||||
Gets the value of the worktagsData property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the doNotPay property.
| |||||||||||
Sets the value of the oneTimePaymentPlanReference property.
| |||||||||||
Sets the value of the percent property.
| |||||||||||
Sets the value of the worktagsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the comment property.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the doNotPay property. This getter has been renamed from isDoNotPay() to getDoNotPay() by cxf-xjc-boolean plugin.
Gets the value of the oneTimePaymentPlanReference property.
OneTimePaymentPlanObjectType
Gets the value of the percent property.
Gets the value of the worktagsData property.
PayrollOneTimePaymentWorktagDataType
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the doNotPay property.
| value | Allowed object is Boolean |
|---|
Sets the value of the oneTimePaymentPlanReference property.
| value | Allowed object is
OneTimePaymentPlanObjectType
|
|---|
Sets the value of the percent property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the worktagsData property.
| value | Allowed object is
PayrollOneTimePaymentWorktagDataType
|
|---|