|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.tests.framework.testDescriptor.TestDescriptorChoice
public class TestDescriptorChoice
Class TestDescriptorChoice.
Constructor Summary | |
---|---|
TestDescriptorChoice()
|
Method Summary | |
---|---|
MarshallingTest |
getMarshallingTest()
Returns the value of field 'marshallingTest'. |
OnlySourceGenerationTest |
getOnlySourceGenerationTest()
Returns the value of field 'onlySourceGenerationTest'. |
SchemaTest |
getSchemaTest()
Returns the value of field 'schemaTest'. |
SourceGeneratorTest |
getSourceGeneratorTest()
Returns the value of field 'sourceGeneratorTest'. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setMarshallingTest(MarshallingTest marshallingTest)
Sets the value of field 'marshallingTest'. |
void |
setOnlySourceGenerationTest(OnlySourceGenerationTest onlySourceGenerationTest)
Sets the value of field 'onlySourceGenerationTest'. |
void |
setSchemaTest(SchemaTest schemaTest)
Sets the value of field 'schemaTest'. |
void |
setSourceGeneratorTest(SourceGeneratorTest sourceGeneratorTest)
Sets the value of field 'sourceGeneratorTest'. |
static TestDescriptorChoice |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestDescriptorChoice()
Method Detail |
---|
public MarshallingTest getMarshallingTest()
public OnlySourceGenerationTest getOnlySourceGenerationTest()
public SchemaTest getSchemaTest()
public SourceGeneratorTest getSourceGeneratorTest()
public boolean isValid()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
-
MarshalException
- if object is
null or if any SAXException is thrown during marshaling
ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
ValidationException
- if this
object is an invalid instance according to the schema
MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setMarshallingTest(MarshallingTest marshallingTest)
marshallingTest
- the value of field 'marshallingTest'.public void setOnlySourceGenerationTest(OnlySourceGenerationTest onlySourceGenerationTest)
onlySourceGenerationTest
- the value of field
'onlySourceGenerationTest'.public void setSchemaTest(SchemaTest schemaTest)
schemaTest
- the value of field 'schemaTest'.public void setSourceGeneratorTest(SourceGeneratorTest sourceGeneratorTest)
sourceGeneratorTest
- the value of field
'sourceGeneratorTest'.public static TestDescriptorChoice unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
- if object is
null or if any SAXException is thrown during marshaling
ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws ValidationException
ValidationException
- if this
object is an invalid instance according to the schema
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |