ca.quine.jcommons.freemind.xml
Class Hook

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

public class Hook
extends Object
implements Serializable

Class Hook.

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

Constructor Summary
Hook()
           
 
Method Summary
 String getNAME()
          Returns the value of field 'NAME'.
 Parameters getParameters()
          Returns the value of field 'parameters'.
 Text getText()
          Returns the value of field 'text'.
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setNAME(String NAME)
          Sets the value of field 'NAME'.
 void setParameters(Parameters parameters)
          Sets the value of field 'parameters'.
 void setText(Text text)
          Sets the value of field 'text'.
static Hook 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

Hook

public Hook()
Method Detail

getNAME

public String getNAME()
Returns the value of field 'NAME'.

Returns:
String

getParameters

public Parameters getParameters()
Returns the value of field 'parameters'.

Returns:
Parameters

getText

public Text getText()
Returns the value of field 'text'.

Returns:
Text

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

setNAME

public void setNAME(String NAME)
Sets the value of field 'NAME'.

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

setParameters

public void setParameters(Parameters parameters)
Sets the value of field 'parameters'.

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

setText

public void setText(Text text)
Sets the value of field 'text'.

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

unmarshal

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

Parameters:
reader -
Returns:
Hook
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

ValidationException