com.meiglobal.ebds.api
Class AuditContainer
java.lang.Object
com.meiglobal.ebds.api.AuditContainer
public class AuditContainer
- extends java.lang.Object
Class that represents the full audit structure for banknote reporting.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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