|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.schedassist.messaging.ScheduleOwnerElement
public class ScheduleOwnerElement
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}long"/>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="netid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://wisccal.wisc.edu/available}PreferencesSet"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
fullName
|
protected long |
id
|
protected String |
netid
|
protected PreferencesSet |
preferencesSet
|
| Constructor Summary | |
|---|---|
ScheduleOwnerElement()
|
|
| Method Summary | |
|---|---|
String |
getFullName()
Gets the value of the fullName property. |
long |
getId()
Gets the value of the id property. |
String |
getNetid()
Gets the value of the netid property. |
PreferencesSet |
getPreferencesSet()
Gets the value of the preferencesSet property. |
void |
setFullName(String value)
Sets the value of the fullName property. |
void |
setId(long value)
Sets the value of the id property. |
void |
setNetid(String value)
Sets the value of the netid property. |
void |
setPreferencesSet(PreferencesSet value)
Sets the value of the preferencesSet property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long id
protected String fullName
protected String netid
protected PreferencesSet preferencesSet
| Constructor Detail |
|---|
public ScheduleOwnerElement()
| Method Detail |
|---|
public long getId()
public void setId(long value)
public String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getNetid()
Stringpublic void setNetid(String value)
value - allowed object is
Stringpublic PreferencesSet getPreferencesSet()
PreferencesSetpublic void setPreferencesSet(PreferencesSet value)
value - allowed object is
PreferencesSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||