Package org.apache.axis.wsdl.symbolTable
Class ContainedEntry
- java.lang.Object
-
- org.apache.axis.wsdl.symbolTable.SymTabEntry
-
- org.apache.axis.wsdl.symbolTable.ContainedEntry
-
- Direct Known Subclasses:
ContainedAttribute,ElementDecl
public class ContainedEntry extends SymTabEntry
-
-
Field Summary
Fields Modifier and Type Field Description protected TypeEntrytype-
Fields inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry
name, qname
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContainedEntry(TypeEntry type, QName qname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeEntrygetType()voidsetType(TypeEntry type)-
Methods inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry
getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString, toString
-
-
-
-
Field Detail
-
type
protected TypeEntry type
-
-