public class

CompensationPlanType

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

Class Overview

An instance of a compensation plan and associated data.

Java class for Compensation_PlanType complex type.

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

 <complexType name="Compensation_PlanType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Compensation_Plan_Reference" type="{urn:com.workday/bsvc}Compensation_Assignable_PlanObjectType" minOccurs="0"/>
         <element name="Compensation_Plan_Data" type="{urn:com.workday/bsvc}Compensation_Plan_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompensationPlanDataType compensationPlanData
protected CompensationAssignablePlanObjectType compensationPlanReference
Public Constructors
CompensationPlanType()
Public Methods
CompensationPlanDataType getCompensationPlanData()
Gets the value of the compensationPlanData property.
CompensationAssignablePlanObjectType getCompensationPlanReference()
Gets the value of the compensationPlanReference property.
void setCompensationPlanData(CompensationPlanDataType value)
Sets the value of the compensationPlanData property.
void setCompensationPlanReference(CompensationAssignablePlanObjectType value)
Sets the value of the compensationPlanReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompensationPlanDataType compensationPlanData

protected CompensationAssignablePlanObjectType compensationPlanReference

Public Constructors

public CompensationPlanType ()

Public Methods

public CompensationPlanDataType getCompensationPlanData ()

Gets the value of the compensationPlanData property.

Returns

public CompensationAssignablePlanObjectType getCompensationPlanReference ()

Gets the value of the compensationPlanReference property.

Returns

public void setCompensationPlanData (CompensationPlanDataType value)

Sets the value of the compensationPlanData property.

Parameters
value Allowed object is CompensationPlanDataType

public void setCompensationPlanReference (CompensationAssignablePlanObjectType value)

Sets the value of the compensationPlanReference property.

Parameters
value Allowed object is CompensationAssignablePlanObjectType