Public Member Functions

org.exolab.castor.xml.schema.simpletypes.factory.TypeList Class Reference

List of all members.

Public Member Functions

 TypeList ()
Vector getTypes ()
void setTypes (Vector types)
void Print (PrintWriter output)

Detailed Description

Stores the list of informations about the xml built in types. It is public only because castor is used to unmarshall it from a config file So please consider this class PRIVATE.


Constructor & Destructor Documentation

org.exolab.castor.xml.schema.simpletypes.factory.TypeList.TypeList (  ) 

Member Function Documentation

Vector org.exolab.castor.xml.schema.simpletypes.factory.TypeList.getTypes (  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.TypeList.Print ( PrintWriter  output  ) 

Prints each type in the list. (and flushes the PrintWriter).

void org.exolab.castor.xml.schema.simpletypes.factory.TypeList.setTypes ( Vector  types  ) 

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