java.io.Serializable
public class FieldMapping
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
FieldMapping() |
Modifier and Type | Method | Description |
---|---|---|
void |
deleteContainer() |
|
void |
deleteDirect() |
|
void |
deleteIdentity() |
|
void |
deleteLazy() |
|
void |
deleteNillable() |
|
void |
deleteRequired() |
|
void |
deleteTransient() |
|
BindXml |
getBindXml() |
Returns the value of field 'bindXml'.
|
FieldMappingCollectionType |
getCollection() |
Returns the value of field 'collection'.
|
java.lang.String |
getComparator() |
Returns the value of field 'comparator'.
|
boolean |
getContainer() |
Returns the value of field 'container'.
|
java.lang.String |
getCreateMethod() |
Returns the value of field 'createMethod'.
|
java.lang.String |
getDescription() |
Returns the value of field 'description'.
|
boolean |
getDirect() |
Returns the value of field 'direct'.
|
java.lang.String |
getGetMethod() |
Returns the value of field 'getMethod'.
|
java.lang.String |
getHandler() |
Returns the value of field 'handler'.
|
java.lang.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'.
|
java.lang.String |
getName() |
Returns the value of field 'name'.
|
boolean |
getNillable() |
Returns the value of field 'nillable'.
|
boolean |
getRequired() |
Returns the value of field 'required'.
|
java.lang.String |
getSetMethod() |
Returns the value of field 'setMethod'.
|
Sql |
getSql() |
Returns the value of field 'sql'.
|
boolean |
getTransient() |
Returns the value of field 'transient'.
|
java.lang.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 |
hasNillable() |
Method hasNillable.
|
boolean |
hasRequired() |
Method hasRequired.
|
boolean |
hasTransient() |
Method hasTransient.
|
boolean |
isContainer() |
Returns the value of field 'container'.
|
boolean |
isDirect() |
Returns the value of field 'direct'.
|
boolean |
isIdentity() |
Returns the value of field 'identity'.
|
boolean |
isLazy() |
Returns the value of field 'lazy'.
|
boolean |
isNillable() |
Returns the value of field 'nillable'.
|
boolean |
isRequired() |
Returns the value of field 'required'.
|
boolean |
isTransient() |
Returns the value of field 'transient'.
|
boolean |
isValid() |
Method isValid.
|
void |
marshal(java.io.Writer out) |
|
void |
marshal(org.xml.sax.ContentHandler handler) |
|
void |
setBindXml(BindXml bindXml) |
Sets the value of field 'bindXml'.
|
void |
setCollection(FieldMappingCollectionType collection) |
Sets the value of field 'collection'.
|
void |
setComparator(java.lang.String comparator) |
Sets the value of field 'comparator'.
|
void |
setContainer(boolean container) |
Sets the value of field 'container'.
|
void |
setCreateMethod(java.lang.String createMethod) |
Sets the value of field 'createMethod'.
|
void |
setDescription(java.lang.String description) |
Sets the value of field 'description'.
|
void |
setDirect(boolean direct) |
Sets the value of field 'direct'.
|
void |
setGetMethod(java.lang.String getMethod) |
Sets the value of field 'getMethod'.
|
void |
setHandler(java.lang.String handler) |
Sets the value of field 'handler'.
|
void |
setHasMethod(java.lang.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(java.lang.String name) |
Sets the value of field 'name'.
|
void |
setNillable(boolean nillable) |
Sets the value of field 'nillable'.
|
void |
setRequired(boolean required) |
Sets the value of field 'required'.
|
void |
setSetMethod(java.lang.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(java.lang.String type) |
Sets the value of field 'type'.
|
static FieldMapping |
unmarshal(java.io.Reader reader) |
Method unmarshal.
|
void |
validate() |
public void deleteContainer()
public void deleteDirect()
public void deleteIdentity()
public void deleteLazy()
public void deleteNillable()
public void deleteRequired()
public void deleteTransient()
public BindXml getBindXml()
public FieldMappingCollectionType getCollection()
public java.lang.String getComparator()
public boolean getContainer()
public java.lang.String getCreateMethod()
public java.lang.String getDescription()
public boolean getDirect()
public java.lang.String getGetMethod()
public java.lang.String getHandler()
public java.lang.String getHasMethod()
public boolean getIdentity()
public boolean getLazy()
public Ldap getLdap()
public java.lang.String getName()
public boolean getNillable()
public boolean getRequired()
public java.lang.String getSetMethod()
public Sql getSql()
public boolean getTransient()
public java.lang.String getType()
public boolean hasContainer()
public boolean hasDirect()
public boolean hasIdentity()
public boolean hasLazy()
public boolean hasNillable()
public boolean hasRequired()
public boolean hasTransient()
public boolean isContainer()
public boolean isDirect()
public boolean isIdentity()
public boolean isLazy()
public boolean isNillable()
public boolean isRequired()
public boolean isTransient()
public boolean isValid()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
- MarshalException
- if object is
null or if any SAXException is thrown during marshalingValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
- java.io.IOException
- if an IOException occurs during
marshalingValidationException
- if this
object is an invalid instance according to the schemaMarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setBindXml(BindXml bindXml)
bindXml
- the value of field 'bindXml'.public void setCollection(FieldMappingCollectionType collection)
collection
- the value of field 'collection'.public void setComparator(java.lang.String comparator)
comparator
- the value of field 'comparator'.public void setContainer(boolean container)
container
- the value of field 'container'.public void setCreateMethod(java.lang.String createMethod)
createMethod
- the value of field 'createMethod'.public void setDescription(java.lang.String description)
description
- the value of field 'description'.public void setDirect(boolean direct)
direct
- the value of field 'direct'.public void setGetMethod(java.lang.String getMethod)
getMethod
- the value of field 'getMethod'.public void setHandler(java.lang.String handler)
handler
- the value of field 'handler'.public void setHasMethod(java.lang.String hasMethod)
hasMethod
- the value of field 'hasMethod'.public void setIdentity(boolean identity)
identity
- the value of field 'identity'.public void setLazy(boolean lazy)
lazy
- the value of field 'lazy'.public void setLdap(Ldap ldap)
ldap
- the value of field 'ldap'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void setNillable(boolean nillable)
nillable
- the value of field 'nillable'.public void setRequired(boolean required)
required
- the value of field 'required'.public void setSetMethod(java.lang.String setMethod)
setMethod
- the value of field 'setMethod'.public void setSql(Sql sql)
sql
- the value of field 'sql'.public void setTransient(boolean _transient)
_transient
- transient
- the value of field 'transient'.public void setType(java.lang.String type)
type
- the value of field 'type'.public static FieldMapping unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
reader
- MarshalException
- if object is
null or if any SAXException is thrown during marshalingValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws ValidationException
ValidationException
- if this
object is an invalid instance according to the schemaIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com