org.exolab.castor.builder.binding
public class NamingType extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:52 $
Constructor Summary | |
---|---|
NamingType() |
Method Summary | |
---|---|
String | getPrefix()
Returns the value of field 'prefix'.
|
String | getSuffix()
Returns the value of field 'suffix'.
|
boolean | isValid() |
void | marshal(Writer out) |
void | marshal(ContentHandler handler) |
void | setPrefix(String prefix)
Sets the value of field 'prefix'.
|
void | setSuffix(String suffix)
Sets the value of field 'suffix'.
|
static NamingType | unmarshalNamingType(Reader reader) |
void | validate() |
Returns: the value of field 'prefix'.
Returns: the value of field 'suffix'.
Parameters: out
Parameters: handler
Parameters: prefix the value of field 'prefix'.
Parameters: suffix the value of field 'suffix'.
Parameters: reader