Public Member Functions

org.exolab.castor.xml.schema.simpletypes.factory.Type Class Reference

List of all members.

Public Member Functions

String getName ()
String getCode ()
String getBase ()
String getImpl ()
String getDerivedBy ()
Vector getFacet ()
Class getImplClass ()
SimpleType getSimpleType ()
void setName (String name)
void setCode (String code)
void setBase (String base)
void setDerivedBy (String derivedBy)
void setSimpleType (SimpleType simpleType)
void setImpl (String impl)
void Print (PrintWriter output)

Detailed Description

Stores information about an xml built in type.


Member Function Documentation

String org.exolab.castor.xml.schema.simpletypes.factory.Type.getBase (  ) 
String org.exolab.castor.xml.schema.simpletypes.factory.Type.getCode (  ) 
String org.exolab.castor.xml.schema.simpletypes.factory.Type.getDerivedBy (  ) 
Vector org.exolab.castor.xml.schema.simpletypes.factory.Type.getFacet (  ) 
String org.exolab.castor.xml.schema.simpletypes.factory.Type.getImpl (  ) 
Class org.exolab.castor.xml.schema.simpletypes.factory.Type.getImplClass (  ) 
String org.exolab.castor.xml.schema.simpletypes.factory.Type.getName (  ) 
SimpleType org.exolab.castor.xml.schema.simpletypes.factory.Type.getSimpleType (  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.Type.Print ( PrintWriter  output  ) 

Prints this instance's content

void org.exolab.castor.xml.schema.simpletypes.factory.Type.setBase ( String  base  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.Type.setCode ( String  code  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.Type.setDerivedBy ( String  derivedBy  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.Type.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 org.exolab.castor.xml.schema.simpletypes.factory.Type.setName ( String  name  ) 
void org.exolab.castor.xml.schema.simpletypes.factory.Type.setSimpleType ( SimpleType  simpleType  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties