org.jasig.schedassist.messaging
Class AvailableBlockElement

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

public class AvailableBlockElement
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="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

startTime

protected XMLGregorianCalendar startTime

endTime

protected XMLGregorianCalendar endTime

visitorLimit

protected int visitorLimit

visitorsAttending

protected int visitorsAttending

status

protected AvailableStatusType status
Constructor Detail

AvailableBlockElement

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

getVisitorLimit

public int getVisitorLimit()
Gets the value of the visitorLimit property.


setVisitorLimit

public void setVisitorLimit(int value)
Sets the value of the visitorLimit property.


getVisitorsAttending

public int getVisitorsAttending()
Gets the value of the visitorsAttending property.


setVisitorsAttending

public void setVisitorsAttending(int value)
Sets the value of the visitorsAttending property.


getStatus

public AvailableStatusType getStatus()
Gets the value of the status property.

Returns:
possible object is AvailableStatusType

setStatus

public void setStatus(AvailableStatusType value)
Sets the value of the status property.

Parameters:
value - allowed object is AvailableStatusType


Copyright © 2012 Jasig. All Rights Reserved.