org.apache.tuscany.spi.idl
Class TypeInfo
java.lang.Object
org.apache.tuscany.spi.idl.TypeInfo
public class TypeInfo
- extends Object
An abstraction of XML schema types
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeInfo
public TypeInfo(QName name,
boolean isSimpleType,
TypeInfo baseType)
- Parameters:
name
- isSimpleType
-
isSimpleType
public boolean isSimpleType()
- Returns:
- the isSimpleType
getQName
public QName getQName()
- Returns:
- the name
getBaseType
public TypeInfo getBaseType()
- Returns:
- the baseType
-