| java.lang.Object | |
| ↳ | workday.com.bsvc.ProbationStatusDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| probationEndDate | |||||||||||
| probationStartDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the probationEndDate property.
| |||||||||||
Gets the value of the probationStartDate property.
| |||||||||||
Sets the value of the probationEndDate property.
| |||||||||||
Sets the value of the probationStartDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the probationEndDate property.
Gets the value of the probationStartDate property.
Sets the value of the probationEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the probationStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|

