commgrids.schema
Class Details
java.lang.Object
|
+--commgrids.schema.Details
- All Implemented Interfaces:
- java.io.Serializable
- public class Details
- 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 |
Details
public Details()
getCourseComments
public java.lang.String getCourseComments()
getCourseLogo
public java.lang.String getCourseLogo()
getCourseURL
public java.lang.String getCourseURL()
getGradingType
public GradingTypeType getGradingType()
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
-
setCourseComments
public void setCourseComments(java.lang.String courseComments)
- Parameters:
courseComments
-
setCourseLogo
public void setCourseLogo(java.lang.String courseLogo)
- Parameters:
courseLogo
-
setCourseURL
public void setCourseURL(java.lang.String courseURL)
- Parameters:
courseURL
-
setGradingType
public void setGradingType(GradingTypeType gradingType)
- Parameters:
gradingType
-
unmarshal
public static Details 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