| java.lang.Object | |
| ↳ | workday.com.bsvc.LeaveStatusDetailDataType |
Encapsulating element containg all Leave Status data.
Java class for Leave_Status_Detail_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Leave_Status_Detail_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="On_Leave" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Leave_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Estimated_Leave_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Leave_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="First_Day_Of_Work" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Leave_Last_Day_of_Work" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Leave_of_Absence_Type_Reference" type="{urn:com.workday/bsvc}Leave_of_Absence_TypeObjectType" minOccurs="0"/>
<element name="Benefits_Effect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Payroll_Effect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Paid_Time_Off_Accrual_Effect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Continuous_Service_Accrual_Effect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Stock_Vesting_Effect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitsEffect | |||||||||||
| continuousServiceAccrualEffect | |||||||||||
| estimatedLeaveEndDate | |||||||||||
| firstDayOfWork | |||||||||||
| leaveEndDate | |||||||||||
| leaveLastDayOfWork | |||||||||||
| leaveOfAbsenceTypeReference | |||||||||||
| leaveStartDate | |||||||||||
| onLeave | |||||||||||
| paidTimeOffAccrualEffect | |||||||||||
| payrollEffect | |||||||||||
| stockVestingEffect | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the estimatedLeaveEndDate property.
| |||||||||||
Gets the value of the firstDayOfWork property.
| |||||||||||
Gets the value of the leaveEndDate property.
| |||||||||||
Gets the value of the leaveLastDayOfWork property.
| |||||||||||
Gets the value of the leaveOfAbsenceTypeReference property.
| |||||||||||
Gets the value of the leaveStartDate property.
| |||||||||||
Gets the value of the benefitsEffect property.
| |||||||||||
Gets the value of the continuousServiceAccrualEffect property.
| |||||||||||
Gets the value of the onLeave property.
| |||||||||||
Gets the value of the paidTimeOffAccrualEffect property.
| |||||||||||
Gets the value of the payrollEffect property.
| |||||||||||
Gets the value of the stockVestingEffect property.
| |||||||||||
Sets the value of the benefitsEffect property.
| |||||||||||
Sets the value of the continuousServiceAccrualEffect property.
| |||||||||||
Sets the value of the estimatedLeaveEndDate property.
| |||||||||||
Sets the value of the firstDayOfWork property.
| |||||||||||
Sets the value of the leaveEndDate property.
| |||||||||||
Sets the value of the leaveLastDayOfWork property.
| |||||||||||
Sets the value of the leaveOfAbsenceTypeReference property.
| |||||||||||
Sets the value of the leaveStartDate property.
| |||||||||||
Sets the value of the onLeave property.
| |||||||||||
Sets the value of the paidTimeOffAccrualEffect property.
| |||||||||||
Sets the value of the payrollEffect property.
| |||||||||||
Sets the value of the stockVestingEffect property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the estimatedLeaveEndDate property.
Gets the value of the firstDayOfWork property.
Gets the value of the leaveEndDate property.
Gets the value of the leaveLastDayOfWork property.
Gets the value of the leaveOfAbsenceTypeReference property.
LeaveOfAbsenceTypeObjectType
Gets the value of the leaveStartDate property.
Gets the value of the benefitsEffect property.
Gets the value of the continuousServiceAccrualEffect property.
Gets the value of the onLeave property.
Gets the value of the paidTimeOffAccrualEffect property.
Gets the value of the payrollEffect property.
Gets the value of the stockVestingEffect property.
Sets the value of the benefitsEffect property.
| value | Allowed object is Boolean |
|---|
Sets the value of the continuousServiceAccrualEffect property.
| value | Allowed object is Boolean |
|---|
Sets the value of the estimatedLeaveEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the firstDayOfWork property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the leaveEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the leaveLastDayOfWork property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the leaveOfAbsenceTypeReference property.
| value | Allowed object is
LeaveOfAbsenceTypeObjectType
|
|---|
Sets the value of the leaveStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the onLeave property.
| value | Allowed object is Boolean |
|---|
Sets the value of the paidTimeOffAccrualEffect property.
| value | Allowed object is Boolean |
|---|
Sets the value of the payrollEffect property.
| value | Allowed object is Boolean |
|---|
Sets the value of the stockVestingEffect property.
| value | Allowed object is Boolean |
|---|