org.jasig.schedassist.messaging
Class VisitorConflictsRequest

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

public class VisitorConflictsRequest
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" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  long ownerId
           
protected  String visitorNetid
           
protected  Integer weekStart
           
 
Constructor Summary
VisitorConflictsRequest()
           
 
Method Summary
 long getOwnerId()
          Gets the value of the ownerId property.
 String getVisitorNetid()
          Gets the value of the visitorNetid property.
 Integer 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(Integer 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 Integer weekStart
Constructor Detail

VisitorConflictsRequest

public VisitorConflictsRequest()
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 ownerId property.


setOwnerId

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


getWeekStart

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

Returns:
possible object is Integer

setWeekStart

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

Parameters:
value - allowed object is Integer

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Jasig. All Rights Reserved.