org.jasig.schedassist.messaging
Class VisitorConflictsResponse

java.lang.Object
  extended by 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>
 


Field Summary
protected  AvailableBlockList availableBlockList
           
 
Constructor Summary
VisitorConflictsResponse()
           
 
Method Summary
 AvailableBlockList getAvailableBlockList()
          Gets the value of the availableBlockList property.
 void setAvailableBlockList(AvailableBlockList value)
          Sets the value of the availableBlockList 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
Constructor Detail

VisitorConflictsResponse

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


Copyright © 2011 Jasig. All Rights Reserved.