| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.castor.builder.binding.xml.EnumClassNamepublic class EnumClassNameextends java.lang.Objectimplements java.io.SerializableConstructor Summary | |
Method Summary | |
java.lang.String |
|
java.lang.String |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
static EnumClassName |
|
void |
|
public java.lang.String getContent()
Returns the value of field 'content'. The field 'content' has the following description: internal content storage
- Returns:
- the value of field 'Content'.
public java.lang.String getPackage()
Returns the value of field 'package'.
- Returns:
- the value of field 'Package'.
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 setContent(java.lang.String content)
Sets the value of field 'content'. The field 'content' has the following description: internal content storage
- Parameters:
content- the value of field 'content'.
public void setPackage(java.lang.String _package)
Sets the value of field 'package'.
- Parameters:
_package-
public static EnumClassName unmarshalEnumClassName(java.io.Reader reader) throws MarshalException, ValidationException
Method unmarshalEnumClassName.
- Parameters:
reader-
- Returns:
- the unmarshaled org.exolab.castor.builder.binding.EnumClassName
- 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