public class

MaintainEmployeeContractsResponseType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.MaintainEmployeeContractsResponseType

Class Overview

Responds with the Employee Contract that was added or updated.

Java class for Maintain_Employee_Contracts_ResponseType complex type.

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

 <complexType name="Maintain_Employee_Contracts_ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_Contract_Event_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Employee_Contract_Reference" type="{urn:com.workday/bsvc}Employee_ContractObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected UniqueIdentifierObjectType employeeContractEventReference
protected List<EmployeeContractObjectType> employeeContractReference
protected String version
Public Constructors
MaintainEmployeeContractsResponseType()
Public Methods
UniqueIdentifierObjectType getEmployeeContractEventReference()
Gets the value of the employeeContractEventReference property.
List<EmployeeContractObjectType> getEmployeeContractReference()
Gets the value of the employeeContractReference property.
String getVersion()
Gets the value of the version property.
void setEmployeeContractEventReference(UniqueIdentifierObjectType value)
Sets the value of the employeeContractEventReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UniqueIdentifierObjectType employeeContractEventReference

protected List<EmployeeContractObjectType> employeeContractReference

protected String version

Public Constructors

public MaintainEmployeeContractsResponseType ()

Public Methods

public UniqueIdentifierObjectType getEmployeeContractEventReference ()

Gets the value of the employeeContractEventReference property.

Returns

public List<EmployeeContractObjectType> getEmployeeContractReference ()

Gets the value of the employeeContractReference 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 employeeContractReference property.

For example, to add a new item, do as follows:

    getEmployeeContractReference().add(newItem);
 

Objects of the following type(s) are allowed in the list EmployeeContractObjectType

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setEmployeeContractEventReference (UniqueIdentifierObjectType value)

Sets the value of the employeeContractEventReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String