org.jasig.schedassist.messaging
Class GetTargetAvailableBlockResponse

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

public class GetTargetAvailableBlockResponse
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}AvailableBlockElement"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AvailableBlockElement availableBlockElement
           
 
Constructor Summary
GetTargetAvailableBlockResponse()
           
 
Method Summary
 AvailableBlockElement getAvailableBlockElement()
          Gets the value of the availableBlockElement property.
 void setAvailableBlockElement(AvailableBlockElement value)
          Sets the value of the availableBlockElement property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

availableBlockElement

protected AvailableBlockElement availableBlockElement
Constructor Detail

GetTargetAvailableBlockResponse

public GetTargetAvailableBlockResponse()
Method Detail

getAvailableBlockElement

public AvailableBlockElement getAvailableBlockElement()
Gets the value of the availableBlockElement property.

Returns:
possible object is AvailableBlockElement

setAvailableBlockElement

public void setAvailableBlockElement(AvailableBlockElement value)
Sets the value of the availableBlockElement property.

Parameters:
value - allowed object is AvailableBlockElement


Copyright © 2011 Jasig. All Rights Reserved.