public class

AssignPayGroupForPositionRestrictionDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.AssignPayGroupForPositionRestrictionDataType

Class Overview

Wrapper element for Assign Pay Group for Position Restriction when it is a sub business process to Create Position.

Java class for Assign_Pay_Group_for_Position_Restriction_DataType complex type.

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

 <complexType name="Assign_Pay_Group_for_Position_Restriction_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PayGroupObjectType payGroupReference
Public Constructors
AssignPayGroupForPositionRestrictionDataType()
Public Methods
PayGroupObjectType getPayGroupReference()
Gets the value of the payGroupReference property.
void setPayGroupReference(PayGroupObjectType value)
Sets the value of the payGroupReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PayGroupObjectType payGroupReference

Public Constructors

public AssignPayGroupForPositionRestrictionDataType ()

Public Methods

public PayGroupObjectType getPayGroupReference ()

Gets the value of the payGroupReference property.

Returns

public void setPayGroupReference (PayGroupObjectType value)

Sets the value of the payGroupReference property.

Parameters
value Allowed object is PayGroupObjectType