org.apache.axis.wsdl.symbolTable
Class Element
- Serializable
public abstract class Element
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 |
Element(QName pqName, Node pNode) - Create a Element object for an xml construct that is not a base java type
|
Element(QName pqName, TypeEntry refType, Node pNode, String dims) - Create an Element 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 |
Element
protected Element(QName pqName,
Node pNode)
Create a Element object for an xml construct that is not a base java type
pqName
- pNode
-
Element
protected Element(QName pqName,
TypeEntry refType,
Node pNode,
String dims)
Create an Element 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
-
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.