ca.quine.jcommons.freemind.xml
Class Parameters

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

public class Parameters
extends Object
implements Serializable

Class Parameters.

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

Constructor Summary
Parameters()
           
 
Method Summary
 void deleteREMINDUSERAT()
          Method deleteREMINDUSERAT
 int getREMINDUSERAT()
          Returns the value of field 'REMINDUSERAT'.
 boolean hasREMINDUSERAT()
          Method hasREMINDUSERAT
 boolean isValid()
          Method isValid
 void marshal(ContentHandler handler)
          Method marshal
 void marshal(Writer out)
          Method marshal
 void setREMINDUSERAT(int REMINDUSERAT)
          Sets the value of field 'REMINDUSERAT'.
static Parameters 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

Parameters

public Parameters()
Method Detail

deleteREMINDUSERAT

public void deleteREMINDUSERAT()
Method deleteREMINDUSERAT


getREMINDUSERAT

public int getREMINDUSERAT()
Returns the value of field 'REMINDUSERAT'.

Returns:
int

hasREMINDUSERAT

public boolean hasREMINDUSERAT()
Method hasREMINDUSERAT

Returns:
boolean

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

setREMINDUSERAT

public void setREMINDUSERAT(int REMINDUSERAT)
Sets the value of field 'REMINDUSERAT'.

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

unmarshal

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

Parameters:
reader -
Returns:
Parameters
MarshalException
ValidationException

validate

public void validate()
              throws ValidationException
Method validate

ValidationException