Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.idl
Class TypeInfo

java.lang.Object
  extended by org.apache.tuscany.spi.idl.TypeInfo

public class TypeInfo
extends Object

An abstraction of XML schema types


Constructor Summary
TypeInfo(QName name, boolean isSimpleType, TypeInfo baseType)
           
 
Method Summary
 TypeInfo getBaseType()
           
 QName getQName()
           
 boolean isSimpleType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeInfo

public TypeInfo(QName name,
                boolean isSimpleType,
                TypeInfo baseType)
Parameters:
name -
isSimpleType -
Method Detail

isSimpleType

public boolean isSimpleType()
Returns:
the isSimpleType

getQName

public QName getQName()
Returns:
the name

getBaseType

public TypeInfo getBaseType()
Returns:
the baseType

Apache Tuscany SCA Kernel Sub-Project

-