|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.messaging.CancelAppointmentRequest
public class CancelAppointmentRequest
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 |
|---|
protected XMLGregorianCalendar startTime
protected XMLGregorianCalendar endTime
protected String visitorNetid
protected long ownerId
protected String reason
| Constructor Detail |
|---|
public CancelAppointmentRequest()
| Method Detail |
|---|
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndTime()
XMLGregorianCalendarpublic void setEndTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getVisitorNetid()
Stringpublic void setVisitorNetid(String value)
value - allowed object is
Stringpublic long getOwnerId()
public void setOwnerId(long value)
value - allowed object is a longpublic String getReason()
Stringpublic void setReason(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||