org.jasig.schedassist.messaging
Class CancelAppointmentRequest

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

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


Field Summary
protected  XMLGregorianCalendar endTime
           
protected  long ownerId
           
protected  String reason
           
protected  XMLGregorianCalendar startTime
           
protected  String visitorNetid
           
 
Constructor Summary
CancelAppointmentRequest()
           
 
Method Summary
 XMLGregorianCalendar getEndTime()
          Gets the value of the endTime property.
 long getOwnerId()
          Gets the value of the ownerNetid property.
 String getReason()
          Gets the value of the reason property.
 XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 String getVisitorNetid()
          Gets the value of the visitorNetid property.
 void setEndTime(XMLGregorianCalendar value)
          Sets the value of the endTime property.
 void setOwnerId(long value)
          Sets the value of the ownerId property.
 void setReason(String value)
          Sets the value of the reason 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

endTime

protected XMLGregorianCalendar endTime

visitorNetid

protected String visitorNetid

ownerId

protected long ownerId

reason

protected String reason
Constructor Detail

CancelAppointmentRequest

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

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

getReason

public String getReason()
Gets the value of the reason property.

Returns:
possible object is String

setReason

public void setReason(String value)
Sets the value of the reason property.

Parameters:
value - allowed object is String


Copyright © 2011 Jasig. All Rights Reserved.