Class EncryptionInfo


  • public final class EncryptionInfo
    extends java.lang.Object

    Java class for encrypted complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="encrypted">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="number-of-pages" type="{http://www.w3.org/2001/XMLSchema}int" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptionInfo()  
    • Method Summary

      Modifier and Type Method Description
      EncryptionInfo copy()  
      int getNumberOfPages()  
      void setNumberOfPages​(java.lang.Integer numberOfPages)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EncryptionInfo

        public EncryptionInfo()
    • Method Detail

      • getNumberOfPages

        public int getNumberOfPages()
      • setNumberOfPages

        public void setNumberOfPages​(java.lang.Integer numberOfPages)