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

ShortArrayTest

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

    
public ShortArrayTest(short[] shortArray)

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

return
shortArray

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

param
shortArray

        this.shortArray = shortArray;