|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.messaging.CreateAppointmentRequest
public class CreateAppointmentRequest
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected XMLGregorianCalendar startTime
protected String visitorNetid
protected long ownerId
protected String eventDescription
protected int selectedDuration
| Constructor Detail |
|---|
public CreateAppointmentRequest()
| Method Detail |
|---|
public XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(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 getEventDescription()
Stringpublic void setEventDescription(String value)
value - allowed object is
Stringpublic int getSelectedDuration()
public void setSelectedDuration(int value)
value - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||