org.jasig.schedassist.messaging
Class ScheduleOwnerElement

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

public class ScheduleOwnerElement
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}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

id

protected long id

fullName

protected String fullName

netid

protected String netid

preferencesSet

protected PreferencesSet preferencesSet
Constructor Detail

ScheduleOwnerElement

public ScheduleOwnerElement()
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.


getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName property.

Parameters:
value - allowed object is String

getNetid

public String getNetid()
Gets the value of the netid property.

Returns:
possible object is String

setNetid

public void setNetid(String value)
Sets the value of the netid property.

Parameters:
value - allowed object is String

getPreferencesSet

public PreferencesSet getPreferencesSet()
Gets the value of the preferencesSet property.

Returns:
possible object is PreferencesSet

setPreferencesSet

public void setPreferencesSet(PreferencesSet value)
Sets the value of the preferencesSet property.

Parameters:
value - allowed object is PreferencesSet


Copyright © 2012 Jasig. All Rights Reserved.