org.jasig.schedassist.messaging
Class GetTargetAvailableBlockRequest

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

public class GetTargetAvailableBlockRequest
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 name="ownerId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="ownerId" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean doubleLength
           
protected  long ownerId
           
protected  XMLGregorianCalendar startTime
           
 
Constructor Summary
GetTargetAvailableBlockRequest()
           
 
Method Summary
 long getOwnerId()
          Gets the value of the ownerId property.
 XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 boolean isDoubleLength()
           
 void setDoubleLength(boolean doubleLength)
           
 void setOwnerId(long value)
          Sets the value of the ownerId property.
 void setStartTime(XMLGregorianCalendar value)
          Sets the value of the startTime property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ownerId

protected long ownerId

startTime

protected XMLGregorianCalendar startTime

doubleLength

protected boolean doubleLength
Constructor Detail

GetTargetAvailableBlockRequest

public GetTargetAvailableBlockRequest()
Method Detail

getOwnerId

public long getOwnerId()
Gets the value of the ownerId property.


setOwnerId

public void setOwnerId(long value)
Sets the value of the ownerId property.


getStartTime

public XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

isDoubleLength

public boolean isDoubleLength()
Returns:
the doubleLength

setDoubleLength

public void setDoubleLength(boolean doubleLength)
Parameters:
doubleLength - the doubleLength to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Jasig. All Rights Reserved.