| java.lang.Object | |
| ↳ | workday.com.bsvc.EmployeeCompensationAllowanceUnitPlanAssignmentDataType |
Encapsulating element containing all Unit Allowance Plan Compensation data.
Java class for Employee_Compensation_Allowance_Unit_Plan_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Compensation_Allowance_Unit_Plan_Assignment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Allowance_Plan_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Compensation_Element_Values_for_Unit_Allowance_Plan_Data" type="{urn:com.workday/bsvc}Employee_Compensation_Allowance_Unit_Plan_Assignment_Detail_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowancePlanName | |||||||||||
| compensationElementValuesForUnitAllowancePlanData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowancePlanName property.
| |||||||||||
Gets the value of the compensationElementValuesForUnitAllowancePlanData property.
| |||||||||||
Sets the value of the allowancePlanName property.
| |||||||||||
Sets the value of the compensationElementValuesForUnitAllowancePlanData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the allowancePlanName property.
Gets the value of the compensationElementValuesForUnitAllowancePlanData property.
EmployeeCompensationAllowanceUnitPlanAssignmentDetailDataType
Sets the value of the allowancePlanName property.
| value | Allowed object is String |
|---|
Sets the value of the compensationElementValuesForUnitAllowancePlanData property.
| value | Allowed object is
EmployeeCompensationAllowanceUnitPlanAssignmentDetailDataType
|
|---|

