public class Type extends Object
Constructor and Description |
---|
Type() |
Modifier and Type | Method and Description |
---|---|
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. |
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 Object
Object.toString()
Copyright © 2021. All rights reserved.