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

StringArrayTestResponse

public class StringArrayTestResponse 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 String[]
stringArray
Constructors Summary
public StringArrayTestResponse()

    
public StringArrayTestResponse(String[] stringArray)

        this.stringArray = stringArray;
    
Methods Summary
public java.lang.String[]getStringArray()
Gets the stringArray value for this StringArrayTestResponse.

return
stringArray

        return stringArray;
    
public voidsetStringArray(java.lang.String[] stringArray)
Sets the stringArray value for this StringArrayTestResponse.

param
stringArray

        this.stringArray = stringArray;