org.jasig.schedassist.messaging
Class VisibleScheduleResponse

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

public class VisibleScheduleResponse
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 ref="{http://wisccal.wisc.edu/available}AvailableBlockList"/>
         <element name="ownerMeetingDurationsPreference" type="{http://wisccal.wisc.edu/available}PreferencesElement"/>
         <element name="meetingLimitExceeded" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AvailableBlockList availableBlockList
           
protected  boolean meetingLimitExceeded
           
protected  PreferencesElement ownerMeetingDurationsPreference
           
 
Constructor Summary
VisibleScheduleResponse()
           
 
Method Summary
 AvailableBlockList getAvailableBlockList()
          Gets the value of the availableBlockList property.
 PreferencesElement getOwnerMeetingDurationsPreference()
          Gets the value of the ownerMeetingDurationsPreference property.
 boolean isMeetingLimitExceeded()
           
 void setAvailableBlockList(AvailableBlockList value)
          Sets the value of the availableBlockList property.
 void setMeetingLimitExceeded(boolean meetingLimitExceeded)
           
 void setOwnerMeetingDurationsPreference(PreferencesElement value)
          Sets the value of the ownerMeetingDurationsPreference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

availableBlockList

protected AvailableBlockList availableBlockList

ownerMeetingDurationsPreference

protected PreferencesElement ownerMeetingDurationsPreference

meetingLimitExceeded

protected boolean meetingLimitExceeded
Constructor Detail

VisibleScheduleResponse

public VisibleScheduleResponse()
Method Detail

getAvailableBlockList

public AvailableBlockList getAvailableBlockList()
Gets the value of the availableBlockList property.

Returns:
possible object is AvailableBlockList

setAvailableBlockList

public void setAvailableBlockList(AvailableBlockList value)
Sets the value of the availableBlockList property.

Parameters:
value - allowed object is AvailableBlockList

getOwnerMeetingDurationsPreference

public PreferencesElement getOwnerMeetingDurationsPreference()
Gets the value of the ownerMeetingDurationsPreference property.

Returns:
possible object is PreferencesElement

setOwnerMeetingDurationsPreference

public void setOwnerMeetingDurationsPreference(PreferencesElement value)
Sets the value of the ownerMeetingDurationsPreference property.

Parameters:
value - allowed object is PreferencesElement

isMeetingLimitExceeded

public boolean isMeetingLimitExceeded()
Returns:
the meetingLimitExceeded

setMeetingLimitExceeded

public void setMeetingLimitExceeded(boolean meetingLimitExceeded)
Parameters:
meetingLimitExceeded - the meetingLimitExceeded to set


Copyright © 2012 Jasig. All Rights Reserved.