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

CollectionElement

public class CollectionElement extends DefinedElement implements CollectionTE
This Element is for a QName that is a 'collection'. For example, We need a way to indicate in the symbol table that a foo is 'collection of bars', In such cases a collection element is added with the special QName [, ]

Fields Summary
Constructors Summary
public CollectionElement(QName pqName, TypeEntry refType, Node pNode, String dims)
Constructor CollectionElement

param
pqName
param
refType
param
pNode
param
dims

        super(pqName, refType, pNode, dims);
    
Methods Summary