org.exolab.castor.builder.binding
public class NamingType extends Object implements Serializable
Version: $Revision: 5951 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
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