Class TypeList
- java.lang.Object
-
- org.exolab.castor.xml.schema.simpletypes.factory.TypeList
-
public class TypeList extends java.lang.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
Constructors Constructor Description TypeList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Vector
getTypes()
void
Print(java.io.PrintWriter output)
Prints each type in the list.void
setTypes(java.util.Vector types)
java.lang.String
toString()
To generate aString
representing this class instance.
-
-
-
Method Detail
-
getTypes
public java.util.Vector getTypes()
-
setTypes
public void setTypes(java.util.Vector types)
-
Print
public void Print(java.io.PrintWriter output)
Prints each type in the list. (and flushes the PrintWriter).
-
toString
public java.lang.String toString()
To generate aString
representing this class instance.- Overrides:
toString
in classjava.lang.Object
- See Also:
Object.toString()
-
-