org.exolab.castor.mapping.xml
public class FieldMapping extends Object implements Serializable
Version: $Revision: 6104 $ $Date: 2006-02-14 07:53:50 -0700 (Tue, 14 Feb 2006) $
Constructor Summary | |
---|---|
FieldMapping() |
Method Summary | |
---|---|
void | deleteContainer()
Method deleteContainer
|
void | deleteDirect()
Method deleteDirect
|
void | deleteIdentity()
Method deleteIdentity
|
void | deleteLazy()
Method deleteLazy
|
void | deleteRequired()
Method deleteRequired
|
void | deleteTransient()
Method deleteTransient
|
BindXml | getBindXml()
Returns the value of field 'bindXml'. |
FieldMappingCollectionType | getCollection()
Returns the value of field 'collection'.
|
String | getComparator()
Returns the value of field 'comparator'.
|
boolean | getContainer()
Returns the value of field 'container'.
|
String | getCreateMethod()
Returns the value of field 'createMethod'.
|
String | getDescription()
Returns the value of field 'description'.
|
boolean | getDirect()
Returns the value of field 'direct'.
|
String | getGetMethod()
Returns the value of field 'getMethod'.
|
String | getHandler()
Returns the value of field 'handler'.
|
String | getHasMethod()
Returns the value of field 'hasMethod'.
|
boolean | getIdentity()
Returns the value of field 'identity'.
|
boolean | getLazy()
Returns the value of field 'lazy'.
|
Ldap | getLdap()
Returns the value of field 'ldap'.
|
String | getName()
Returns the value of field 'name'.
|
boolean | getRequired()
Returns the value of field 'required'.
|
String | getSetMethod()
Returns the value of field 'setMethod'.
|
Sql | getSql()
Returns the value of field 'sql'.
|
boolean | getTransient()
Returns the value of field 'transient'.
|
String | getType()
Returns the value of field 'type'.
|
boolean | hasContainer()
Method hasContainer
|
boolean | hasDirect()
Method hasDirect
|
boolean | hasIdentity()
Method hasIdentity
|
boolean | hasLazy()
Method hasLazy
|
boolean | hasRequired()
Method hasRequired
|
boolean | hasTransient()
Method hasTransient
|
boolean | isValid()
Method isValid
|
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
void | setBindXml(BindXml bindXml)
Sets the value of field 'bindXml'. |
void | setCollection(FieldMappingCollectionType collection)
Sets the value of field 'collection'.
|
void | setComparator(String comparator)
Sets the value of field 'comparator'.
|
void | setContainer(boolean container)
Sets the value of field 'container'.
|
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 | setGetMethod(String getMethod)
Sets the value of field 'getMethod'.
|
void | setHandler(String handler)
Sets the value of field 'handler'.
|
void | setHasMethod(String hasMethod)
Sets the value of field 'hasMethod'.
|
void | setIdentity(boolean identity)
Sets the value of field 'identity'.
|
void | setLazy(boolean lazy)
Sets the value of field 'lazy'.
|
void | setLdap(Ldap ldap)
Sets the value of field 'ldap'.
|
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 | setSql(Sql sql)
Sets the value of field 'sql'.
|
void | setTransient(boolean _transient)
Sets the value of field 'transient'.
|
void | setType(String type)
Sets the value of field 'type'.
|
static FieldMapping | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate
|
Returns: BindXml the value of field 'bindXml'.
Returns: FieldMappingCollectionType the value of field 'collection'.
Returns: String the value of field 'comparator'.
Returns: boolean the value of field 'container'.
Returns: String the value of field 'createMethod'.
Returns: String the value of field 'description'.
Returns: boolean the value of field 'direct'.
Returns: String the value of field 'getMethod'.
Returns: String the value of field 'handler'.
Returns: String the value of field 'hasMethod'.
Returns: boolean the value of field 'identity'.
Returns: boolean the value of field 'lazy'.
Returns: Ldap the value of field 'ldap'.
Returns: String the value of field 'name'.
Returns: boolean the value of field 'required'.
Returns: String the value of field 'setMethod'.
Returns: Sql the value of field 'sql'.
Returns: boolean the value of field 'transient'.
Returns: String the value of field 'type'.
Returns: boolean
Returns: boolean
Returns: boolean
Returns: boolean
Returns: boolean
Returns: boolean
Returns: boolean
Parameters: out
Parameters: handler
Parameters: bindXml the value of field 'bindXml'.
Parameters: collection the value of field 'collection'.
Parameters: comparator the value of field 'comparator'.
Parameters: container the value of field 'container'.
Parameters: createMethod the value of field 'createMethod'.
Parameters: description the value of field 'description'.
Parameters: direct the value of field 'direct'.
Parameters: getMethod the value of field 'getMethod'.
Parameters: handler the value of field 'handler'.
Parameters: hasMethod the value of field 'hasMethod'.
Parameters: identity the value of field 'identity'.
Parameters: lazy the value of field 'lazy'.
Parameters: ldap the value of field 'ldap'.
Parameters: name the value of field 'name'.
Parameters: required the value of field 'required'.
Parameters: setMethod the value of field 'setMethod'.
Parameters: sql the value of field 'sql'.
Parameters: _transient transient the value of field 'transient'.
Parameters: type the value of field 'type'.
Parameters: reader
Returns: FieldMapping