public class

ProposedAllowanceUnitPlanAssignmentContainerDataType

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

Class Overview

Encapsulating element containing all Unit Allowance Plan Compensation data.

Java class for Proposed_Allowance_Unit_Plan_Assignment_Container_DataType complex type.

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

 <complexType name="Proposed_Allowance_Unit_Plan_Assignment_Container_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Unit_Allowance_Plan_Sub_Data" type="{urn:com.workday/bsvc}Proposed_Allowance_Unit_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Replace" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean replace
protected List<ProposedAllowanceUnitPlanAssignmentDataType> unitAllowancePlanSubData
Public Constructors
ProposedAllowanceUnitPlanAssignmentContainerDataType()
Public Methods
List<ProposedAllowanceUnitPlanAssignmentDataType> getUnitAllowancePlanSubData()
Gets the value of the unitAllowancePlanSubData property.
Boolean isReplace()
Gets the value of the replace property.
void setReplace(Boolean value)
Sets the value of the replace property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean replace

protected List<ProposedAllowanceUnitPlanAssignmentDataType> unitAllowancePlanSubData

Public Constructors

public ProposedAllowanceUnitPlanAssignmentContainerDataType ()

Public Methods

public List<ProposedAllowanceUnitPlanAssignmentDataType> getUnitAllowancePlanSubData ()

Gets the value of the unitAllowancePlanSubData 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 unitAllowancePlanSubData property.

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

    getUnitAllowancePlanSubData().add(newItem);
 

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

public Boolean isReplace ()

Gets the value of the replace property.

Returns
  • possible object is Boolean

public void setReplace (Boolean value)

Sets the value of the replace property.

Parameters
value Allowed object is Boolean