public class

MaintainEmployeeContractsType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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="Maintain_Employee_Contracts_Data" type="{urn:com.workday/bsvc}Maintain_Employee_Contracts_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected MaintainEmployeeContractsDataType maintainEmployeeContractsData

Public Constructors

public MaintainEmployeeContractsType ()

Public Methods

public MaintainEmployeeContractsDataType getMaintainEmployeeContractsData ()

Gets the value of the maintainEmployeeContractsData property.

Returns

public void setMaintainEmployeeContractsData (MaintainEmployeeContractsDataType value)

Sets the value of the maintainEmployeeContractsData property.

Parameters
value Allowed object is MaintainEmployeeContractsDataType