public class

EditServiceDatesEventDataType

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

Class Overview

Wrapper element for the Edit Service Dates details.

Java class for Edit_Service_Dates_Event_DataType complex type.

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

 <complexType name="Edit_Service_Dates_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Original_Hire_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Continuous_Service_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Expected_Retirement_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Retirement_Eligibility_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="End_Employment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Seniority_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Severance_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Contract_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Benefits_Service_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Company_Service_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Time_Off_Service_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Vesting_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Date_Entered_Workforce" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Days_Unemployed" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Months_Continuous_Prior_Employment" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="14"/>
               <minInclusive value="0"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar benefitsServiceDate
protected XMLGregorianCalendar companyServiceDate
protected XMLGregorianCalendar continuousServiceDate
protected XMLGregorianCalendar contractEndDate
protected XMLGregorianCalendar dateEnteredWorkforce
protected BigDecimal daysUnemployed
protected XMLGregorianCalendar endEmploymentDate
protected XMLGregorianCalendar expectedRetirementDate
protected BigDecimal monthsContinuousPriorEmployment
protected XMLGregorianCalendar originalHireDate
protected XMLGregorianCalendar retirementEligibilityDate
protected XMLGregorianCalendar seniorityDate
protected XMLGregorianCalendar severanceDate
protected XMLGregorianCalendar timeOffServiceDate
protected XMLGregorianCalendar vestingDate
Public Constructors
EditServiceDatesEventDataType()
Public Methods
XMLGregorianCalendar getBenefitsServiceDate()
Gets the value of the benefitsServiceDate property.
XMLGregorianCalendar getCompanyServiceDate()
Gets the value of the companyServiceDate property.
XMLGregorianCalendar getContinuousServiceDate()
Gets the value of the continuousServiceDate property.
XMLGregorianCalendar getContractEndDate()
Gets the value of the contractEndDate property.
XMLGregorianCalendar getDateEnteredWorkforce()
Gets the value of the dateEnteredWorkforce property.
BigDecimal getDaysUnemployed()
Gets the value of the daysUnemployed property.
XMLGregorianCalendar getEndEmploymentDate()
Gets the value of the endEmploymentDate property.
XMLGregorianCalendar getExpectedRetirementDate()
Gets the value of the expectedRetirementDate property.
BigDecimal getMonthsContinuousPriorEmployment()
Gets the value of the monthsContinuousPriorEmployment property.
XMLGregorianCalendar getOriginalHireDate()
Gets the value of the originalHireDate property.
XMLGregorianCalendar getRetirementEligibilityDate()
Gets the value of the retirementEligibilityDate property.
XMLGregorianCalendar getSeniorityDate()
Gets the value of the seniorityDate property.
XMLGregorianCalendar getSeveranceDate()
Gets the value of the severanceDate property.
XMLGregorianCalendar getTimeOffServiceDate()
Gets the value of the timeOffServiceDate property.
XMLGregorianCalendar getVestingDate()
Gets the value of the vestingDate property.
void setBenefitsServiceDate(XMLGregorianCalendar value)
Sets the value of the benefitsServiceDate property.
void setCompanyServiceDate(XMLGregorianCalendar value)
Sets the value of the companyServiceDate property.
void setContinuousServiceDate(XMLGregorianCalendar value)
Sets the value of the continuousServiceDate property.
void setContractEndDate(XMLGregorianCalendar value)
Sets the value of the contractEndDate property.
void setDateEnteredWorkforce(XMLGregorianCalendar value)
Sets the value of the dateEnteredWorkforce property.
void setDaysUnemployed(BigDecimal value)
Sets the value of the daysUnemployed property.
void setEndEmploymentDate(XMLGregorianCalendar value)
Sets the value of the endEmploymentDate property.
void setExpectedRetirementDate(XMLGregorianCalendar value)
Sets the value of the expectedRetirementDate property.
void setMonthsContinuousPriorEmployment(BigDecimal value)
Sets the value of the monthsContinuousPriorEmployment property.
void setOriginalHireDate(XMLGregorianCalendar value)
Sets the value of the originalHireDate property.
void setRetirementEligibilityDate(XMLGregorianCalendar value)
Sets the value of the retirementEligibilityDate property.
void setSeniorityDate(XMLGregorianCalendar value)
Sets the value of the seniorityDate property.
void setSeveranceDate(XMLGregorianCalendar value)
Sets the value of the severanceDate property.
void setTimeOffServiceDate(XMLGregorianCalendar value)
Sets the value of the timeOffServiceDate property.
void setVestingDate(XMLGregorianCalendar value)
Sets the value of the vestingDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar benefitsServiceDate

