org.jboss.axis.wsdl.symbolTable
Class CollectionElement
java.lang.Object
org.jboss.axis.wsdl.symbolTable.SymTabEntry
org.jboss.axis.wsdl.symbolTable.TypeEntry
org.jboss.axis.wsdl.symbolTable.Element
org.jboss.axis.wsdl.symbolTable.DefinedElement
org.jboss.axis.wsdl.symbolTable.CollectionElement
- All Implemented Interfaces:
- CollectionTE
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 [, ]
Methods inherited from class org.jboss.axis.wsdl.symbolTable.TypeEntry |
getBaseType, getDimensions, getNode, getRefType, getUndefinedTypeRef, isBaseType, isOnlyLiteralReferenced, isSimpleType, setOnlyLiteralReference, setRefType, setSimpleType, toString, toString, updateUndefined |
CollectionElement
public CollectionElement(javax.xml.namespace.QName pqName,
TypeEntry refType,
Node pNode,
String dims)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.