org.exolab.castor.builder.binding
public class FieldType extends Object implements Serializable
Version: $Revision: 1.2 $ $Date: 2005/03/05 13:41:43 $
Constructor Summary | |
---|---|
FieldType() |
Method Summary | |
---|---|
void | deleteWrapper() |
FieldTypeCollectionType | getCollection()
Returns the value of field 'collection'.
|
String | getHandler()
Returns the value of field 'handler'.
|
String | getJavaType()
Returns the value of field 'javaType'.
|
String | getName()
Returns the value of field 'name'.
|
String | getValidator()
Returns the value of field 'validator'.
|
boolean | getWrapper()
Returns the value of field 'wrapper'.
|
boolean | hasWrapper() |
boolean | isValid() |
void | marshal(Writer out) |
void | marshal(ContentHandler handler) |
void | setCollection(FieldTypeCollectionType collection)
Sets the value of field 'collection'.
|
void | setHandler(String handler)
Sets the value of field 'handler'.
|
void | setJavaType(String javaType)
Sets the value of field 'javaType'.
|
void | setName(String name)
Sets the value of field 'name'.
|
void | setValidator(String validator)
Sets the value of field 'validator'.
|
void | setWrapper(boolean wrapper)
Sets the value of field 'wrapper'.
|
static FieldType | unmarshalFieldType(Reader reader) |
void | validate() |
Returns: the value of field 'collection'.
Returns: the value of field 'handler'.
Returns: the value of field 'javaType'.
Returns: the value of field 'name'.
Returns: the value of field 'validator'.
Returns: the value of field 'wrapper'.
Parameters: out
Parameters: handler
Parameters: collection the value of field 'collection'.
Parameters: handler the value of field 'handler'.
Parameters: javaType the value of field 'javaType'.
Parameters: name the value of field 'name'.
Parameters: validator the value of field 'validator'.
Parameters: wrapper the value of field 'wrapper'.
Parameters: reader