FileDocCategorySizeDatePackage
DefinedElement.javaAPI DocApache Axis 1.41544Sat Apr 22 18:57:28 BST 2006org.apache.axis.wsdl.symbolTable

DefinedElement

public class DefinedElement extends Element
This Type is for a QName that is an element, these types are only emitted if referenced by a ref= or an element=. An element type can be defined inline or it can be defined via a ref/type attribute.

Fields Summary
Constructors Summary
public DefinedElement(QName pqName, TypeEntry refType, Node pNode, String dims)
Create an element type defined by a ref/type attribute

param
pqName
param
refType
param
pNode
param
dims

        super(pqName, refType, pNode, dims);
    
public DefinedElement(QName pqName, Node pNode)
Create an element type defined directly.

param
pqName
param
pNode

        super(pqName, pNode);
    
Methods Summary