public class

ContingentWorkerContractInfoDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.ContingentWorkerContractInfoDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String contingentWorkerTypeName
protected ContractDetailsDataType contractDetailsData
protected XMLGregorianCalendar contractEndDate
protected VendorReferenceType vendorReferenceData
protected WorkerDocumentDataWWSType workerDocumentData
protected WorkerPositionDataType workerPositionData
protected WorkerStatusDataType workerStatusData
Public Constructors
ContingentWorkerContractInfoDataType()
Public Methods
String getContingentWorkerTypeName()
Gets the value of the contingentWorkerTypeName property.
ContractDetailsDataType getContractDetailsData()
Gets the value of the contractDetailsData property.
XMLGregorianCalendar getContractEndDate()
Gets the value of the contractEndDate property.
VendorReferenceType getVendorReferenceData()
Gets the value of the vendorReferenceData property.
WorkerDocumentDataWWSType getWorkerDocumentData()
Gets the value of the workerDocumentData property.
WorkerPositionDataType getWorkerPositionData()
Gets the value of the workerPositionData property.
WorkerStatusDataType getWorkerStatusData()
Gets the value of the workerStatusData property.
void setContingentWorkerTypeName(String value)
Sets the value of the contingentWorkerTypeName property.
void setContractDetailsData(ContractDetailsDataType value)
Sets the value of the contractDetailsData property.
void setContractEndDate(XMLGregorianCalendar value)
Sets the value of the contractEndDate property.
void setVendorReferenceData(VendorReferenceType value)
Sets the value of the vendorReferenceData property.
void setWorkerDocumentData(WorkerDocumentDataWWSType value)
Sets the value of the workerDocumentData property.
void setWorkerPositionData(WorkerPositionDataType value)
Sets the value of the workerPositionData property.
void setWorkerStatusData(WorkerStatusDataType value)
Sets the value of the workerStatusData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String contingentWorkerTypeName

protected ContractDetailsDataType contractDetailsData

protected XMLGregorianCalendar contractEndDate

protected VendorReferenceType vendorReferenceData

protected WorkerDocumentDataWWSType workerDocumentData

protected WorkerPositionDataType workerPositionData

protected WorkerStatusDataType workerStatusData

Public Constructors

public ContingentWorkerContractInfoDataType ()

Public Methods

public String getContingentWorkerTypeName ()

Gets the value of the contingentWorkerTypeName property.

Returns
  • possible object is String

public ContractDetailsDataType getContractDetailsData ()

Gets the value of the contractDetailsData property.

Returns

public XMLGregorianCalendar getContractEndDate ()

Gets the value of the contractEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public VendorReferenceType getVendorReferenceData ()

Gets the value of the vendorReferenceData property.

Returns

public WorkerDocumentDataWWSType getWorkerDocumentData ()

Gets the value of the workerDocumentData property.

Returns

public WorkerPositionDataType getWorkerPositionData ()

Gets the value of the workerPositionData property.

Returns

public WorkerStatusDataType getWorkerStatusData ()

Gets the value of the workerStatusData property.

Returns

public void setContingentWorkerTypeName (String value)

Sets the value of the contingentWorkerTypeName property.

Parameters
value Allowed object is String

public void setContractDetailsData (ContractDetailsDataType value)

Sets the value of the contractDetailsData property.

Parameters
value Allowed object is ContractDetailsDataType

public void setContractEndDate (XMLGregorianCalendar value)

Sets the value of the contractEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setVendorReferenceData (VendorReferenceType value)

Sets the value of the vendorReferenceData property.

Parameters
value Allowed object is VendorReferenceType

public void setWorkerDocumentData (WorkerDocumentDataWWSType value)

Sets the value of the workerDocumentData property.

Parameters
value Allowed object is WorkerDocumentDataWWSType

public void setWorkerPositionData (WorkerPositionDataType value)

Sets the value of the workerPositionData property.

Parameters
value Allowed object is WorkerPositionDataType

public void setWorkerStatusData (WorkerStatusDataType value)

Sets the value of the workerStatusData property.

Parameters
value Allowed object is WorkerStatusDataType