public class

ProposedAllowancePlanAssignmentContainerDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.absence.ProposedAllowancePlanAssignmentContainerDataType

Class Overview

Encapsulating element containing all Allowance Plan Compensation data.

Java class for Proposed_Allowance_Plan_Assignment_Container_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<ProposedAllowancePlanAssignmentDataType> allowancePlanSubData
protected Boolean replace
Public Constructors
ProposedAllowancePlanAssignmentContainerDataType()
Public Methods
List<ProposedAllowancePlanAssignmentDataType> getAllowancePlanSubData()
Gets the value of the allowancePlanSubData property.
Boolean getReplace()
Gets the value of the replace property.
void setAllowancePlanSubData(List<ProposedAllowancePlanAssignmentDataType> allowancePlanSubData)
Sets the value of the allowancePlanSubData property.
void setReplace(Boolean value)
Sets the value of the replace property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<ProposedAllowancePlanAssignmentDataType> allowancePlanSubData

protected Boolean replace

Public Constructors

public ProposedAllowancePlanAssignmentContainerDataType ()

Public Methods

public List<ProposedAllowancePlanAssignmentDataType> getAllowancePlanSubData ()

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

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

    getAllowancePlanSubData().add(newItem);
 

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

public Boolean getReplace ()

Gets the value of the replace property. This getter has been renamed from isReplace() to getReplace() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAllowancePlanSubData (List<ProposedAllowancePlanAssignmentDataType> allowancePlanSubData)

Sets the value of the allowancePlanSubData property.

Parameters
allowancePlanSubData Allowed object is ProposedAllowancePlanAssignmentDataType

public void setReplace (Boolean value)

Sets the value of the replace property.

Parameters
value Allowed object is Boolean