commgrids.schema
Class CourseDate

java.lang.Object
  |
  +--commgrids.schema.CourseDate
All Implemented Interfaces:
java.io.Serializable

public class CourseDate
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CourseDate()
           
 
Method Summary
 TermType getTerm()
           
 org.exolab.castor.types.GYear getYear()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setTerm(TermType term)
           
 void setYear(org.exolab.castor.types.GYear year)
           
static CourseDate 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

CourseDate

public CourseDate()
Method Detail

getTerm

public TermType getTerm()

getYear

public org.exolab.castor.types.GYear getYear()

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 -  

setTerm

public void setTerm(TermType term)
Parameters:
term -  

setYear

public void setYear(org.exolab.castor.types.GYear year)
Parameters:
year -  

unmarshal

public static CourseDate 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