org.jasig.schedassist.messaging
Class CreateAppointmentRequest

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

public class CreateAppointmentRequest
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="visitorNetid" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ownerId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="eventDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="selectedDuration" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String eventDescription
           
protected  long ownerId
           
protected  int selectedDuration
           
protected  XMLGregorianCalendar startTime
           
protected  String visitorNetid
           
 
Constructor Summary
CreateAppointmentRequest()
           
 
Method Summary
 String getEventDescription()
          Gets the value of the eventDescription property.
 long getOwnerId()
          Gets the value of the ownerNetid property.
 int getSelectedDuration()
          Gets the value of the selectedDuration property.
 XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 String getVisitorNetid()
          Gets the value of the visitorNetid property.
 void setEventDescription(String value)
          Sets the value of the eventDescription property.
 void setOwnerId(long value)
          Sets the value of the ownerId property.
 void setSelectedDuration(int value)
          Sets the value of the selectedDuration property.
 void setStartTime(XMLGregorianCalendar value)
          Sets the value of the startTime property.
 void setVisitorNetid(String value)
          Sets the value of the visitorNetid 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

visitorNetid

protected String visitorNetid

ownerId

protected long ownerId

eventDescription

protected String eventDescription

selectedDuration

protected int selectedDuration
Constructor Detail

CreateAppointmentRequest

public CreateAppointmentRequest()
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

getVisitorNetid

public String getVisitorNetid()
Gets the value of the visitorNetid property.

Returns:
possible object is String

setVisitorNetid

public void setVisitorNetid(String value)
Sets the value of the visitorNetid property.

Parameters:
value - allowed object is String

getOwnerId

public long getOwnerId()
Gets the value of the ownerNetid property.

Returns:
possible object is a long

setOwnerId

public void setOwnerId(long value)
Sets the value of the ownerId property.

Parameters:
value - allowed object is a long

getEventDescription

public String getEventDescription()
Gets the value of the eventDescription property.

Returns:
possible object is String

setEventDescription

public void setEventDescription(String value)
Sets the value of the eventDescription property.

Parameters:
value - allowed object is String

getSelectedDuration

public int getSelectedDuration()
Gets the value of the selectedDuration property.

Returns:
the selectedDuration

setSelectedDuration

public void setSelectedDuration(int value)
Sets the value of the selectedDuration property.

Parameters:
value -


Copyright © 2012 Jasig. All Rights Reserved.