|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.messaging.VisibleScheduleRequest
public class VisibleScheduleRequest
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 |
|---|
protected String visitorNetid
protected long ownerId
protected int weekStart
| Constructor Detail |
|---|
public VisibleScheduleRequest()
| Method Detail |
|---|
public String getVisitorNetid()
Stringpublic void setVisitorNetid(String value)
value - allowed object is
Stringpublic long getOwnerId()
public void setOwnerId(long value)
value - allowed object is a longpublic int getWeekStart()
public void setWeekStart(int value)
value - allowed object is an intpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||