java.lang.Object
org.exolab.castor.xml.schema.simpletypes.factory.Type

public class Type extends Object
Stores information about an xml built in type.
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getName

      public String getName()
    • getCode

      public String getCode()
    • getBase

      public String getBase()
    • getImpl

      public String getImpl()
    • getDerivedBy

      public String getDerivedBy()
    • getFacet

      public Vector getFacet()
    • getImplClass

      public Class getImplClass()
    • getSimpleType

      public SimpleType getSimpleType()
    • setName

      public void setName(String name)
    • setCode

      public void setCode(String code)
    • setBase

      public void setBase(String base)
    • setDerivedBy

      public void setDerivedBy(String derivedBy)
    • setSimpleType

      public void setSimpleType(SimpleType simpleType)
    • setImpl

      public 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
    • Print

      public void Print(PrintWriter output)
      Prints this instance's content
    • toString

      public String toString()
      To generate a String representing this class instance.
      Overrides:
      toString in class Object
      See Also: