| java.lang.Object | |
| ↳ | workday.com.bsvc.ContingentWorkerContractInfoDataType |
Encapsulating element containing all Contingent Worker Contract Information data.
Java class for Contingent_Worker_Contract_Info_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contingent_Worker_Contract_Info_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Status_Data" type="{urn:com.workday/bsvc}Worker_Status_DataType" minOccurs="0"/>
<element name="Worker_Position_Data" type="{urn:com.workday/bsvc}Worker_Position_DataType" minOccurs="0"/>
<element name="Contingent_Worker_Type_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Vendor_Reference_Data" type="{urn:com.workday/bsvc}Vendor_ReferenceType" minOccurs="0"/>
<element name="Contract_Details_Data" type="{urn:com.workday/bsvc}Contract_Details_DataType" minOccurs="0"/>
<element name="Contract_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Worker_Document_Data_WWSType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contingentWorkerTypeName | |||||||||||
| contractDetailsData | |||||||||||
| contractEndDate | |||||||||||
| vendorReferenceData | |||||||||||
| workerDocumentData | |||||||||||
| workerPositionData | |||||||||||
| workerStatusData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contingentWorkerTypeName property.
| |||||||||||
Gets the value of the contractDetailsData property.
| |||||||||||
Gets the value of the contractEndDate property.
| |||||||||||
Gets the value of the vendorReferenceData property.
| |||||||||||
Gets the value of the workerDocumentData property.
| |||||||||||
Gets the value of the workerPositionData property.
| |||||||||||
Gets the value of the workerStatusData property.
| |||||||||||
Sets the value of the contingentWorkerTypeName property.
| |||||||||||
Sets the value of the contractDetailsData property.
| |||||||||||
Sets the value of the contractEndDate property.
| |||||||||||
Sets the value of the vendorReferenceData property.
| |||||||||||
Sets the value of the workerDocumentData property.
| |||||||||||
Sets the value of the workerPositionData property.
| |||||||||||
Sets the value of the workerStatusData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contingentWorkerTypeName property.
Gets the value of the contractDetailsData property.
ContractDetailsDataType
Gets the value of the contractEndDate property.
Gets the value of the vendorReferenceData property.
VendorReferenceType
Gets the value of the workerDocumentData property.
WorkerDocumentDataWWSType
Gets the value of the workerPositionData property.
WorkerPositionDataType
Gets the value of the workerStatusData property.
WorkerStatusDataType
Sets the value of the contingentWorkerTypeName property.
| value | Allowed object is String |
|---|
Sets the value of the contractDetailsData property.
| value | Allowed object is
ContractDetailsDataType
|
|---|
Sets the value of the contractEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the vendorReferenceData property.
| value | Allowed object is
VendorReferenceType
|
|---|
Sets the value of the workerDocumentData property.
| value | Allowed object is
WorkerDocumentDataWWSType
|
|---|
Sets the value of the workerPositionData property.
| value | Allowed object is
WorkerPositionDataType
|
|---|
Sets the value of the workerStatusData property.
| value | Allowed object is
WorkerStatusDataType
|
|---|