org.apache.axis.wsdl.toJava
Class BaseType

java.lang.Object
  |
  +--org.apache.axis.wsdl.toJava.SymTabEntry
        |
        +--org.apache.axis.wsdl.toJava.TypeEntry
              |
              +--org.apache.axis.wsdl.toJava.Type
                    |
                    +--org.apache.axis.wsdl.toJava.BaseType

public class BaseType
extends Type

This Type is for a QName represents a Base Type (i.e. xsd:string represents a java.lang.String)


Fields inherited from class org.apache.axis.wsdl.toJava.TypeEntry
dims, isBaseType, isSimpleType, node, onlyLiteralReference, refType, undefined
 
Fields inherited from class org.apache.axis.wsdl.toJava.SymTabEntry
name, qname
 
Constructor Summary
BaseType(javax.wsdl.QName pqName)
           
 
Methods inherited from class org.apache.axis.wsdl.toJava.TypeEntry
getBaseType, getDimensions, getNode, getRefType, getUndefinedTypeRef, isOnlyLiteralReferenced, isSimpleType, setOnlyLiteralReference, setRefType, setSimpleType, toString, toString, updateUndefined
 
Methods inherited from class org.apache.axis.wsdl.toJava.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

BaseType

public BaseType(javax.wsdl.QName pqName)


Copyright © 2001 Apache XML Project. All Rights Reserved.