public class

ClosePositionDataType

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

Class Overview

Wrapper element for the Close Position business process data including the position to close and the event data.

Java class for Close_Position_DataType complex type.

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

 <complexType name="Close_Position_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_RestrictionsObjectType"/>
           <element name="Headcount_Restriction_Reference" type="{urn:com.workday/bsvc}Headcount_RestrictionsObjectType"/>
         </choice>
         <element name="Close_Event_Data" type="{urn:com.workday/bsvc}Close_Position_Event_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<ClosePositionEventDataType> closeEventData
protected HeadcountRestrictionsObjectType headcountRestrictionReference
protected PositionRestrictionsObjectType positionReference
Public Constructors
ClosePositionDataType()
Public Methods
List<ClosePositionEventDataType> getCloseEventData()
Gets the value of the closeEventData property.
HeadcountRestrictionsObjectType getHeadcountRestrictionReference()
Gets the value of the headcountRestrictionReference property.
PositionRestrictionsObjectType getPositionReference()
Gets the value of the positionReference property.
void setCloseEventData(List<ClosePositionEventDataType> closeEventData)
Sets the value of the closeEventData property.
void setHeadcountRestrictionReference(HeadcountRestrictionsObjectType value)
Sets the value of the headcountRestrictionReference 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 List<ClosePositionEventDataType> closeEventData

protected HeadcountRestrictionsObjectType headcountRestrictionReference

protected PositionRestrictionsObjectType positionReference

Public Constructors

public ClosePositionDataType ()

Public Methods

public List<ClosePositionEventDataType> getCloseEventData ()

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

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

    getCloseEventData().add(newItem);
 

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

public HeadcountRestrictionsObjectType getHeadcountRestrictionReference ()

Gets the value of the headcountRestrictionReference property.

Returns

public PositionRestrictionsObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public void setCloseEventData (List<ClosePositionEventDataType> closeEventData)

Sets the value of the closeEventData property.

Parameters
closeEventData Allowed object is ClosePositionEventDataType

public void setHeadcountRestrictionReference (HeadcountRestrictionsObjectType value)

Sets the value of the headcountRestrictionReference property.

Parameters
value Allowed object is HeadcountRestrictionsObjectType

public void setPositionReference (PositionRestrictionsObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionRestrictionsObjectType