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

QNameArrayTest.java

/**
 * StringArrayTest.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2RC3 Apr 29, 2005 (10:05:23 EDT) WSDL2Java emitter.
 */
package test.wsdl.marshall3.types;

import javax.xml.namespace.QName;

public class QNameArrayTest  implements java.io.Serializable {
    private QName[] qnameArray;

    public QNameArrayTest() {
    }

    public QNameArrayTest(QName[] qnameArray) {
        this.qnameArray = qnameArray;
    }

    /**
     * Gets the stringArray value for this StringArrayTest.
     *
     * @return stringArray
     */
    public QName[] getQnameArray() {
        return qnameArray;
    }

    /**
     * Sets the stringArray value for this StringArrayTest.
     *
     * @param stringArray
     */
    public void setQnameArray(QName[] qnameArray) {
        this.qnameArray = qnameArray;
    }
}