| java.lang.Object | |
| ↳ | com.workday.hr.EmployeeCompensationCommissionPlanAssignmentDataType |
Encapsulating element containing all Commission Plan Compensation data.
Java class for Employee_Compensation_Commission_Plan_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Compensation_Commission_Plan_Assignment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Commission_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Compensation_Element_Values_for_Commission_Plan_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Commission_Plan_Assignment_Detail_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| commissionPlanName | |||||||||||
| compensationElementValuesForCommissionPlanData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the commissionPlanName property.
| |||||||||||
Gets the value of the compensationElementValuesForCommissionPlanData property.
| |||||||||||
Sets the value of the commissionPlanName property.
| |||||||||||
Sets the value of the compensationElementValuesForCommissionPlanData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the commissionPlanName property.
Gets the value of the compensationElementValuesForCommissionPlanData property.
EmployeeCompensationCommissionPlanAssignmentDetailDataType
Sets the value of the commissionPlanName property.
| value | Allowed object is String |
|---|
Sets the value of the compensationElementValuesForCommissionPlanData property.
| value | Allowed object is
EmployeeCompensationCommissionPlanAssignmentDetailDataType
|
|---|

