Class NotifyServerInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.NotifyServerInfo
All Implemented Interfaces:
Serializable

public class NotifyServerInfo extends ValueClass
This class is used in IXServicePortIF.notifyServer to describe which operation(s) has (have) been processed by the client application.
Since:
8.00.000.005
See Also:
  • Field Details

    • scanCount

      protected int scanCount
      The number of scanned documents.
    • ocrCount

      protected int ocrCount
      The number of documents for which OCR was processed.
    • reserved

      protected String reserved
      Reserved for internal usage. EIX-2770
      Since:
      21.02.000.010
  • Constructor Details

    • NotifyServerInfo

      public NotifyServerInfo(NotifyServerInfo rhs)
    • NotifyServerInfo

      public NotifyServerInfo()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getScanCount

      public int getScanCount()
    • setScanCount

      public void setScanCount(int scanCount)
    • getOcrCount

      public int getOcrCount()
    • setOcrCount

      public void setOcrCount(int ocrCount)
    • getReserved

      public String getReserved()
    • setReserved

      public void setReserved(String reserved)