ca.quine.jcommons.freemind.xml
Class Richcontent

java.lang.Object
  |
  +--ca.quine.jcommons.freemind.xml.Richcontent
All Implemented Interfaces:
Serializable

public class Richcontent
extends Object
implements Serializable

Class Richcontent.

Version:
$Revision: 1.1 $ $Date: 2007/12/01 16:33:26 $
See Also:
Serialized Form

Constructor Summary
Richcontent()
           
 
Method Summary
 Html getHtml()
          Returns the value of field 'html'.
 RichcontentTYPEType getTYPE()
          Returns the value of field 'TYPE'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setHtml(Html html)
          Sets the value of field 'html'.
 void setTYPE(RichcontentTYPEType TYPE)
          Sets the value of field 'TYPE'.
static Richcontent unmarshal(Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Richcontent

public Richcontent()
Method Detail

getHtml

public Html getHtml()
Returns the value of field 'html'.

Returns:
Html

getTYPE

public RichcontentTYPEType getTYPE()
Returns the value of field 'TYPE'.

Returns:
RichcontentTYPEType

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(Writer out)
             throws MarshalException,
                    ValidationException
Method marshal

Parameters:
out -
MarshalException
ValidationException

marshal

public void marshal(ContentHandler handler)
             throws IOException,
                    MarshalException,
                    ValidationException
Method marshal

Parameters:
handler -
IOException
MarshalException
ValidationException

setHtml

public void setHtml(Html html)
Sets the value of field 'html'.

Parameters:
html - the value of field 'html'.

setTYPE

public void setTYPE(RichcontentTYPEType TYPE)
Sets the value of field 'TYPE'.

Parameters:
TYPE - the value of field 'TYPE'.

unmarshal

public static Richcontent unmarshal(Reader reader)
                             throws MarshalException,
                                    ValidationException
Method unmarshal

Parameters:
reader -
Returns:
Richcontent
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

ValidationException