public class

MaintainEmployeeContractsType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.MaintainEmployeeContractsType

Class Overview

Encapsulating element containing all Employee Contract data.

Java class for Maintain_Employee_ContractsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Maintain_Employee_ContractsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType" minOccurs="0"/>
         <element name="Maintain_Employee_Contracts_Data" type="{urn:com.workday/bsvc}Maintain_Employee_Contracts_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected EmployeeObjectType employeeReference
protected MaintainEmployeeContractsDataType maintainEmployeeContractsData
Public Constructors
MaintainEmployeeContractsType()
Public Methods
EmployeeObjectType getEmployeeReference()
Gets the value of the employeeReference property.
MaintainEmployeeContractsDataType getMaintainEmployeeContractsData()
Gets the value of the maintainEmployeeContractsData property.
void setEmployeeReference(EmployeeObjectType value)
Sets the value of the employeeReference property.
void setMaintainEmployeeContractsData(MaintainEmployeeContractsDataType value)
Sets the value of the maintainEmployeeContractsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected EmployeeObjectType employeeReference

protected MaintainEmployeeContractsDataType maintainEmployeeContractsData

Public Constructors

public MaintainEmployeeContractsType ()

Public Methods

public EmployeeObjectType getEmployeeReference ()

Gets the value of the employeeReference property.

Returns

public MaintainEmployeeContractsDataType getMaintainEmployeeContractsData ()

Gets the value of the maintainEmployeeContractsData property.

Returns

public void setEmployeeReference (EmployeeObjectType value)

Sets the value of the employeeReference property.

Parameters
value Allowed object is EmployeeObjectType

public void setMaintainEmployeeContractsData (MaintainEmployeeContractsDataType value)

Sets the value of the maintainEmployeeContractsData property.

Parameters
value Allowed object is MaintainEmployeeContractsDataType