FileDocCategorySizeDatePackage
QNameArrayTest.javaAPI DocApache Axis 1.4838Sat Apr 22 18:57:26 BST 2006test.wsdl.marshall3.types

QNameArrayTest

public class QNameArrayTest extends Object implements Serializable
StringArrayTest.java This file was auto-generated from WSDL by the Apache Axis 1.2RC3 Apr 29, 2005 (10:05:23 EDT) WSDL2Java emitter.

Fields Summary
private QName[]
qnameArray
Constructors Summary
public QNameArrayTest()

    
public QNameArrayTest(QName[] qnameArray)

        this.qnameArray = qnameArray;
    
Methods Summary
public javax.xml.namespace.QName[]getQnameArray()
Gets the stringArray value for this StringArrayTest.

return
stringArray

        return qnameArray;
    
public voidsetQnameArray(javax.xml.namespace.QName[] qnameArray)
Sets the stringArray value for this StringArrayTest.

param
stringArray

        this.qnameArray = qnameArray;