|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.quine.jcommons.freemind.xml.Parameters
Class Parameters.
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 |
public Parameters()
Method Detail |
public void deleteREMINDUSERAT()
public int getREMINDUSERAT()
public boolean hasREMINDUSERAT()
public boolean isValid()
public void marshal(Writer out) throws MarshalException, ValidationException
out
-
MarshalException
ValidationException
public void marshal(ContentHandler handler) throws IOException, MarshalException, ValidationException
handler
-
IOException
MarshalException
ValidationException
public void setREMINDUSERAT(int REMINDUSERAT)
REMINDUSERAT
- the value of field 'REMINDUSERAT'.public static Parameters unmarshal(Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |