org.jasig.schedassist.messaging
Class GetTargetAvailableBlockResponse
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
availableBlockElement
protected AvailableBlockElement availableBlockElement
GetTargetAvailableBlockResponse
public GetTargetAvailableBlockResponse()
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 © 2012 Jasig. All Rights Reserved.