|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.MapTo
public class MapTo
Class MapTo.
Constructor Summary | |
---|---|
MapTo()
|
Method Summary | |
---|---|
void |
deleteElementDefinition()
Method deleteElementDefinition |
boolean |
getElementDefinition()
Returns the value of field 'elementDefinition'. |
java.lang.String |
getLdapDn()
Returns the value of field 'ldapDn'. |
java.lang.String |
getLdapOc()
Returns the value of field 'ldapOc'. |
java.lang.String |
getNsPrefix()
Returns the value of field 'nsPrefix'. |
java.lang.String |
getNsUri()
Returns the value of field 'nsUri'. |
java.lang.String |
getTable()
Returns the value of field 'table'. |
java.lang.String |
getXml()
Returns the value of field 'xml'. |
boolean |
hasElementDefinition()
Method hasElementDefinition |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setElementDefinition(boolean elementDefinition)
Sets the value of field 'elementDefinition'. |
void |
setLdapDn(java.lang.String ldapDn)
Sets the value of field 'ldapDn'. |
void |
setLdapOc(java.lang.String ldapOc)
Sets the value of field 'ldapOc'. |
void |
setNsPrefix(java.lang.String nsPrefix)
Sets the value of field 'nsPrefix'. |
void |
setNsUri(java.lang.String nsUri)
Sets the value of field 'nsUri'. |
void |
setTable(java.lang.String table)
Sets the value of field 'table'. |
void |
setXml(java.lang.String xml)
Sets the value of field 'xml'. |
static MapTo |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapTo()
Method Detail |
---|
public void deleteElementDefinition()
public boolean getElementDefinition()
public java.lang.String getLdapDn()
public java.lang.String getLdapOc()
public java.lang.String getNsPrefix()
public java.lang.String getNsUri()
public java.lang.String getTable()
public java.lang.String getXml()
public boolean hasElementDefinition()
public boolean isValid()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
-
MarshalException
ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, MarshalException, ValidationException
handler
-
java.io.IOException
MarshalException
ValidationException
public void setElementDefinition(boolean elementDefinition)
elementDefinition
- the value of field
'elementDefinition'.public void setLdapDn(java.lang.String ldapDn)
ldapDn
- the value of field 'ldapDn'.public void setLdapOc(java.lang.String ldapOc)
ldapOc
- the value of field 'ldapOc'.public void setNsPrefix(java.lang.String nsPrefix)
nsPrefix
- the value of field 'nsPrefix'.public void setNsUri(java.lang.String nsUri)
nsUri
- the value of field 'nsUri'.public void setTable(java.lang.String table)
table
- the value of field 'table'.public void setXml(java.lang.String xml)
xml
- the value of field 'xml'.public static MapTo unmarshal(java.io.Reader reader) throws MarshalException, ValidationException
reader
-
MarshalException
ValidationException
public void validate() throws ValidationException
ValidationException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |