org.jboss.axis.wsdl.symbolTable
Class Type

java.lang.Object
  extended byorg.jboss.axis.wsdl.symbolTable.SymTabEntry (src) 
      extended byorg.jboss.axis.wsdl.symbolTable.TypeEntry (src) 
          extended byorg.jboss.axis.wsdl.symbolTable.Type
Direct Known Subclasses:
BaseType (src) , DefinedType (src) , UndefinedType (src)

public abstract class Type
extends TypeEntry (src)

This class represents a TypeEntry that is a type (complexType, simpleType, etc.


Field Summary
 
Fields inherited from class org.jboss.axis.wsdl.symbolTable.TypeEntry (src)
dims, isBaseType, isSimpleType, node, onlyLiteralReference, refType, undefined
 
Fields inherited from class org.jboss.axis.wsdl.symbolTable.SymTabEntry (src)
name, qname
 
Constructor Summary
protected Type(QName (src)  pqName)
          Create a Type object for an xml construct name that represents a base type
protected Type(QName (src)  pqName, org.w3c.dom.Node pNode)
          Create a Type object for an xml construct that is not a base type
protected Type(QName (src)  pqName, TypeEntry (src)  refType, org.w3c.dom.Node pNode, java.lang.String dims)
          Create a TypeEntry object for an xml construct that references a type that has not been defined yet.
 
Methods inherited from class org.jboss.axis.wsdl.symbolTable.TypeEntry (src)
getBaseType, getDimensions, getNode, getRefType, getUndefinedTypeRef, isBaseType, isOnlyLiteralReferenced, isSimpleType, setOnlyLiteralReference, setRefType, setSimpleType, toString, toString, updateUndefined
 
Methods inherited from class org.jboss.axis.wsdl.symbolTable.SymTabEntry (src)
getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Type

protected Type(QName (src)  pqName)
Create a Type object for an xml construct name that represents a base type


Type

protected Type(QName (src)  pqName,
               TypeEntry (src)  refType,
               org.w3c.dom.Node pNode,
               java.lang.String dims)
Create a TypeEntry object for an xml construct that references a type that has not been defined yet. Defer processing until refType is known.


Type

protected Type(QName (src)  pqName,
               org.w3c.dom.Node pNode)
Create a Type object for an xml construct that is not a base type