org.apache.axis.wsdl.symbolTable

Class ContainedAttribute


public class ContainedAttribute
extends ContainedEntry

Field Summary

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

type

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

name, qname

Constructor Summary

ContainedAttribute(TypeEntry type, QName qname)

Method Summary

boolean
getOptional()
Method getOptional
void
setOptional(boolean optional)
Method setOptional

Methods inherited from class org.apache.axis.wsdl.symbolTable.ContainedEntry

getType, setType

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

getDynamicVar, getName, getQName, isReferenced, setDynamicVar, setIsReferenced, setName, toString, toString

Constructor Details

ContainedAttribute

protected ContainedAttribute(TypeEntry type,
                             QName qname)
Parameters:
qname -

Method Details

getOptional

public boolean getOptional()
Method getOptional
Returns:

setOptional

public void setOptional(boolean optional)
Method setOptional
Parameters:
optional -

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