org.apache.axis.wsdl.symbolTable
public abstract class Type extends TypeEntry
| Constructor Summary | |
|---|---|
| protected | Type(QName pqName)
Create a Type object for an xml construct name that represents a base type
|
| protected | Type(QName pqName, TypeEntry refType, Node pNode, String dims)
Create a TypeEntry object for an xml construct that references a type that has
not been defined yet. |
| protected | Type(QName pqName, Node pNode)
Create a Type object for an xml construct that is not a base type
|
| Method Summary | |
|---|---|
| boolean | isGenerated() |
| void | setGenerated(boolean b) |
Parameters: pqName
Parameters: pqName refType pNode dims
Parameters: pqName pNode