|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.messaging.CreateAppointmentResponse
public class CreateAppointmentResponse
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 |
|---|
protected XMLGregorianCalendar startTime
protected XMLGregorianCalendar endTime
protected String eventTitle
protected String eventLocation
| Constructor Detail |
|---|
public CreateAppointmentResponse()
| 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 getEventTitle()
Stringpublic void setEventTitle(String value)
value - allowed object is
Stringpublic String getEventLocation()
Stringpublic void setEventLocation(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||