From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../egiz/pdfas/wrapper/SignatureCheckWrapper.html | 291 +++++++++++++++++++++ 1 file changed, 291 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/wrapper/SignatureCheckWrapper.html (limited to 'docs/full/at/gv/egiz/pdfas/wrapper/SignatureCheckWrapper.html') diff --git a/docs/full/at/gv/egiz/pdfas/wrapper/SignatureCheckWrapper.html b/docs/full/at/gv/egiz/pdfas/wrapper/SignatureCheckWrapper.html new file mode 100644 index 00000000..96d2a069 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/wrapper/SignatureCheckWrapper.html @@ -0,0 +1,291 @@ + + + + + +SignatureCheckWrapper + + + + + + + +
+ + + + + +
+ + + +
+
at.gv.egiz.pdfas.wrapper
+

Class SignatureCheckWrapper

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    SignatureCheck
    +
    +
    +
    +
    public class SignatureCheckWrapper
    +extends java.lang.Object
    +implements SignatureCheck
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetCode() +
      Returns the response code of the check.
      +
      java.lang.StringgetMessage() +
      Returns the textual response message of the check (corresponding to the + code).
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignatureCheckWrapper

        +
        public SignatureCheckWrapper(SignatureCheck newCheck)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCode

        +
        public int getCode()
        +
        Description copied from interface: SignatureCheck
        +
        Returns the response code of the check.
        +
        +
        Specified by:
        +
        getCode in interface SignatureCheck
        +
        Returns:
        Returns the response code of the check.
        +
      • +
      + + + +
        +
      • +

        getMessage

        +
        public java.lang.String getMessage()
        +
        Description copied from interface: SignatureCheck
        +
        Returns the textual response message of the check (corresponding to the + code).
        +
        +
        Specified by:
        +
        getMessage in interface SignatureCheck
        +
        Returns:
        Returns the textual response message of the check (corresponding to + the code).
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3