org.apache.axis.wsdl.symbolTable
public class DefinedType extends Type
| Field Summary | |
|---|---|
| protected TypeEntry | extensionBase Field extensionBase |
| protected boolean | searchedForExtensionBase Field searchedForExtensionBase |
| Constructor Summary | |
|---|---|
| DefinedType(QName pqName, Node pNode)
Constructor DefinedType
| |
| DefinedType(QName pqName, TypeEntry refType, Node pNode, String dims)
Constructor DefinedType
| |
| Method Summary | |
|---|---|
| TypeEntry | getComplexTypeExtensionBase(SymbolTable symbolTable)
Get a TypeEntry for the base type of this type, if one exists.
|
Parameters: pqName pNode
Parameters: pqName refType pNode dims
Parameters: symbolTable a SymbolTable value
Returns: a TypeEntry value