| java.lang.Object | |
| ↳ | com.workday.recruiting.SupervisoryOrgDataType |
Contains details specific to a Supervisory Organization.
Java class for Supervisory_Org_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Supervisory_Org_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Staffing_Model" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
<element name="Organization_Assignments_Data" type="{urn:com.workday/bsvc}Organization_Assignments_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Staffing_Restrictions_Data" type="{urn:com.workday/bsvc}Position_Group_Restriction_Summary_DataType" minOccurs="0"/>
<element name="Available_For_Hire" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Hiring_Freeze" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| availableForHire | |||||||||||
| hiringFreeze | |||||||||||
| locationReference | |||||||||||
| organizationAssignmentsData | |||||||||||
| staffingModel | |||||||||||
| staffingRestrictionsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the availableForHire property.
| |||||||||||
Gets the value of the hiringFreeze property.
| |||||||||||
Gets the value of the locationReference property.
| |||||||||||
Gets the value of the organizationAssignmentsData property.
| |||||||||||
Gets the value of the staffingModel property.
| |||||||||||
Gets the value of the staffingRestrictionsData property.
| |||||||||||
Sets the value of the availableForHire property.
| |||||||||||
Sets the value of the hiringFreeze property.
| |||||||||||
Sets the value of the locationReference property.
| |||||||||||
Sets the value of the organizationAssignmentsData property.
| |||||||||||
Sets the value of the staffingModel property.
| |||||||||||
Sets the value of the staffingRestrictionsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the availableForHire property. This getter has been renamed from isAvailableForHire() to getAvailableForHire() by cxf-xjc-boolean plugin.
Gets the value of the hiringFreeze property. This getter has been renamed from isHiringFreeze() to getHiringFreeze() by cxf-xjc-boolean plugin.
Gets the value of the locationReference property.
LocationObjectType
Gets the value of the organizationAssignmentsData 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 organizationAssignmentsData property.
For example, to add a new item, do as follows:
getOrganizationAssignmentsData().add(newItem);
Objects of the following type(s) are allowed in the list
OrganizationAssignmentsDataType
Gets the value of the staffingModel property.
Gets the value of the staffingRestrictionsData property.
PositionGroupRestrictionSummaryDataType
Sets the value of the availableForHire property.
| value | Allowed object is Boolean |
|---|
Sets the value of the hiringFreeze property.
| value | Allowed object is Boolean |
|---|
Sets the value of the locationReference property.
| value | Allowed object is
LocationObjectType
|
|---|
Sets the value of the organizationAssignmentsData property.
| organizationAssignmentsData | Allowed object is
OrganizationAssignmentsDataType
|
|---|
Sets the value of the staffingModel property.
| value | Allowed object is String |
|---|
Sets the value of the staffingRestrictionsData property.
| value | Allowed object is
PositionGroupRestrictionSummaryDataType
|
|---|