org.apache.axis.wsdl
Class RefdType

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

public class RefdType
extends Type

This Type is for a QName found in a reference is not defined. If the type is later defined, the RefdType is replaced with a new Type


Fields inherited from class org.apache.axis.wsdl.SymTabEntry
name, qname
 
Constructor Summary
RefdType(javax.wsdl.QName pqName, java.lang.String pjName)
           
 
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

RefdType

public RefdType(javax.wsdl.QName pqName,
                java.lang.String pjName)


Copyright © 2001 Apache XML Project. All Rights Reserved.