com.meiglobal.ebds.api
Class AuditContainer

java.lang.Object
  extended by com.meiglobal.ebds.api.AuditContainer

public class AuditContainer
extends java.lang.Object

Class that represents the full audit structure for banknote reporting.


Field Summary
static int INT_LEFT_DOWN
           
static int INT_LEFT_UP
           
static int INT_RIGHT_DOWN
           
static int INT_RIGHT_UP
           
 
Method Summary
 int getMaximumNoteCount()
           
 int[] getRecognizedData(int orientationValue)
           
 int[] getRecognizedData(Orientation orientation)
           
 int[] getStackedData(int orientationValue)
           
 int[] getStackedData(Orientation orientation)
           
 int[] getValidatedData(int orientationValue)
           
 int[] getValidatedData(Orientation orientation)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INT_RIGHT_UP

public static final int INT_RIGHT_UP
See Also:
Constant Field Values

INT_RIGHT_DOWN

public static final int INT_RIGHT_DOWN
See Also:
Constant Field Values

INT_LEFT_UP

public static final int INT_LEFT_UP
See Also:
Constant Field Values

INT_LEFT_DOWN

public static final int INT_LEFT_DOWN
See Also:
Constant Field Values
Method Detail

getMaximumNoteCount

public int getMaximumNoteCount()

getRecognizedData

public int[] getRecognizedData(Orientation orientation)
                        throws AcceptorException
Throws:
AcceptorException

getRecognizedData

public int[] getRecognizedData(int orientationValue)
                        throws AcceptorException
Throws:
AcceptorException

getValidatedData

public int[] getValidatedData(Orientation orientation)
                       throws AcceptorException
Throws:
AcceptorException

getValidatedData

public int[] getValidatedData(int orientationValue)
                       throws AcceptorException
Throws:
AcceptorException

getStackedData

public int[] getStackedData(Orientation orientation)
                     throws AcceptorException
Throws:
AcceptorException

getStackedData

public int[] getStackedData(int orientationValue)
                     throws AcceptorException
Throws:
AcceptorException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object