public class

StartEndDataType

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

Class Overview

Wrapper element containing date and times for the Calendar Event.

Java class for Start_End_DataType complex type.

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

 <complexType name="Start_End_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="All_Day_Event" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Start_Time_Reference" type="{urn:com.workday/bsvc}Twenty_Four_Hour_TimeObjectType" minOccurs="0"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="End_Time_Reference" type="{urn:com.workday/bsvc}Twenty_Four_Hour_TimeObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean allDayEvent
protected XMLGregorianCalendar endDate
protected TwentyFourHourTimeObjectType endTimeReference
protected XMLGregorianCalendar startDate
protected TwentyFourHourTimeObjectType startTimeReference
Public Constructors
StartEndDataType()
Public Methods
Boolean getAllDayEvent()
Gets the value of the allDayEvent property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
TwentyFourHourTimeObjectType getEndTimeReference()
Gets the value of the endTimeReference property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
TwentyFourHourTimeObjectType getStartTimeReference()
Gets the value of the startTimeReference property.
void setAllDayEvent(Boolean value)
Sets the value of the allDayEvent property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setEndTimeReference(TwentyFourHourTimeObjectType value)
Sets the value of the endTimeReference property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setStartTimeReference(TwentyFourHourTimeObjectType value)
Sets the value of the startTimeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean allDayEvent

protected XMLGregorianCalendar endDate

protected TwentyFourHourTimeObjectType endTimeReference

protected XMLGregorianCalendar startDate

protected TwentyFourHourTimeObjectType startTimeReference

Public Constructors

public StartEndDataType ()

Public Methods

public Boolean getAllDayEvent ()

Gets the value of the allDayEvent property. This getter has been renamed from isAllDayEvent() to getAllDayEvent() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public TwentyFourHourTimeObjectType getEndTimeReference ()

Gets the value of the endTimeReference property.

Returns

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public TwentyFourHourTimeObjectType getStartTimeReference ()

Gets the value of the startTimeReference property.

Returns

public void setAllDayEvent (Boolean value)

Sets the value of the allDayEvent property.

Parameters
value Allowed object is Boolean

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEndTimeReference (TwentyFourHourTimeObjectType value)

Sets the value of the endTimeReference property.

Parameters
value Allowed object is TwentyFourHourTimeObjectType

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStartTimeReference (TwentyFourHourTimeObjectType value)

Sets the value of the startTimeReference property.

Parameters
value Allowed object is TwentyFourHourTimeObjectType