| java.lang.Object | |
| ↳ | com.workday.staffing.ClosePositionDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| closeEventData | |||||||||||
| headcountRestrictionReference | |||||||||||
| positionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the closeEventData property.
| |||||||||||
Gets the value of the headcountRestrictionReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Sets the value of the closeEventData property.
| |||||||||||
Sets the value of the headcountRestrictionReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
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
Gets the value of the headcountRestrictionReference property.
HeadcountRestrictionsObjectType
Gets the value of the positionReference property.
PositionRestrictionsObjectType
Sets the value of the closeEventData property.
| closeEventData | Allowed object is
ClosePositionEventDataType
|
|---|
Sets the value of the headcountRestrictionReference property.
| value | Allowed object is
HeadcountRestrictionsObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionRestrictionsObjectType
|
|---|

