org.jasig.schedassist.messaging
Class VisibleScheduleRequest

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

public class VisibleScheduleRequest
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="visitorNetid" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ownerId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="weekStart" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long ownerId
           
protected  String visitorNetid
           
protected  int weekStart
           
 
Constructor Summary
VisibleScheduleRequest()
           
 
Method Summary
 long getOwnerId()
          Gets the value of the ownerNetid property.
 String getVisitorNetid()
          Gets the value of the visitorNetid property.
 int getWeekStart()
          Gets the value of the weekStart property.
 void setOwnerId(long value)
          Sets the value of the ownerId property.
 void setVisitorNetid(String value)
          Sets the value of the visitorNetid property.
 void setWeekStart(int value)
          Sets the value of the weekStart property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

visitorNetid

protected String visitorNetid

ownerId

protected long ownerId

weekStart

protected int weekStart
Constructor Detail

VisibleScheduleRequest

public VisibleScheduleRequest()
Method Detail

getVisitorNetid

public String getVisitorNetid()
Gets the value of the visitorNetid property.

Returns:
possible object is String

setVisitorNetid

public void setVisitorNetid(String value)
Sets the value of the visitorNetid property.

Parameters:
value - allowed object is String

getOwnerId

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

Returns:
possible object is a long

setOwnerId

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

Parameters:
value - allowed object is a long

getWeekStart

public int getWeekStart()
Gets the value of the weekStart property.

Returns:
possible object is an int

setWeekStart

public void setWeekStart(int value)
Sets the value of the weekStart property.

Parameters:
value - allowed object is an int

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Jasig. All Rights Reserved.