Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.exolab.castor.tests.framework.testDescriptor.Configuration
public class Configuration
extends java.lang.Object
implements java.io.Serializable
Constructor Summary | |
Method Summary | |
java.lang.Object |
|
Marshal |
|
Unmarshal |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
static Configuration |
|
void |
|
public java.lang.Object getChoiceValue()
Returns the value of field 'choiceValue'. The field 'choiceValue' has the following description: Internal choice value storage
- Returns:
- the value of field 'ChoiceValue'.
public Marshal getMarshal()
Returns the value of field 'marshal'.
- Returns:
- the value of field 'Marshal'.
public Unmarshal getUnmarshal()
Returns the value of field 'unmarshal'.
- Returns:
- the value of field 'Unmarshal'.
public boolean isValid()
Method isValid.
- Returns:
- true if this object is valid according to the schema
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
- Parameters:
out
-
- Throws:
MarshalException
- if object is null or if any SAXException is thrown during marshalingValidationException
- if this object is an invalid instance according to the schema
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
- Parameters:
handler
-
- Throws:
ValidationException
- if this object is an invalid instance according to the schemaMarshalException
- if object is null or if any SAXException is thrown during marshaling
public void setMarshal(Marshal marshal)
Sets the value of field 'marshal'.
- Parameters:
marshal
- the value of field 'marshal'.
public void setUnmarshal(Unmarshal unmarshal)
Sets the value of field 'unmarshal'.
- Parameters:
unmarshal
- the value of field 'unmarshal'.
public static Configuration unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
Method unmarshal.
- Parameters:
reader
-
- Returns:
- the unmarshaled org.exolab.castor.tests.framework.testDescriptor.Configuratio
- Throws:
MarshalException
- if object is null or if any SAXException is thrown during marshalingValidationException
- if this object is an invalid instance according to the schema
public void validate() throws ValidationException
- Throws:
ValidationException
- if this object is an invalid instance according to the schema