org.exolab.castor.mapping.xml
public class MapTo extends Object implements Serializable
Version: $Revision: 6104 $ $Date: 2006-02-23 01:37:50 -0700 (Thu, 23 Feb 2006) $
Constructor Summary | |
---|---|
MapTo() |
Method Summary | |
---|---|
void | deleteElementDefinition()
Method deleteElementDefinition
|
boolean | getElementDefinition()
Returns the value of field 'elementDefinition'.
|
String | getLdapDn()
Returns the value of field 'ldapDn'.
|
String | getLdapOc()
Returns the value of field 'ldapOc'.
|
String | getNsPrefix()
Returns the value of field 'nsPrefix'.
|
String | getNsUri()
Returns the value of field 'nsUri'.
|
String | getTable()
Returns the value of field 'table'.
|
String | getXml()
Returns the value of field 'xml'.
|
boolean | hasElementDefinition()
Method hasElementDefinition
|
boolean | isValid()
Method isValid
|
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
void | setElementDefinition(boolean elementDefinition)
Sets the value of field 'elementDefinition'.
|
void | setLdapDn(String ldapDn)
Sets the value of field 'ldapDn'.
|
void | setLdapOc(String ldapOc)
Sets the value of field 'ldapOc'.
|
void | setNsPrefix(String nsPrefix)
Sets the value of field 'nsPrefix'.
|
void | setNsUri(String nsUri)
Sets the value of field 'nsUri'.
|
void | setTable(String table)
Sets the value of field 'table'.
|
void | setXml(String xml)
Sets the value of field 'xml'.
|
static MapTo | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate
|
Returns: boolean the value of field 'elementDefinition'.
Returns: String the value of field 'ldapDn'.
Returns: String the value of field 'ldapOc'.
Returns: String the value of field 'nsPrefix'.
Returns: String the value of field 'nsUri'.
Returns: String the value of field 'table'.
Returns: String the value of field 'xml'.
Returns: boolean
Returns: boolean
Parameters: out
Parameters: handler
Parameters: elementDefinition the value of field 'elementDefinition'.
Parameters: ldapDn the value of field 'ldapDn'.
Parameters: ldapOc the value of field 'ldapOc'.
Parameters: nsPrefix the value of field 'nsPrefix'.
Parameters: nsUri the value of field 'nsUri'.
Parameters: table the value of field 'table'.
Parameters: xml the value of field 'xml'.
Parameters: reader
Returns: MapTo