Package org.apache.axis.wsdl.symbolTable
Class ContainedAttribute
- java.lang.Object
-
- org.apache.axis.wsdl.symbolTable.SymTabEntry
-
- org.apache.axis.wsdl.symbolTable.ContainedEntry
-
- org.apache.axis.wsdl.symbolTable.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
Constructors Modifier Constructor Description protected
ContainedAttribute(TypeEntry type, QName qname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getOptional()
Method getOptionalvoid
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
-
-