commgrids.schema
Class UserCourses
java.lang.Object
|
+--commgrids.schema.UserCourses
- All Implemented Interfaces:
- java.io.Serializable
- public class UserCourses
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserCourses
public UserCourses()
addUserCourse
public void addUserCourse(UserCourse vUserCourse)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vUserCourse
-
addUserCourse
public void addUserCourse(int index,
UserCourse vUserCourse)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vUserCourse
-
enumerateUserCourse
public java.util.Enumeration enumerateUserCourse()
getUserCourse
public UserCourse getUserCourse(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
-
getUserCourse
public UserCourse[] getUserCourse()
getUserCourseCount
public int getUserCourseCount()
isValid
public boolean isValid()
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
out
-
marshal
public void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
handler
-
removeAllUserCourse
public void removeAllUserCourse()
removeUserCourse
public UserCourse removeUserCourse(int index)
- Parameters:
index
-
setUserCourse
public void setUserCourse(int index,
UserCourse vUserCourse)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vUserCourse
-
setUserCourse
public void setUserCourse(UserCourse[] userCourseArray)
- Parameters:
userCourseArray
-
unmarshal
public static UserCourses unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException