commgrids.schema
Class Instructors
java.lang.Object
|
+--commgrids.schema.Instructors
- All Implemented Interfaces:
- java.io.Serializable
- public class Instructors
- 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 |
Instructors
public Instructors()
addInstructor
public void addInstructor(Instructor vInstructor)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vInstructor -
addInstructor
public void addInstructor(int index,
Instructor vInstructor)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index - vInstructor -
enumerateInstructor
public java.util.Enumeration enumerateInstructor()
getInstructor
public Instructor getInstructor(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index -
getInstructor
public Instructor[] getInstructor()
getInstructorCount
public int getInstructorCount()
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 -
removeAllInstructor
public void removeAllInstructor()
removeInstructor
public Instructor removeInstructor(int index)
- Parameters:
index -
setInstructor
public void setInstructor(int index,
Instructor vInstructor)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index - vInstructor -
setInstructor
public void setInstructor(Instructor[] instructorArray)
- Parameters:
instructorArray -
unmarshal
public static Instructors 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