FileDocCategorySizeDatePackage
QNameArrayTestResponse.javaAPI DocApache Axis 1.4899Sat Apr 22 18:57:28 BST 2006test.wsdl.marshall3.types

QNameArrayTestResponse

public class QNameArrayTestResponse extends Object implements Serializable
StringArrayTestResponse.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 QNameArrayTestResponse()

    
public QNameArrayTestResponse(QName[] qnameArray)

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

return
stringArray

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

param
stringArray

        this.qnameArray = qnameArray;