public class

PeriodPlanDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.PeriodPlanDataType

Class Overview

Period Plan Data

Java class for Period_Plan_DataType complex type.

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

 <complexType name="Period_Plan_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compensation_Element_Reference" type="{urn:com.workday/bsvc}Compensation_Pay_EarningObjectType"/>
         <element name="Default_Compensation_Period_Multiplier" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="14"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Unit_of_Duration_Reference" type="{urn:com.workday/bsvc}Compensation_PeriodObjectType"/>
         <element name="Compensation_Basis_Reference" type="{urn:com.workday/bsvc}Compensation_BasisObjectType"/>
         <element name="Period_Plan_Profile_Replacement_Data" type="{urn:com.workday/bsvc}Period_Plan_Profile_Replacement_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Compensation_Setup_Security_Segment_Reference" type="{urn:com.workday/bsvc}Compensation_Setup_Security_SegmentObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompensationBasisObjectType compensationBasisReference
protected CompensationPayEarningObjectType compensationElementReference
protected List<CompensationSetupSecuritySegmentObjectType> compensationSetupSecuritySegmentReference
protected BigDecimal defaultCompensationPeriodMultiplier
protected List<PeriodPlanProfileReplacementDataType> periodPlanProfileReplacementData
protected CompensationPeriodObjectType unitOfDurationReference
Public Constructors
PeriodPlanDataType()
Public Methods
CompensationBasisObjectType getCompensationBasisReference()
Gets the value of the compensationBasisReference property.
CompensationPayEarningObjectType getCompensationElementReference()
Gets the value of the compensationElementReference property.
List<CompensationSetupSecuritySegmentObjectType> getCompensationSetupSecuritySegmentReference()
Gets the value of the compensationSetupSecuritySegmentReference property.
BigDecimal getDefaultCompensationPeriodMultiplier()
Gets the value of the defaultCompensationPeriodMultiplier property.
List<PeriodPlanProfileReplacementDataType> getPeriodPlanProfileReplacementData()
Gets the value of the periodPlanProfileReplacementData property.
CompensationPeriodObjectType getUnitOfDurationReference()
Gets the value of the unitOfDurationReference property.
void setCompensationBasisReference(CompensationBasisObjectType value)
Sets the value of the compensationBasisReference property.
void setCompensationElementReference(CompensationPayEarningObjectType value)
Sets the value of the compensationElementReference property.
void setCompensationSetupSecuritySegmentReference(List<CompensationSetupSecuritySegmentObjectType> compensationSetupSecuritySegmentReference)
Sets the value of the compensationSetupSecuritySegmentReference property.
void setDefaultCompensationPeriodMultiplier(BigDecimal value)
Sets the value of the defaultCompensationPeriodMultiplier property.
void setPeriodPlanProfileReplacementData(List<PeriodPlanProfileReplacementDataType> periodPlanProfileReplacementData)
Sets the value of the periodPlanProfileReplacementData property.
void setUnitOfDurationReference(CompensationPeriodObjectType value)
Sets the value of the unitOfDurationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompensationBasisObjectType compensationBasisReference

protected CompensationPayEarningObjectType compensationElementReference

protected List<CompensationSetupSecuritySegmentObjectType> compensationSetupSecuritySegmentReference

protected BigDecimal defaultCompensationPeriodMultiplier

protected List<PeriodPlanProfileReplacementDataType> periodPlanProfileReplacementData

protected CompensationPeriodObjectType unitOfDurationReference

Public Constructors

public PeriodPlanDataType ()

Public Methods

public CompensationBasisObjectType getCompensationBasisReference ()

Gets the value of the compensationBasisReference property.

Returns

public CompensationPayEarningObjectType getCompensationElementReference ()

Gets the value of the compensationElementReference property.

Returns

public List<CompensationSetupSecuritySegmentObjectType> getCompensationSetupSecuritySegmentReference ()

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

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

    getCompensationSetupSecuritySegmentReference().add(newItem);
 

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

public BigDecimal getDefaultCompensationPeriodMultiplier ()

Gets the value of the defaultCompensationPeriodMultiplier property.

Returns
  • possible object is BigDecimal

public List<PeriodPlanProfileReplacementDataType> getPeriodPlanProfileReplacementData ()

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

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

    getPeriodPlanProfileReplacementData().add(newItem);
 

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

public CompensationPeriodObjectType getUnitOfDurationReference ()

Gets the value of the unitOfDurationReference property.

Returns

public void setCompensationBasisReference (CompensationBasisObjectType value)

Sets the value of the compensationBasisReference property.

Parameters
value Allowed object is CompensationBasisObjectType

public void setCompensationElementReference (CompensationPayEarningObjectType value)

Sets the value of the compensationElementReference property.

Parameters
value Allowed object is CompensationPayEarningObjectType

public void setCompensationSetupSecuritySegmentReference (List<CompensationSetupSecuritySegmentObjectType> compensationSetupSecuritySegmentReference)

Sets the value of the compensationSetupSecuritySegmentReference property.

Parameters
compensationSetupSecuritySegmentReference Allowed object is CompensationSetupSecuritySegmentObjectType

public void setDefaultCompensationPeriodMultiplier (BigDecimal value)

Sets the value of the defaultCompensationPeriodMultiplier property.

Parameters
value Allowed object is BigDecimal

public void setPeriodPlanProfileReplacementData (List<PeriodPlanProfileReplacementDataType> periodPlanProfileReplacementData)

Sets the value of the periodPlanProfileReplacementData property.

Parameters
periodPlanProfileReplacementData Allowed object is PeriodPlanProfileReplacementDataType

public void setUnitOfDurationReference (CompensationPeriodObjectType value)

Sets the value of the unitOfDurationReference property.

Parameters
value Allowed object is CompensationPeriodObjectType