1 55 package org.jboss.axis.wsdl.symbolTable; 56 57 58 import org.w3c.dom.Node ; 59 60 import javax.xml.namespace.QName ; 61 62 70 public class CollectionType extends DefinedType implements CollectionTE 71 { 72 public CollectionType(QName pqName, TypeEntry refType, Node pNode, String dims) 73 { 74 super(pqName, refType, pNode, dims); 75 } 76 } 77 78 ; 79 80 | Popular Tags |