org.exolab.castor.mapping.xml
public class Container extends Object implements Serializable
Version: $Revision: 6104 $ $Date: 2006-01-07 15:48:31 -0700 (Sat, 07 Jan 2006) $
Constructor Summary | |
---|---|
Container() |
Method Summary | |
---|---|
void | deleteDirect()
Method deleteDirect
|
void | deleteRequired()
Method deleteRequired
|
String | getCreateMethod()
Returns the value of field 'createMethod'.
|
String | getDescription()
Returns the value of field 'description'.
|
boolean | getDirect()
Returns the value of field 'direct'.
|
FieldMapping | getFieldMapping()
Returns the value of field 'fieldMapping'.
|
String | getGetMethod()
Returns the value of field 'getMethod'.
|
String | getName()
Returns the value of field 'name'.
|
boolean | getRequired()
Returns the value of field 'required'.
|
String | getSetMethod()
Returns the value of field 'setMethod'.
|
String | getType()
Returns the value of field 'type'.
|
boolean | hasDirect()
Method hasDirect
|
boolean | hasRequired()
Method hasRequired
|
boolean | isValid()
Method isValid
|
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
void | setCreateMethod(String createMethod)
Sets the value of field 'createMethod'.
|
void | setDescription(String description)
Sets the value of field 'description'.
|
void | setDirect(boolean direct)
Sets the value of field 'direct'.
|
void | setFieldMapping(FieldMapping fieldMapping)
Sets the value of field 'fieldMapping'.
|
void | setGetMethod(String getMethod)
Sets the value of field 'getMethod'.
|
void | setName(String name)
Sets the value of field 'name'.
|
void | setRequired(boolean required)
Sets the value of field 'required'.
|
void | setSetMethod(String setMethod)
Sets the value of field 'setMethod'.
|
void | setType(String type)
Sets the value of field 'type'.
|
static Container | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate
|
Returns: String the value of field 'createMethod'.
Returns: String the value of field 'description'.
Returns: boolean the value of field 'direct'.
Returns: FieldMapping the value of field 'fieldMapping'.
Returns: String the value of field 'getMethod'.
Returns: String the value of field 'name'.
Returns: boolean the value of field 'required'.
Returns: String the value of field 'setMethod'.
Returns: String the value of field 'type'.
Returns: boolean
Returns: boolean
Returns: boolean
Parameters: out
Parameters: handler
Parameters: createMethod the value of field 'createMethod'.
Parameters: description the value of field 'description'.
Parameters: direct the value of field 'direct'.
Parameters: fieldMapping the value of field 'fieldMapping'.
Parameters: getMethod the value of field 'getMethod'.
Parameters: name the value of field 'name'.
Parameters: required the value of field 'required'.
Parameters: setMethod the value of field 'setMethod'.
Parameters: type the value of field 'type'.
Parameters: reader
Returns: Container