1 16 package org.apache.axis.wsdl.symbolTable; 17 18 import org.w3c.dom.Node ; 19 20 import javax.xml.namespace.QName ; 21 22 30 public class CollectionElement extends DefinedElement implements CollectionTE { 31 32 40 public CollectionElement(QName pqName, TypeEntry refType, Node pNode, 41 String dims) { 42 super(pqName, refType, pNode, dims); 43 } 44 } 45 | Popular Tags |