|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.BindXml
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.
Constructor Summary | |
BindXml()
|
Method Summary | |
void |
deleteReference()
|
AutoNamingType |
getAutoNaming()
Returns the value of field 'autoNaming'. |
java.lang.String |
getMatches()
Returns the value of field 'matches'. |
java.lang.String |
getName()
Returns the value of field 'name'. |
NodeType |
getNode()
Returns the value of field 'node'. |
java.lang.String |
getQNamePrefix()
Returns the value of field 'QNamePrefix'. |
boolean |
getReference()
Returns the value of field 'reference'. |
java.lang.String |
getType()
Returns the value of field 'type'. |
boolean |
hasReference()
|
boolean |
isValid()
|
void |
marshal(org.xml.sax.DocumentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setAutoNaming(AutoNamingType autoNaming)
Sets the value of field 'autoNaming'. |
void |
setMatches(java.lang.String matches)
Sets the value of field 'matches'. |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
setNode(NodeType node)
Sets the value of field 'node'. |
void |
setQNamePrefix(java.lang.String QNamePrefix)
Sets the value of field 'QNamePrefix'. |
void |
setReference(boolean reference)
Sets the value of field 'reference'. |
void |
setType(java.lang.String type)
Sets the value of field 'type'. |
static BindXml |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BindXml()
Method Detail |
public void deleteReference()
public AutoNamingType getAutoNaming()
public java.lang.String getMatches()
public java.lang.String getName()
public NodeType getNode()
public java.lang.String getQNamePrefix()
public boolean getReference()
public java.lang.String getType()
public boolean hasReference()
public boolean isValid()
public void marshal(java.io.Writer out) throws MarshalException, ValidationException
out
-
MarshalException
ValidationException
public void marshal(org.xml.sax.DocumentHandler handler) throws MarshalException, ValidationException
handler
-
MarshalException
ValidationException
public void setAutoNaming(AutoNamingType autoNaming)
autoNaming
- the value of field 'autoNaming'.public void setMatches(java.lang.String matches)
matches
- the value of field 'matches'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void setNode(NodeType node)
node
- the value of field 'node'.public void setQNamePrefix(java.lang.String QNamePrefix)
QNamePrefix
- the value of field 'QNamePrefix'.public void setReference(boolean reference)
reference
- the value of field 'reference'.public void setType(java.lang.String type)
type
- the value of field 'type'.public static BindXml 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 |