org.jasig.schedassist.messaging
Class CreateAppointmentResponse

java.lang.Object
  extended by org.jasig.schedassist.messaging.CreateAppointmentResponse

public class CreateAppointmentResponse
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="eventTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="eventLocation" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar endTime
           
protected  String eventLocation
           
protected  String eventTitle
           
protected  XMLGregorianCalendar startTime
           
 
Constructor Summary
CreateAppointmentResponse()
           
 
Method Summary
 XMLGregorianCalendar getEndTime()
          Gets the value of the endTime property.
 String getEventLocation()
          Gets the value of the eventLocation property.
 String getEventTitle()
          Gets the value of the eventTitle property.
 XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 void setEndTime(XMLGregorianCalendar value)
          Sets the value of the endTime property.
 void setEventLocation(String value)
          Sets the value of the eventLocation property.
 void setEventTitle(String value)
          Sets the value of the eventTitle property.
 void setStartTime(XMLGregorianCalendar value)
          Sets the value of the startTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

protected XMLGregorianCalendar startTime

endTime

protected XMLGregorianCalendar endTime

eventTitle

protected String eventTitle

eventLocation

protected String eventLocation
Constructor Detail

CreateAppointmentResponse

public CreateAppointmentResponse()
Method Detail

getStartTime

public XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndTime

public XMLGregorianCalendar getEndTime()
Gets the value of the endTime property.

Returns:
possible object is XMLGregorianCalendar

setEndTime

public void setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEventTitle

public String getEventTitle()
Gets the value of the eventTitle property.

Returns:
possible object is String

setEventTitle

public void setEventTitle(String value)
Sets the value of the eventTitle property.

Parameters:
value - allowed object is String

getEventLocation

public String getEventLocation()
Gets the value of the eventLocation property.

Returns:
possible object is String

setEventLocation

public void setEventLocation(String value)
Sets the value of the eventLocation property.

Parameters:
value - allowed object is String


Copyright © 2011 Jasig. All Rights Reserved.