public class

ProbationStatusDataType

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

Class Overview

Encapsulating element containg all Probation Status data for a Worker.

Java class for Probation_Status_DataType complex type.

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

 <complexType name="Probation_Status_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Probation_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Probation_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar probationEndDate
protected XMLGregorianCalendar probationStartDate
Public Constructors
ProbationStatusDataType()
Public Methods
XMLGregorianCalendar getProbationEndDate()
Gets the value of the probationEndDate property.
XMLGregorianCalendar getProbationStartDate()
Gets the value of the probationStartDate property.
void setProbationEndDate(XMLGregorianCalendar value)
Sets the value of the probationEndDate property.
void setProbationStartDate(XMLGregorianCalendar value)
Sets the value of the probationStartDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar probationEndDate

protected XMLGregorianCalendar probationStartDate

Public Constructors

public ProbationStatusDataType ()

Public Methods

public XMLGregorianCalendar getProbationEndDate ()

Gets the value of the probationEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getProbationStartDate ()

Gets the value of the probationStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setProbationEndDate (XMLGregorianCalendar value)

Sets the value of the probationEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setProbationStartDate (XMLGregorianCalendar value)

Sets the value of the probationStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar