| java.lang.Object | |
| ↳ | com.workday.compensation.BonusPaymentDataType |
Data for Employee's one-time ad-hoc bonus payment information
Java class for Bonus_Payment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bonus_Payment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Bonus_Plan_Reference" type="{urn:com.workday/bsvc}Bonus_PlanObjectType"/>
<choice>
<element name="Percent" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="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"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| bonusPlanReference | |||||||||||
| comment | |||||||||||
| currencyReference | |||||||||||
| percent | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the bonusPlanReference property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the percent property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the bonusPlanReference property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the percent property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
Gets the value of the bonusPlanReference property.
BonusPlanObjectType
Gets the value of the comment property.
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the percent property.
Sets the value of the amount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the bonusPlanReference property.
| value | Allowed object is
BonusPlanObjectType
|
|---|
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 percent property.
| value | Allowed object is BigDecimal |
|---|