org.apache.axis.wsdl
Class DefinedType

java.lang.Object
  |
  +--org.apache.axis.wsdl.SymTabEntry
        |
        +--org.apache.axis.wsdl.Type
              |
              +--org.apache.axis.wsdl.DefinedType

public class DefinedType
extends Type

This Type is for a QName that is a complex or simple type, these types are always emitted.


Fields inherited from class org.apache.axis.wsdl.SymTabEntry
name, qname
 
Constructor Summary
DefinedType(javax.wsdl.QName pqName, java.lang.String pjName, org.w3c.dom.Node pNode)
           
 
Methods inherited from class org.apache.axis.wsdl.Type
getBaseType, getJavaName, getNode, getShouldEmit, isDefined, setShouldEmit, toString
 
Methods inherited from class org.apache.axis.wsdl.SymTabEntry
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

DefinedType

public DefinedType(javax.wsdl.QName pqName,
                   java.lang.String pjName,
                   org.w3c.dom.Node pNode)


Copyright © 2001 Apache XML Project. All Rights Reserved.