Public Member Functions | Static Public Member Functions

org.exolab.castor.builder.binding.PackageType Class Reference

List of all members.

Public Member Functions

 PackageType ()
java.lang.String getName ()
PackageTypeChoice getPackageTypeChoice ()
boolean isValid ()
void marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
void setName (java.lang.String name)
void setPackageTypeChoice (PackageTypeChoice packageTypeChoice)
void validate () throws org.exolab.castor.xml.ValidationException

Static Public Member Functions

static
org.exolab.castor.builder.binding.PackageType 
unmarshalPackageType (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException

Detailed Description

Mappings between a namespace and a java package can directly be defined in the binding file. This element allows also the mapping between a package and a schemaLocation.

Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:07:53

Constructor & Destructor Documentation

org.exolab.castor.builder.binding.PackageType.PackageType (  ) 

Member Function Documentation

java.lang.String org.exolab.castor.builder.binding.PackageType.getName (  ) 

Returns the value of field 'name'.

Returns:
the value of field 'name'.

Referenced by org.exolab.castor.builder.binding.PackageTypeDescriptor.PackageTypeDescriptor().

PackageTypeChoice org.exolab.castor.builder.binding.PackageType.getPackageTypeChoice (  ) 

Returns the value of field 'packageTypeChoice'.

Returns:
the value of field 'packageTypeChoice'.

Referenced by org.exolab.castor.builder.binding.PackageTypeDescriptor.PackageTypeDescriptor().

boolean org.exolab.castor.builder.binding.PackageType.isValid (  ) 
void org.exolab.castor.builder.binding.PackageType.marshal ( java.io.Writer  out  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
Parameters:
out 
void org.exolab.castor.builder.binding.PackageType.marshal ( org.xml.sax.ContentHandler  handler  )  throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
Parameters:
handler 
void org.exolab.castor.builder.binding.PackageType.setName ( java.lang.String  name  ) 

Sets the value of field 'name'.

Parameters:
name the value of field 'name'.

Referenced by org.exolab.castor.builder.binding.PackageTypeDescriptor.PackageTypeDescriptor().

void org.exolab.castor.builder.binding.PackageType.setPackageTypeChoice ( PackageTypeChoice  packageTypeChoice  ) 

Sets the value of field 'packageTypeChoice'.

Parameters:
packageTypeChoice the value of field 'packageTypeChoice'.

Referenced by org.exolab.castor.builder.binding.PackageTypeDescriptor.PackageTypeDescriptor().

static org.exolab.castor.builder.binding.PackageType org.exolab.castor.builder.binding.PackageType.unmarshalPackageType ( java.io.Reader  reader  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [static]
Parameters:
reader 
void org.exolab.castor.builder.binding.PackageType.validate (  )  throws org.exolab.castor.xml.ValidationException

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties