ShortArrayTestpublic class ShortArrayTest extends Object implements SerializableShortArrayTest.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;
| public void | setShortArray(short[] shortArray)Sets the shortArray value for this ShortArrayTest.
this.shortArray = shortArray;
|
|