org.exolab.castor.builder.binding
public class ComponentBindingTypeChoice extends Object implements Serializable
Version: $Revision: 5951 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
| 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 the value of field 'interface'.
Parameters: javaClass the value of field 'javaClass'.
Parameters: member the value of field 'member'.
Parameters: reader