| java.lang.Object | |
| ↳ | com.workday.staffing.FilledPositionEditDetailsDataType |
Contains information for a filled position. If this Position has already been filled, this element can be used to change this data. If the position has not been entered, an error will be returned if this element is supplied.
Java class for Filled_Position_Edit_Details_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Filled_Position_Edit_Details_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Position_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice>
<element name="Employee_Type_Reference" type="{urn:com.workday/bsvc}Employee_TypeObjectType" minOccurs="0"/>
<element name="Contingent_Worker_Type_Reference" type="{urn:com.workday/bsvc}Contingent_Worker_TypeObjectType" minOccurs="0"/>
</choice>
<element name="Position_Details_Sub_Data" type="{urn:com.workday/bsvc}Position_Details_Sub_DataType" minOccurs="0"/>
<element name="End_Employment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Contract_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Contract_Details_Data" type="{urn:com.workday/bsvc}Contract_Details_Sub_DataType" minOccurs="0"/>
<element name="Exclude_from_Headcount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Expected_Assignment_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="International_Assignment_Type_Reference" type="{urn:com.workday/bsvc}International_Assignment_TypeObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contingentWorkerTypeReference | |||||||||||
| contractDetailsData | |||||||||||
| contractEndDate | |||||||||||
| employeeTypeReference | |||||||||||
| endEmploymentDate | |||||||||||
| excludeFromHeadcount | |||||||||||
| expectedAssignmentEndDate | |||||||||||
| internationalAssignmentTypeReference | |||||||||||
| positionDetailsSubData | |||||||||||
| positionID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contingentWorkerTypeReference property.
| |||||||||||
Gets the value of the contractDetailsData property.
| |||||||||||
Gets the value of the contractEndDate property.
| |||||||||||
Gets the value of the employeeTypeReference property.
| |||||||||||
Gets the value of the endEmploymentDate property.
| |||||||||||
Gets the value of the excludeFromHeadcount property.
| |||||||||||
Gets the value of the expectedAssignmentEndDate property.
| |||||||||||
Gets the value of the internationalAssignmentTypeReference property.
| |||||||||||
Gets the value of the positionDetailsSubData property.
| |||||||||||
Gets the value of the positionID property.
| |||||||||||
Sets the value of the contingentWorkerTypeReference property.
| |||||||||||
Sets the value of the contractDetailsData property.
| |||||||||||
Sets the value of the contractEndDate property.
| |||||||||||
Sets the value of the employeeTypeReference property.
| |||||||||||
Sets the value of the endEmploymentDate property.
| |||||||||||
Sets the value of the excludeFromHeadcount property.
| |||||||||||
Sets the value of the expectedAssignmentEndDate property.
| |||||||||||
Sets the value of the internationalAssignmentTypeReference property.
| |||||||||||
Sets the value of the positionDetailsSubData property.
| |||||||||||
Sets the value of the positionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contingentWorkerTypeReference property.
ContingentWorkerTypeObjectType
Gets the value of the contractDetailsData property.
ContractDetailsSubDataType
Gets the value of the contractEndDate property.
Gets the value of the employeeTypeReference property.
EmployeeTypeObjectType
Gets the value of the endEmploymentDate property.
Gets the value of the excludeFromHeadcount property. This getter has been renamed from isExcludeFromHeadcount() to getExcludeFromHeadcount() by cxf-xjc-boolean plugin.
Gets the value of the expectedAssignmentEndDate property.
Gets the value of the internationalAssignmentTypeReference property.
InternationalAssignmentTypeObjectType
Gets the value of the positionDetailsSubData property.
PositionDetailsSubDataType
Gets the value of the positionID property.
Sets the value of the contingentWorkerTypeReference property.
| value | Allowed object is
ContingentWorkerTypeObjectType
|
|---|
Sets the value of the contractDetailsData property.
| value | Allowed object is
ContractDetailsSubDataType
|
|---|
Sets the value of the contractEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeTypeReference property.
| value | Allowed object is
EmployeeTypeObjectType
|
|---|
Sets the value of the endEmploymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the excludeFromHeadcount property.
| value | Allowed object is Boolean |
|---|
Sets the value of the expectedAssignmentEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the internationalAssignmentTypeReference property.
| value | Allowed object is
InternationalAssignmentTypeObjectType
|
|---|
Sets the value of the positionDetailsSubData property.
| value | Allowed object is
PositionDetailsSubDataType
|
|---|
Sets the value of the positionID property.
| value | Allowed object is String |
|---|