org.exolab.castor.tests.framework.testDescriptor
Class RootType
- java.io.Serializable
public class RootType
implements java.io.Serializable
The definition of the Root Type in the object model. Contains
two
boolean attributes: random and dump.
If random is set to true, a test using randomized objects will
be executed. If dump is set to true, the object will be dumped
to specific files.
void | deleteDump()
|
void | deleteRandom()
|
java.lang.String | getContent() - Returns the value of field 'content'.
|
boolean | getDump() - Returns the value of field 'dump'.
|
boolean | getRandom() - Returns the value of field 'random'.
|
boolean | hasDump() - Method hasDump.
|
boolean | hasRandom() - Method hasRandom.
|
boolean | isDump() - Returns the value of field 'dump'.
|
boolean | isRandom() - Returns the value of field 'random'.
|
boolean | isValid() - Method isValid.
|
void | marshal(java.io.Writer out)
|
void | marshal(org.xml.sax.ContentHandler handler)
|
void | setContent(java.lang.String content) - Sets the value of field 'content'.
|
void | setDump(boolean dump) - Sets the value of field 'dump'.
|
void | setRandom(boolean random) - Sets the value of field 'random'.
|
static StringType | unmarshal(java.io.Reader reader) - Method unmarshal.
|
void | validate()
|
RootType
public RootType()
deleteDump
public void deleteDump()
deleteRandom
public void deleteRandom()
getContent
public java.lang.String getContent()
Returns the value of field 'content'. The field 'content'
has the following description: internal content storage
- getContent in interface StringType
- the value of field 'Content'.
getDump
public boolean getDump()
Returns the value of field 'dump'.
- the value of field 'Dump'.
getRandom
public boolean getRandom()
Returns the value of field 'random'.
- the value of field 'Random'.
hasDump
public boolean hasDump()
Method hasDump.
- true if at least one Dump has been added
hasRandom
public boolean hasRandom()
Method hasRandom.
- true if at least one Random has been added
isDump
public boolean isDump()
Returns the value of field 'dump'.
- the value of field 'Dump'.
isRandom
public boolean isRandom()
Returns the value of field 'random'.
- the value of field 'Random'.
isValid
public boolean isValid()
Method isValid.
- isValid in interface StringType
- true if this object is valid according to the schema
setContent
public void setContent(java.lang.String content)
Sets the value of field 'content'. The field 'content' has
the following description: internal content storage
- setContent in interface StringType
content
- the value of field 'content'.
setDump
public void setDump(boolean dump)
Sets the value of field 'dump'.
dump
- the value of field 'dump'.
setRandom
public void setRandom(boolean random)
Sets the value of field 'random'.
random
- the value of field 'random'.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com