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 TypeEntry
type
-
Fields inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry
name, qname
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ContainedEntry(TypeEntry type, QName qname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeEntry
getType()
void
setType(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
-
-