cuhk.ale.soap
Class ReadDataResponse
java.lang.Object
cuhk.ale.soap.ReadDataResponse
public class ReadDataResponse
- extends java.lang.Object
Java class for readDataResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="readDataResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected byte[] |
_return
|
Method Summary |
byte[] |
getReturn()
Gets the value of the return property. |
void |
setReturn(byte[] value)
Sets the value of the return property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_return
protected byte[] _return
ReadDataResponse
public ReadDataResponse()
getReturn
public byte[] getReturn()
- Gets the value of the return property.
- Returns:
- possible object is
byte[]
setReturn
public void setReturn(byte[] value)
- Sets the value of the return property.
- Parameters:
value
- allowed object is
byte[]