Class Type
java.lang.Object
org.exolab.castor.xml.schema.simpletypes.factory.Type
Stores information about an xml built in type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBase()getCode()getFacet()getImpl()getName()voidPrint(PrintWriter output) Prints this instance's contentvoidvoidvoidsetDerivedBy(String derivedBy) voidSets the implementing class name and tries to create the corresponding class in the package org.exolab.castor.xml.schema.simpletypesvoidvoidsetSimpleType(SimpleType simpleType) toString()To generate aStringrepresenting this class instance.
-
Constructor Details
-
Type
public Type()
-
-
Method Details
-
getName
-
getCode
-
getBase
-
getImpl
-
getDerivedBy
-
getFacet
-
getImplClass
-
getSimpleType
-
setName
-
setCode
-
setBase
-
setDerivedBy
-
setSimpleType
-
setImpl
Sets the implementing class name and tries to create the corresponding class in the package org.exolab.castor.xml.schema.simpletypes -
Print
Prints this instance's content -
toString
To generate aStringrepresenting this class instance.
-