org.apache.axis.wsdl.symbolTable

Class ContainedEntry

Known Direct Subclasses:
ContainedAttribute, ElementDecl

public class ContainedEntry
extends SymTabEntry

Field Summary

protected TypeEntry
type

Fields inherited from class org.apache.axis.wsdl.symbolTable.SymTabEntry

name, qname

Constructor Summary

ContainedEntry(TypeEntry type, QName qname)

Method Summary

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 Details

type

protected TypeEntry type

Constructor Details

ContainedEntry

protected ContainedEntry(TypeEntry type,
                         QName qname)

Parameters:
qname -

Method Details

getType

public TypeEntry getType()

Returns:
Returns the type.


setType

public void setType(TypeEntry type)

Parameters:
type - The type to set.


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.