com.upek.android.ptapi.struct
Class PtInputBir

java.lang.Object
  extended by com.upek.android.ptapi.struct.PtInputBir
All Implemented Interfaces:
java.io.Serializable

public class PtInputBir
extends java.lang.Object
implements java.io.Serializable

A structure used to input a BIR to the API. Such input can be either the actual BIR data, or one of the predefined handles to the template cache.

See Also:
Serialized Form

Field Summary
 PtBir bir
          Used when byForm = PT_FULLBIR_INPUT
 byte form
          Form of the input BIR
 int slotNr
          Used when byForm = PT_SLOT_INPUT
 
Constructor Summary
PtInputBir()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bir

public PtBir bir
Used when byForm = PT_FULLBIR_INPUT


form

public byte form
Form of the input BIR


slotNr

public int slotNr
Used when byForm = PT_SLOT_INPUT

Constructor Detail

PtInputBir

public PtInputBir()