|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.castor.xml.schema.simpletypes.factory.Type
public class Type
Stores information about an xml built in type.
| Constructor Summary | |
|---|---|
Type()
|
|
| 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)
|
String |
toString()
To generate a String representing this class instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Type()
| Method Detail |
|---|
public String getName()
public String getCode()
public String getBase()
public String getImpl()
public String getDerivedBy()
public Vector getFacet()
public Class getImplClass()
public SimpleType getSimpleType()
public void setName(String name)
public void setCode(String code)
public void setBase(String base)
public void setDerivedBy(String derivedBy)
public void setSimpleType(SimpleType simpleType)
public void setImpl(String impl)
public void Print(PrintWriter output)
public String toString()
String representing this class instance.
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||