| java.lang.Object | |
| ↳ | com.workday.recruiting.ProposedPeriodSalaryPlanAssignmentContainerDataType |
Encapsulating element containing all Period Salary Plan Compensation data.
Java class for Proposed_Period_Salary_Plan_Assignment_Container_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Proposed_Period_Salary_Plan_Assignment_Container_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Period_Salary_Plan_Sub_Data" type="{urn:com.workday/bsvc}Proposed_Period_Salary_Plan_Assignment_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Replace" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| periodSalaryPlanSubData | |||||||||||
| replace | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the periodSalaryPlanSubData property.
| |||||||||||
Gets the value of the replace property.
| |||||||||||
Sets the value of the periodSalaryPlanSubData property.
| |||||||||||
Sets the value of the replace property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the periodSalaryPlanSubData 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 periodSalaryPlanSubData property.
For example, to add a new item, do as follows:
getPeriodSalaryPlanSubData().add(newItem);
Objects of the following type(s) are allowed in the list
ProposedPeriodSalaryPlanAssignmentDataType
Gets the value of the replace property. This getter has been renamed from isReplace() to getReplace() by cxf-xjc-boolean plugin.
Sets the value of the periodSalaryPlanSubData property.
| periodSalaryPlanSubData | Allowed object is
ProposedPeriodSalaryPlanAssignmentDataType
|
|---|
Sets the value of the replace property.
| value | Allowed object is Boolean |
|---|