| java.lang.Object | |
| ↳ | workday.com.bsvc.EmployeeContractDataType |
Contains data for an Employee Contract.
Java class for Employee_Contract_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Employee_Contract_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Contract_Reference" type="{urn:com.workday/bsvc}Employee_ContractObjectType" minOccurs="0"/>
<element name="Employee_Contract_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Contract_Version_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Contract_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Contract_Type_Reference" type="{urn:com.workday/bsvc}Employee_Contract_TypeObjectType" minOccurs="0"/>
<element name="Contract_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Contract_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Contract_Status_Reference" type="{urn:com.workday/bsvc}Employee_Contract_StatusObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Contract_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Worker_Document_Reference" type="{urn:com.workday/bsvc}Worker_DocumentObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contractDescription | |||||||||||
| contractEndDate | |||||||||||
| contractID | |||||||||||
| contractStartDate | |||||||||||
| contractStatusReference | |||||||||||
| contractTypeReference | |||||||||||
| contractVersionDate | |||||||||||
| employeeContractID | |||||||||||
| employeeContractReference | |||||||||||
| positionReference | |||||||||||
| workerDocumentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contractDescription property.
| |||||||||||
Gets the value of the contractEndDate property.
| |||||||||||
Gets the value of the contractID property.
| |||||||||||
Gets the value of the contractStartDate property.
| |||||||||||
Gets the value of the contractStatusReference property.
| |||||||||||
Gets the value of the contractTypeReference property.
| |||||||||||
Gets the value of the contractVersionDate property.
| |||||||||||
Gets the value of the employeeContractID property.
| |||||||||||
Gets the value of the employeeContractReference property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the workerDocumentReference property.
| |||||||||||
Sets the value of the contractDescription property.
| |||||||||||
Sets the value of the contractEndDate property.
| |||||||||||
Sets the value of the contractID property.
| |||||||||||
Sets the value of the contractStartDate property.
| |||||||||||
Sets the value of the contractStatusReference property.
| |||||||||||
Sets the value of the contractTypeReference property.
| |||||||||||
Sets the value of the contractVersionDate property.
| |||||||||||
Sets the value of the employeeContractID property.
| |||||||||||
Sets the value of the employeeContractReference property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contractDescription property.
Gets the value of the contractEndDate property.
Gets the value of the contractID property.
Gets the value of the contractStartDate property.
Gets the value of the contractStatusReference property.
EmployeeContractStatusObjectType
Gets the value of the contractTypeReference property.
EmployeeContractTypeObjectType
Gets the value of the contractVersionDate property.
Gets the value of the employeeContractID property.
Gets the value of the employeeContractReference property.
EmployeeContractObjectType
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the workerDocumentReference 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 workerDocumentReference property.
For example, to add a new item, do as follows:
getWorkerDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
WorkerDocumentObjectType
Sets the value of the contractDescription property.
| value | Allowed object is String |
|---|
Sets the value of the contractEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the contractID property.
| value | Allowed object is String |
|---|
Sets the value of the contractStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the contractStatusReference property.
| value | Allowed object is
EmployeeContractStatusObjectType
|
|---|
Sets the value of the contractTypeReference property.
| value | Allowed object is
EmployeeContractTypeObjectType
|
|---|
Sets the value of the contractVersionDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the employeeContractID property.
| value | Allowed object is String |
|---|
Sets the value of the employeeContractReference property.
| value | Allowed object is
EmployeeContractObjectType
|
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|