org.exolab.castor.builder.binding
public class PackageTypeChoice extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:53 $
| Constructor Summary | |
|---|---|
| PackageTypeChoice() | |
| Method Summary | |
|---|---|
| String | getNamespace()
Returns the value of field 'namespace'.
|
| String | getSchemaLocation()
Returns the value of field 'schemaLocation'.
|
| boolean | isValid() |
| void | marshal(Writer out) |
| void | marshal(ContentHandler handler) |
| void | setNamespace(String namespace)
Sets the value of field 'namespace'.
|
| void | setSchemaLocation(String schemaLocation)
Sets the value of field 'schemaLocation'.
|
| static PackageTypeChoice | unmarshalPackageTypeChoice(Reader reader) |
| void | validate() |
Returns: the value of field 'namespace'.
Returns: the value of field 'schemaLocation'.
Parameters: out
Parameters: handler
Parameters: namespace the value of field 'namespace'.
Parameters: schemaLocation the value of field 'schemaLocation'.
Parameters: reader