org.exolab.castor.xml.schema.simpletypes.factory
Class Type
java.lang.Object
org.exolab.castor.xml.schema.simpletypes.factory.Type
public class Type
- extends java.lang.Object
Stores information about an xml built in type.
Constructor Summary |
Type()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Type
public Type()
getName
public java.lang.String getName()
getCode
public java.lang.String getCode()
getBase
public java.lang.String getBase()
getImpl
public java.lang.String getImpl()
getDerivedBy
public java.lang.String getDerivedBy()
getFacet
public java.util.Vector getFacet()
getImplClass
public java.lang.Class getImplClass()
getSimpleType
public SimpleType getSimpleType()
setName
public void setName(java.lang.String name)
setCode
public void setCode(java.lang.String code)
setBase
public void setBase(java.lang.String base)
setDerivedBy
public void setDerivedBy(java.lang.String derivedBy)
setSimpleType
public void setSimpleType(SimpleType simpleType)
setImpl
public void setImpl(java.lang.String impl)
- Sets the implementing class name
and tries to create the corresponding class in the package
org.exolab.castor.xml.schema.simpletypes
Print
public void Print(java.io.PrintWriter output)
- Prints this instance's content
Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com