| java.lang.Object | |
| ↳ | com.workday.recruiting.PositionGroupRestrictionDataType |
Wrapper for restriction data for openings for all staffing models.
Java class for Position_Group_Restriction_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_Group_Restriction_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Availability_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Earliest_Hire_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Job_Family_Reference" type="{urn:com.workday/bsvc}Job_FamilyObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Worker_Type_Reference" type="{urn:com.workday/bsvc}Worker_TypeObjectType" minOccurs="0"/>
<element name="Time_Type_Reference" type="{urn:com.workday/bsvc}Position_Time_TypeObjectType" minOccurs="0"/>
<element name="Position_Worker_Type_Reference" type="{urn:com.workday/bsvc}Position_Worker_TypeObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| availabilityDate | |||||||||||
| earliestHireDate | |||||||||||
| jobFamilyReference | |||||||||||
| jobProfileReference | |||||||||||
| locationReference | |||||||||||
| positionWorkerTypeReference | |||||||||||
| timeTypeReference | |||||||||||
| workerTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the availabilityDate property.
| |||||||||||
Gets the value of the earliestHireDate property.
| |||||||||||
Gets the value of the jobFamilyReference property.
| |||||||||||
Gets the value of the jobProfileReference property.
| |||||||||||
Gets the value of the locationReference property.
| |||||||||||
Gets the value of the positionWorkerTypeReference property.
| |||||||||||
Gets the value of the timeTypeReference property.
| |||||||||||
Gets the value of the workerTypeReference property.
| |||||||||||
Sets the value of the availabilityDate property.
| |||||||||||
Sets the value of the earliestHireDate property.
| |||||||||||
Sets the value of the jobFamilyReference property.
| |||||||||||
Sets the value of the jobProfileReference property.
| |||||||||||
Sets the value of the locationReference property.
| |||||||||||
Sets the value of the positionWorkerTypeReference property.
| |||||||||||
Sets the value of the timeTypeReference property.
| |||||||||||
Sets the value of the workerTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the availabilityDate property.
Gets the value of the earliestHireDate property.
Gets the value of the jobFamilyReference 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 jobFamilyReference property.
For example, to add a new item, do as follows:
getJobFamilyReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobFamilyObjectType
Gets the value of the jobProfileReference 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 jobProfileReference property.
For example, to add a new item, do as follows:
getJobProfileReference().add(newItem);
Objects of the following type(s) are allowed in the list
JobProfileObjectType
Gets the value of the locationReference 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 locationReference property.
For example, to add a new item, do as follows:
getLocationReference().add(newItem);
Objects of the following type(s) are allowed in the list
LocationObjectType
Gets the value of the positionWorkerTypeReference 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 positionWorkerTypeReference property.
For example, to add a new item, do as follows:
getPositionWorkerTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
PositionWorkerTypeObjectType
Gets the value of the timeTypeReference property.
PositionTimeTypeObjectType
Gets the value of the workerTypeReference property.
WorkerTypeObjectType
Sets the value of the availabilityDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the earliestHireDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the jobFamilyReference property.
| jobFamilyReference | Allowed object is
JobFamilyObjectType
|
|---|
Sets the value of the jobProfileReference property.
| jobProfileReference | Allowed object is
JobProfileObjectType
|
|---|
Sets the value of the locationReference property.
| locationReference | Allowed object is
LocationObjectType
|
|---|
Sets the value of the positionWorkerTypeReference property.
| positionWorkerTypeReference | Allowed object is
PositionWorkerTypeObjectType
|
|---|
Sets the value of the timeTypeReference property.
| value | Allowed object is
PositionTimeTypeObjectType
|
|---|
Sets the value of the workerTypeReference property.
| value | Allowed object is
WorkerTypeObjectType
|
|---|