Public Member Functions | Static Public Member Functions

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

List of all members.

Public Member Functions

 NamingType ()
java.lang.String getPrefix ()
java.lang.String getSuffix ()
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 setPrefix (java.lang.String prefix)
void setSuffix (java.lang.String suffix)
void validate () throws org.exolab.castor.xml.ValidationException

Static Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

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

Member Function Documentation

java.lang.String org.exolab.castor.builder.binding.NamingType.getPrefix (  ) 

Returns the value of field 'prefix'.

Returns:
the value of field 'prefix'.

Referenced by org.exolab.castor.builder.binding.NamingTypeDescriptor.NamingTypeDescriptor(), and org.exolab.castor.builder.binding.XMLBindingComponent.setView().

java.lang.String org.exolab.castor.builder.binding.NamingType.getSuffix (  ) 

Returns the value of field 'suffix'.

Returns:
the value of field 'suffix'.

Referenced by org.exolab.castor.builder.binding.NamingTypeDescriptor.NamingTypeDescriptor(), and org.exolab.castor.builder.binding.XMLBindingComponent.setView().

boolean org.exolab.castor.builder.binding.NamingType.isValid (  ) 
void org.exolab.castor.builder.binding.NamingType.marshal ( java.io.Writer  out  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
Parameters:
out 
void org.exolab.castor.builder.binding.NamingType.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.NamingType.setPrefix ( java.lang.String  prefix  ) 

Sets the value of field 'prefix'.

Parameters:
prefix the value of field 'prefix'.

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

void org.exolab.castor.builder.binding.NamingType.setSuffix ( java.lang.String  suffix  ) 

Sets the value of field 'suffix'.

Parameters:
suffix the value of field 'suffix'.

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

static org.exolab.castor.builder.binding.NamingType org.exolab.castor.builder.binding.NamingType.unmarshalNamingType ( java.io.Reader  reader  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [static]
Parameters:
reader 
void org.exolab.castor.builder.binding.NamingType.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