deleteContainer
public void deleteContainer()
Method deleteContainer
deleteDirect
public void deleteDirect()
Method deleteDirect
deleteIdentity
public void deleteIdentity()
Method deleteIdentity
deleteLazy
public void deleteLazy()
Method deleteLazy
deleteRequired
public void deleteRequired()
Method deleteRequired
deleteTransient
public void deleteTransient()
Method deleteTransient
getBindXml
public BindXml getBindXml()
Returns the value of field 'bindXml'. The field 'bindXml'
has the following description: The 'bind-xml' element is
used for specifying XML specific databinding
properties and behavior for a specific field. 'bind-xml'
may only appear
as a child of a 'field' element.
getCollection
public FieldMappingCollectionType getCollection()
Returns the value of field 'collection'.
- FieldMappingCollectionType
getComparator
public java.lang.String getComparator()
Returns the value of field 'comparator'.
getContainer
public boolean getContainer()
Returns the value of field 'container'.
getCreateMethod
public java.lang.String getCreateMethod()
Returns the value of field 'createMethod'.
getDescription
public java.lang.String getDescription()
Returns the value of field 'description'.
getDirect
public boolean getDirect()
Returns the value of field 'direct'.
getGetMethod
public java.lang.String getGetMethod()
Returns the value of field 'getMethod'.
getHandler
public java.lang.String getHandler()
Returns the value of field 'handler'.
getHasMethod
public java.lang.String getHasMethod()
Returns the value of field 'hasMethod'.
getIdentity
public boolean getIdentity()
Returns the value of field 'identity'.
getLazy
public boolean getLazy()
Returns the value of field 'lazy'.
getLdap
public Ldap getLdap()
Returns the value of field 'ldap'.
getName
public java.lang.String getName()
Returns the value of field 'name'.
getRequired
public boolean getRequired()
Returns the value of field 'required'.
getSetMethod
public java.lang.String getSetMethod()
Returns the value of field 'setMethod'.
getSql
public Sql getSql()
Returns the value of field 'sql'.
getTransient
public boolean getTransient()
Returns the value of field 'transient'.
getType
public java.lang.String getType()
Returns the value of field 'type'.
hasContainer
public boolean hasContainer()
Method hasContainer
hasDirect
public boolean hasDirect()
Method hasDirect
hasIdentity
public boolean hasIdentity()
Method hasIdentity
hasLazy
public boolean hasLazy()
Method hasLazy
hasRequired
public boolean hasRequired()
Method hasRequired
hasTransient
public boolean hasTransient()
Method hasTransient
isValid
public boolean isValid()
Method isValid
setBindXml
public void setBindXml(BindXml bindXml)
Sets the value of field 'bindXml'. The field 'bindXml' has
the following description: The 'bind-xml' element is used
for specifying XML specific databinding
properties and behavior for a specific field. 'bind-xml'
may only appear
as a child of a 'field' element.
bindXml
- the value of field 'bindXml'.
setCollection
public void setCollection(FieldMappingCollectionType collection)
Sets the value of field 'collection'.
collection
- the value of field 'collection'.
setComparator
public void setComparator(java.lang.String comparator)
Sets the value of field 'comparator'.
comparator
- the value of field 'comparator'.
setContainer
public void setContainer(boolean container)
Sets the value of field 'container'.
container
- the value of field 'container'.
setCreateMethod
public void setCreateMethod(java.lang.String createMethod)
Sets the value of field 'createMethod'.
createMethod
- the value of field 'createMethod'.
setDescription
public void setDescription(java.lang.String description)
Sets the value of field 'description'.
description
- the value of field 'description'.
setDirect
public void setDirect(boolean direct)
Sets the value of field 'direct'.
direct
- the value of field 'direct'.
setGetMethod
public void setGetMethod(java.lang.String getMethod)
Sets the value of field 'getMethod'.
getMethod
- the value of field 'getMethod'.
setHandler
public void setHandler(java.lang.String handler)
Sets the value of field 'handler'.
handler
- the value of field 'handler'.
setHasMethod
public void setHasMethod(java.lang.String hasMethod)
Sets the value of field 'hasMethod'.
hasMethod
- the value of field 'hasMethod'.
setIdentity
public void setIdentity(boolean identity)
Sets the value of field 'identity'.
identity
- the value of field 'identity'.
setLazy
public void setLazy(boolean lazy)
Sets the value of field 'lazy'.
lazy
- the value of field 'lazy'.
setLdap
public void setLdap(Ldap ldap)
Sets the value of field 'ldap'.
ldap
- the value of field 'ldap'.
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setRequired
public void setRequired(boolean required)
Sets the value of field 'required'.
required
- the value of field 'required'.
setSetMethod
public void setSetMethod(java.lang.String setMethod)
Sets the value of field 'setMethod'.
setMethod
- the value of field 'setMethod'.
setSql
public void setSql(Sql sql)
Sets the value of field 'sql'.
sql
- the value of field 'sql'.
setTransient
public void setTransient(boolean _transient)
Sets the value of field 'transient'.
setType
public void setType(java.lang.String type)
Sets the value of field 'type'.
type
- the value of field 'type'.