| java.lang.Object | |
| ↳ | com.workday.compensation.RequestBonusPaymentDataType |
Wrapper element for the Request Bonus Payment business process.
Java class for Request_Bonus_Payment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Request_Bonus_Payment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Bonus_Reason_Reference" type="{urn:com.workday/bsvc}Event_Classification_SubcategoryObjectType" minOccurs="0"/>
<element name="Bonus_Payment_Data" type="{urn:com.workday/bsvc}Bonus_Payment_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bonusPaymentData | |||||||||||
| bonusReasonReference | |||||||||||
| effectiveDate | |||||||||||
| employeeReference | |||||||||||
| positionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the bonusPaymentData property.
| |||||||||||
Gets the value of the bonusReasonReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Sets the value of the bonusPaymentData property.
| |||||||||||
Sets the value of the bonusReasonReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the bonusPaymentData property.
BonusPaymentDataType
Gets the value of the bonusReasonReference property.
EventClassificationSubcategoryObjectType
Gets the value of the effectiveDate property.
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Sets the value of the bonusPaymentData property.
| value | Allowed object is
BonusPaymentDataType
|
|---|
Sets the value of the bonusReasonReference property.
| value | Allowed object is
EventClassificationSubcategoryObjectType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|