org.exolab.castor.builder.binding
public class ComponentBindingTypeChoice extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:51 $
| Constructor Summary | |
|---|---|
| ComponentBindingTypeChoice() | |
| Method Summary | |
|---|---|
| Interface | getInterface()
Returns the value of field 'interface'.
|
| ClassType | getJavaClass()
Returns the value of field 'javaClass'.
|
| FieldType | getMember()
Returns the value of field 'member'.
|
| boolean | isValid() |
| void | marshal(Writer out) |
| void | marshal(ContentHandler handler) |
| void | setInterface(Interface _interface)
Sets the value of field 'interface'.
|
| void | setJavaClass(ClassType javaClass)
Sets the value of field 'javaClass'.
|
| void | setMember(FieldType member)
Sets the value of field 'member'.
|
| static ComponentBindingTypeChoice | unmarshalComponentBindingTypeChoice(Reader reader) |
| void | validate() |
Returns: the value of field 'interface'.
Returns: the value of field 'javaClass'.
Returns: the value of field 'member'.
Parameters: out
Parameters: handler
Parameters: _interface interface the value of field 'interface'.
Parameters: javaClass the value of field 'javaClass'.
Parameters: member the value of field 'member'.
Parameters: reader