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.ListenerType
public class ListenerType
extends java.lang.Object
implements java.io.Serializable
Constructor Summary | |
Method Summary | |
java.lang.String |
|
java.lang.String |
|
TypeType |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
void | |
static ListenerType |
|
void |
|
public java.lang.String getClassName()
Returns the value of field 'className'.
- Returns:
- the value of field 'ClassName'.
public java.lang.String getGoldFile()
Returns the value of field 'goldFile'.
- Returns:
- the value of field 'GoldFile'.
public TypeType getType()
Returns the value of field 'type'.
- Returns:
- the value of field 'Type'.
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 setClassName(java.lang.String className)
Sets the value of field 'className'.
- Parameters:
className
- the value of field 'className'.
public void setGoldFile(java.lang.String goldFile)
Sets the value of field 'goldFile'.
- Parameters:
goldFile
- the value of field 'goldFile'.
public void setType(TypeType type)
Sets the value of field 'type'.
- Parameters:
type
- the value of field 'type'.
public static ListenerType unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
Method unmarshal.
- Parameters:
reader
-
- Returns:
- the unmarshaled org.exolab.castor.tests.framework.testDescriptor.ListenerType
- 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