|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.messaging.AvailableBlockElement
public class AvailableBlockElement
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="visitorLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="visitorsAttending" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="status" type="{http://wisccal.wisc.edu/available}AvailableStatusType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
endTime
|
protected XMLGregorianCalendar |
startTime
|
protected AvailableStatusType |
status
|
protected int |
visitorLimit
|
protected int |
visitorsAttending
|
| Constructor Summary | |
|---|---|
AvailableBlockElement()
|
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getEndTime()
Gets the value of the endTime property. |
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property. |
AvailableStatusType |
getStatus()
Gets the value of the status property. |
int |
getVisitorLimit()
Gets the value of the visitorLimit property. |
int |
getVisitorsAttending()
Gets the value of the visitorsAttending property. |
void |
setEndTime(XMLGregorianCalendar value)
Sets the value of the endTime property. |
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property. |
void |
setStatus(AvailableStatusType value)
Sets the value of the status property. |
void |
setVisitorLimit(int value)
Sets the value of the visitorLimit property. |
void |
setVisitorsAttending(int value)
Sets the value of the visitorsAttending 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 int visitorLimit
protected int visitorsAttending
protected AvailableStatusType status
| Constructor Detail |
|---|
public AvailableBlockElement()
| 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 int getVisitorLimit()
public void setVisitorLimit(int value)
public int getVisitorsAttending()
public void setVisitorsAttending(int value)
public AvailableStatusType getStatus()
AvailableStatusTypepublic void setStatus(AvailableStatusType value)
value - allowed object is
AvailableStatusType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||