public class

PositionRestrictionType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.PositionRestrictionType

Class Overview

Contains each Position based on the Request References or Request Criteria. The data returned is the current information as of the dates in the response filter, and does not include all historical information about the position.

Java class for Position_RestrictionType complex type.

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

 <complexType name="Position_RestrictionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_RestrictionsObjectType" minOccurs="0"/>
         <element name="Position_Data" type="{urn:com.workday/bsvc}Position_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PositionDataType positionData
protected PositionRestrictionsObjectType positionReference
Public Constructors
PositionRestrictionType()
Public Methods
PositionDataType getPositionData()
Gets the value of the positionData property.
PositionRestrictionsObjectType getPositionReference()
Gets the value of the positionReference property.
void setPositionData(PositionDataType value)
Sets the value of the positionData property.
void setPositionReference(PositionRestrictionsObjectType value)
Sets the value of the positionReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected PositionDataType positionData

protected PositionRestrictionsObjectType positionReference

Public Constructors

public PositionRestrictionType ()

Public Methods

public PositionDataType getPositionData ()

Gets the value of the positionData property.

Returns

public PositionRestrictionsObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public void setPositionData (PositionDataType value)

Sets the value of the positionData property.

Parameters
value Allowed object is PositionDataType

public void setPositionReference (PositionRestrictionsObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionRestrictionsObjectType