org.exolab.castor.mapping.xml
public class BindXml extends Object implements Serializable
Version: $Revision: 1.2 $ $Date: 2003/03/08 07:39:57 $
| Constructor Summary | |
|---|---|
| BindXml() | |
| Method Summary | |
|---|---|
| void | deleteReference()
Method deleteReference |
| void | deleteTransient()
Method deleteTransient |
| BindXmlAutoNamingType | getAutoNaming()
Returns the value of field 'autoNaming'. |
| String | getLocation()
Returns the value of field 'location'. |
| String | getMatches()
Returns the value of field 'matches'.
|
| String | getName()
Returns the value of field 'name'. |
| BindXmlNodeType | getNode()
Returns the value of field 'node'.
|
| String | getQNamePrefix()
Returns the value of field 'QNamePrefix'.
|
| boolean | getReference()
Returns the value of field 'reference'.
|
| boolean | getTransient()
Returns the value of field 'transient'.
|
| String | getType()
Returns the value of field 'type'.
|
| boolean | hasReference()
Method hasReference |
| boolean | hasTransient()
Method hasTransient |
| boolean | isValid()
Method isValid |
| void | marshal(Writer out)
Method marshal
|
| void | marshal(ContentHandler handler)
Method marshal
|
| void | setAutoNaming(BindXmlAutoNamingType autoNaming)
Sets the value of field 'autoNaming'. |
| void | setLocation(String location)
Sets the value of field 'location'. |
| void | setMatches(String matches)
Sets the value of field 'matches'.
|
| void | setName(String name)
Sets the value of field 'name'. |
| void | setNode(BindXmlNodeType node)
Sets the value of field 'node'.
|
| void | setQNamePrefix(String QNamePrefix)
Sets the value of field 'QNamePrefix'.
|
| void | setReference(boolean reference)
Sets the value of field 'reference'.
|
| void | setTransient(boolean _transient)
Sets the value of field 'transient'.
|
| void | setType(String type)
Sets the value of field 'type'.
|
| static BindXml | unmarshal(Reader reader)
Method unmarshal
|
| void | validate()
Method validate |
Returns: the value of field 'autoNaming'.
Returns: the value of field 'location'.
Returns: the value of field 'matches'.
Returns: the value of field 'name'.
Returns: the value of field 'node'.
Returns: the value of field 'QNamePrefix'.
Returns: the value of field 'reference'.
Returns: the value of field 'transient'.
Returns: the value of field 'type'.
Parameters: out
Parameters: handler
Parameters: autoNaming the value of field 'autoNaming'.
Parameters: location the value of field 'location'.
Parameters: matches the value of field 'matches'.
Parameters: name the value of field 'name'.
Parameters: node the value of field 'node'.
Parameters: QNamePrefix the value of field 'QNamePrefix'.
Parameters: reference the value of field 'reference'.
Parameters: _transient transient the value of field 'transient'.
Parameters: type the value of field 'type'.
Parameters: reader