org.jasig.schedassist.messaging
Class GetScheduleOwnerByIdRequest

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

public class GetScheduleOwnerByIdRequest
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="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long id
           
 
Constructor Summary
GetScheduleOwnerByIdRequest()
           
 
Method Summary
 long getId()
          Gets the value of the id property.
 void setId(long value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected long id
Constructor Detail

GetScheduleOwnerByIdRequest

public GetScheduleOwnerByIdRequest()
Method Detail

getId

public long getId()
Gets the value of the id property.


setId

public void setId(long value)
Sets the value of the id property.



Copyright © 2012 Jasig. All Rights Reserved.