java.io.Serializable
public class MapTo
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
MapTo() |
Modifier and Type | Method | Description |
---|---|---|
void |
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 |
isElementDefinition() |
Returns the value of field 'elementDefinition'.
|
boolean |
isValid() |
Method isValid.
|
void |
marshal(java.io.Writer out) |
|
void |
marshal(org.xml.sax.ContentHandler handler) |
|
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() |
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 isElementDefinition()
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 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
- 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