Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.idl
Class ElementInfo

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

public class ElementInfo
extends Object

An abstraction of XML schema elements


Constructor Summary
ElementInfo(QName name, TypeInfo type)
           
 
Method Summary
 QName getQName()
           
 TypeInfo getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementInfo

public ElementInfo(QName name,
                   TypeInfo type)
Parameters:
name -
type -
Method Detail

getQName

public QName getQName()
Returns:
the name

getType

public TypeInfo getType()
Returns:
the type

Apache Tuscany SCA Kernel Sub-Project

-