org.jasig.schedassist.messaging
Class VisitorConflictsResponse
java.lang.Object
org.jasig.schedassist.messaging.VisitorConflictsResponse
public class VisitorConflictsResponse
- 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
availableBlockList
protected AvailableBlockList availableBlockList
VisitorConflictsResponse
public VisitorConflictsResponse()
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
Copyright © 2011 Jasig. All Rights Reserved.