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

ShortArrayTestResponse

public class ShortArrayTestResponse extends Object implements Serializable
ShortArrayTestResponse.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 short[]
shortArray
Constructors Summary
public ShortArrayTestResponse()

    
public ShortArrayTestResponse(short[] shortArray)

        this.shortArray = shortArray;
    
Methods Summary
public short[]getShortArray()
Gets the shortArray value for this ShortArrayTestResponse.

return
shortArray

        return shortArray;
    
public voidsetShortArray(short[] shortArray)
Sets the shortArray value for this ShortArrayTestResponse.

param
shortArray

        this.shortArray = shortArray;