|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.messaging.VisibleScheduleResponse
public class VisibleScheduleResponse
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 |
|---|
protected AvailableBlockList availableBlockList
protected PreferencesElement ownerMeetingDurationsPreference
protected boolean meetingLimitExceeded
| Constructor Detail |
|---|
public VisibleScheduleResponse()
| Method Detail |
|---|
public AvailableBlockList getAvailableBlockList()
AvailableBlockListpublic void setAvailableBlockList(AvailableBlockList value)
value - allowed object is
AvailableBlockListpublic PreferencesElement getOwnerMeetingDurationsPreference()
PreferencesElementpublic void setOwnerMeetingDurationsPreference(PreferencesElement value)
value - allowed object is
PreferencesElementpublic boolean isMeetingLimitExceeded()
public void setMeetingLimitExceeded(boolean meetingLimitExceeded)
meetingLimitExceeded - the meetingLimitExceeded to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||