| java.lang.Object | |
| ↳ | workday.com.bsvc.PositionRestrictionType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| positionData | |||||||||||
| positionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the positionData property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Sets the value of the positionData property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the positionData property.
PositionDataType
Gets the value of the positionReference property.
PositionRestrictionsObjectType
Sets the value of the positionData property.
| value | Allowed object is
PositionDataType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionRestrictionsObjectType
|
|---|

