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

Constructor Summary
Instructors()
           
 
Method Summary
 void addInstructor(Instructor vInstructor)
           
 void addInstructor(int index, Instructor vInstructor)
           
 java.util.Enumeration enumerateInstructor()
           
 Instructor[] getInstructor()
           
 Instructor getInstructor(int index)
           
 int getInstructorCount()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void removeAllInstructor()
           
 Instructor removeInstructor(int index)
           
 void setInstructor(Instructor[] instructorArray)
           
 void setInstructor(int index, Instructor vInstructor)
           
static Instructors unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instructors

public Instructors()
Method Detail

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