| java.lang.Object | |
| ↳ | workday.com.bsvc.PositionDataType |
Contains the detailed information about a Position.
Java class for Position_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Supervisory_Organization_Reference" type="{urn:com.workday/bsvc}Supervisory_OrganizationObjectType"/>
<element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Position_Definition_Data" type="{urn:com.workday/bsvc}Position_Details_DataType" minOccurs="0"/>
<element name="Position_Restrictions_Data" type="{urn:com.workday/bsvc}Position_Group_Restriction_Summary_DataType" minOccurs="0"/>
<element name="Default_Compensation_Data" type="{urn:com.workday/bsvc}Compensation_Default_DataType" minOccurs="0"/>
<element name="Default_Position_Organization_Assignments_Data" type="{urn:com.workday/bsvc}Default_Position_Organization_Assignments_DataType" minOccurs="0"/>
<element name="Worker_For_Filled_Position" type="{urn:com.workday/bsvc}Worker_For_Filled_PositionType" minOccurs="0"/>
<element name="Qualification_Data" type="{urn:com.workday/bsvc}Qualifications_from_Position_Restrictions_DataType" minOccurs="0"/>
<element name="Integration_Field_Override_Data" type="{urn:com.workday/bsvc}Document_Field_Result_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Open_Job_Requisition_Data" type="{urn:com.workday/bsvc}Job_Requisition_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defaultCompensationData | |||||||||||
| defaultPositionOrganizationAssignmentsData | |||||||||||
| effectiveDate | |||||||||||
| integrationFieldOverrideData | |||||||||||
| openJobRequisitionData | |||||||||||
| positionDefinitionData | |||||||||||
| positionRestrictionsData | |||||||||||
| qualificationData | |||||||||||
| supervisoryOrganizationReference | |||||||||||
| workerForFilledPosition | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the defaultCompensationData property.
| |||||||||||
Gets the value of the defaultPositionOrganizationAssignmentsData property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the integrationFieldOverrideData property.
| |||||||||||
Gets the value of the openJobRequisitionData property.
| |||||||||||
Gets the value of the positionDefinitionData property.
| |||||||||||
Gets the value of the positionRestrictionsData property.
| |||||||||||
Gets the value of the qualificationData property.
| |||||||||||
Gets the value of the supervisoryOrganizationReference property.
| |||||||||||
Gets the value of the workerForFilledPosition property.
| |||||||||||
Sets the value of the defaultCompensationData property.
| |||||||||||
Sets the value of the defaultPositionOrganizationAssignmentsData property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the openJobRequisitionData property.
| |||||||||||
Sets the value of the positionDefinitionData property.
| |||||||||||
Sets the value of the positionRestrictionsData property.
| |||||||||||
Sets the value of the qualificationData property.
| |||||||||||
Sets the value of the supervisoryOrganizationReference property.
| |||||||||||
Sets the value of the workerForFilledPosition property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the defaultCompensationData property.
CompensationDefaultDataType
Gets the value of the defaultPositionOrganizationAssignmentsData property.
DefaultPositionOrganizationAssignmentsDataType
Gets the value of the effectiveDate property.
Gets the value of the integrationFieldOverrideData 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 integrationFieldOverrideData property.
For example, to add a new item, do as follows:
getIntegrationFieldOverrideData().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentFieldResultDataType
Gets the value of the openJobRequisitionData property.
JobRequisitionDataType
Gets the value of the positionDefinitionData property.
PositionDetailsDataType
Gets the value of the positionRestrictionsData property.
PositionGroupRestrictionSummaryDataType
Gets the value of the qualificationData property.
QualificationsFromPositionRestrictionsDataType
Gets the value of the supervisoryOrganizationReference property.
SupervisoryOrganizationObjectType
Gets the value of the workerForFilledPosition property.
WorkerForFilledPositionType
Sets the value of the defaultCompensationData property.
| value | Allowed object is
CompensationDefaultDataType
|
|---|
Sets the value of the defaultPositionOrganizationAssignmentsData property.
| value | Allowed object is
DefaultPositionOrganizationAssignmentsDataType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the openJobRequisitionData property.
| value | Allowed object is
JobRequisitionDataType
|
|---|
Sets the value of the positionDefinitionData property.
| value | Allowed object is
PositionDetailsDataType
|
|---|
Sets the value of the positionRestrictionsData property.
| value | Allowed object is
PositionGroupRestrictionSummaryDataType
|
|---|
Sets the value of the qualificationData property.
| value | Allowed object is
QualificationsFromPositionRestrictionsDataType
|
|---|
Sets the value of the supervisoryOrganizationReference property.
| value | Allowed object is
SupervisoryOrganizationObjectType
|
|---|
Sets the value of the workerForFilledPosition property.
| value | Allowed object is
WorkerForFilledPositionType
|
|---|