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

java.lang.Object
  extended by org.exolab.castor.xml.schema.simpletypes.factory.TypeList

public class TypeList
extends Object

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 Summary
TypeList()
           
 
Method Summary
 Vector getTypes()
           
 void Print(PrintWriter output)
          Prints each type in the list.
 void setTypes(Vector types)
           
 String toString()
          To generate a String representing this class instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeList

public TypeList()
Method Detail

getTypes

public Vector getTypes()

setTypes

public void setTypes(Vector types)

Print

public void Print(PrintWriter output)
Prints each type in the list. (and flushes the PrintWriter).


toString

public String toString()
To generate a String representing this class instance.

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2012. All Rights Reserved.