org.exolab.castor.builder.binding
public class PackageTypeChoice extends Object implements Serializable
Version: $Revision: 1.2 $ $Date: 2005/03/05 13:41:43 $
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