org.apache.axis.wsdl.symbolTable
Class Type
- Serializable
public abstract class Type
This class represents a TypeEntry that is a type (complexType, simpleType, etc.
- Rich Scheuerle (scheu@us.ibm.com)
componentType , containedAttributes , containedElements , dims , isBaseType , isSimpleType , itemQName , node , onlyLiteralReference , refType , types , undefined , underlTypeNillable |
Type(QName pqName) - Create a Type object for an xml construct name that represents a base type
|
Type(QName pqName, Node pNode) - Create a Type object for an xml construct that is not a base type
|
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.
|
getBaseType , getComponentType , getContainedAttributes , getContainedElements , getDimensions , getItemQName , getNestedTypes , getNode , getRefType , getUndefinedTypeRef , getUnderlTypeNillable , isBaseType , isOnlyLiteralReferenced , isSimpleType , setBaseType , setComponentType , setContainedAttributes , setContainedElements , setItemQName , setOnlyLiteralReference , setRefType , setSimpleType , setUnderlTypeNillable , toString , toString , updateUndefined |
Type
protected Type(QName pqName)
Create a Type object for an xml construct name that represents a base type
Type
protected Type(QName pqName,
Node pNode)
Create a Type object for an xml construct that is not a base type
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. Defer processing until refType is known.
pqName
- refType
- pNode
- dims
-
isGenerated
public boolean isGenerated()
setGenerated
public void setGenerated(boolean b)
Copyright © 2005 Apache Web Services Project. All Rights Reserved.