FileDocCategorySizeDatePackage
CollectionType.javaAPI DocApache Axis 1.41611Sat Apr 22 18:57:26 BST 2006org.apache.axis.wsdl.symbolTable

CollectionType

public class CollectionType extends DefinedType implements CollectionTE
This Type 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 type is added with the special QName [, ]

Fields Summary
private boolean
wrapped
Field wrapped
Constructors Summary
public CollectionType(QName pqName, TypeEntry refType, Node pNode, String dims, boolean wrapped)
Constructor CollectionType

param
pqName
param
refType
param
pNode
param
dims

        super(pqName, refType, pNode, dims);
        this.wrapped = wrapped;
    
Methods Summary
public booleanisWrapped()

        return wrapped;