protected XMLGregorianCalendar companyServiceDate

protected XMLGregorianCalendar continuousServiceDate

protected XMLGregorianCalendar contractEndDate

protected XMLGregorianCalendar dateEnteredWorkforce

protected BigDecimal daysUnemployed

protected XMLGregorianCalendar endEmploymentDate

protected XMLGregorianCalendar expectedRetirementDate

protected BigDecimal monthsContinuousPriorEmployment

protected XMLGregorianCalendar originalHireDate

protected XMLGregorianCalendar retirementEligibilityDate

protected XMLGregorianCalendar seniorityDate

protected XMLGregorianCalendar severanceDate

protected XMLGregorianCalendar timeOffServiceDate

protected XMLGregorianCalendar vestingDate

Public Constructors

public EditServiceDatesEventDataType ()

Public Methods

public XMLGregorianCalendar getBenefitsServiceDate ()

Gets the value of the benefitsServiceDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getCompanyServiceDate ()

Gets the value of the companyServiceDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getContinuousServiceDate ()

Gets the value of the continuousServiceDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getContractEndDate ()

Gets the value of the contractEndDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getDateEnteredWorkforce ()

Gets the value of the dateEnteredWorkforce property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getDaysUnemployed ()

Gets the value of the daysUnemployed property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getEndEmploymentDate ()

Gets the value of the endEmploymentDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getExpectedRetirementDate ()

Gets the value of the expectedRetirementDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getMonthsContinuousPriorEmployment ()

Gets the value of the monthsContinuousPriorEmployment property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getOriginalHireDate ()

Gets the value of the originalHireDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getRetirementEligibilityDate ()

Gets the value of the retirementEligibilityDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getSeniorityDate ()

Gets the value of the seniorityDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getSeveranceDate ()

Gets the value of the severanceDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getTimeOffServiceDate ()

Gets the value of the timeOffServiceDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getVestingDate ()

Gets the value of the vestingDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setBenefitsServiceDate (XMLGregorianCalendar value)

Sets the value of the benefitsServiceDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCompanyServiceDate (XMLGregorianCalendar value)

Sets the value of the companyServiceDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setContinuousServiceDate (XMLGregorianCalendar value)

Sets the value of the continuousServiceDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setContractEndDate (XMLGregorianCalendar value)

Sets the value of the contractEndDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDateEnteredWorkforce (XMLGregorianCalendar value)

Sets the value of the dateEnteredWorkforce property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDaysUnemployed (BigDecimal value)

Sets the value of the daysUnemployed property.

Parameters
value Allowed object is BigDecimal

public void setEndEmploymentDate (XMLGregorianCalendar value)

Sets the value of the endEmploymentDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExpectedRetirementDate (XMLGregorianCalendar value)

Sets the value of the expectedRetirementDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMonthsContinuousPriorEmployment (BigDecimal value)

Sets the value of the monthsContinuousPriorEmployment property.

Parameters
value Allowed object is BigDecimal

public void setOriginalHireDate (XMLGregorianCalendar value)

Sets the value of the originalHireDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRetirementEligibilityDate (XMLGregorianCalendar value)

Sets the value of the retirementEligibilityDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSeniorityDate (XMLGregorianCalendar value)

Sets the value of the seniorityDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSeveranceDate (XMLGregorianCalendar value)

Sets the value of the severanceDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTimeOffServiceDate (XMLGregorianCalendar value)

Sets the value of the timeOffServiceDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setVestingDate (XMLGregorianCalendar value)

Sets the value of the vestingDate property.

Parameters
value Allowed object is XMLGregorianCalendar