org.exolab.castor.builder.binding
public class PackageType extends Object implements Serializable
Version: $Revision: 5951 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
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