org.exolab.castor.xml.schema.simpletypes.factory
public class Type extends Object
| Method Summary | |
|---|---|
| String | getBase() |
| String | getCode() |
| String | getDerivedBy() |
| Vector | getFacet() |
| String | getImpl() |
| Class | getImplClass() |
| String | getName() |
| SimpleType | getSimpleType() |
| void | Print(PrintWriter output)
Prints this instance's content |
| void | setBase(String base) |
| void | setCode(String code) |
| void | setDerivedBy(String derivedBy) |
| void | setImpl(String impl)
Sets the implementing class name
and tries to create the corresponding class in the package
org.exolab.castor.xml.schema.simpletypes |
| void | setName(String name) |
| void | setSimpleType(SimpleType simpleType) |