com.upek.android.ptapi.resultarg
Class ByteArrayArg

java.lang.Object
  extended by com.upek.android.ptapi.resultarg.ByteArrayArg
All Implemented Interfaces:
ByteArrayArgI

public class ByteArrayArg
extends java.lang.Object
implements ByteArrayArgI

This class is used for returning additional output function parameters. It serves as a object container only.


Field Summary
 byte[] value
          Contains reference to object stored into the container as result value.
 
Constructor Summary
ByteArrayArg()
           
 
Method Summary
 byte[] getValue()
          Get value stored in the container
 void setValue(byte[] value)
          Store new value in the container.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public byte[] value
Contains reference to object stored into the container as result value.

Constructor Detail

ByteArrayArg

public ByteArrayArg()
Method Detail

getValue

public byte[] getValue()
Description copied from interface: ByteArrayArgI
Get value stored in the container

Specified by:
getValue in interface ByteArrayArgI
Returns:
Value of result container

setValue

public void setValue(byte[] value)
Description copied from interface: ByteArrayArgI
Store new value in the container.

Specified by:
setValue in interface ByteArrayArgI
Parameters:
value - New result value