org.exolab.castor.builder.binding
public class PackageType extends Object implements Serializable
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:53 $
Constructor Summary | |
---|---|
PackageType() |
Method Summary | |
---|---|
String | getName()
Returns the value of field 'name'.
|
PackageTypeChoice | getPackageTypeChoice()
Returns the value of field 'packageTypeChoice'.
|
boolean | isValid() |
void | marshal(Writer out) |
void | marshal(ContentHandler handler) |
void | setName(String name)
Sets the value of field 'name'.
|
void | setPackageTypeChoice(PackageTypeChoice packageTypeChoice)
Sets the value of field 'packageTypeChoice'.
|
static PackageType | unmarshalPackageType(Reader reader) |
void | validate() |
Returns: the value of field 'name'.
Returns: the value of field 'packageTypeChoice'.
Parameters: out
Parameters: handler
Parameters: name the value of field 'name'.
Parameters: packageTypeChoice the value of field 'packageTypeChoice'.
Parameters: reader