public class

ProposedCommissionPlanAssignmentType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.ProposedCommissionPlanAssignmentType

Class Overview

Encapsulating element containing all Commission Plan Compensation data.

Java class for Proposed_Commission_Plan_AssignmentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Proposed_Commission_Plan_AssignmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Commission_Plan_Sub_Data" type="{urn:com.workday/bsvc}Proposed_Commission_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<ProposedCommissionPlanAssignmentDataType> commissionPlanSubData
Public Constructors
ProposedCommissionPlanAssignmentType()
Public Methods
List<ProposedCommissionPlanAssignmentDataType> getCommissionPlanSubData()
Gets the value of the commissionPlanSubData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ProposedCommissionPlanAssignmentDataType> commissionPlanSubData

Public Constructors

public ProposedCommissionPlanAssignmentType ()

Public Methods

public List<ProposedCommissionPlanAssignmentDataType> getCommissionPlanSubData ()

Gets the value of the commissionPlanSubData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the commissionPlanSubData property.

For example, to add a new item, do as follows:

    getCommissionPlanSubData().add(newItem);
 

Objects of the following type(s) are allowed in the list ProposedCommissionPlanAssignmentDataType