Class EncryptionInfo


  • public final class EncryptionInfo
    extends 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 Detail

      • EncryptionInfo

        public EncryptionInfo()
    • Method Detail

      • getNumberOfPages

        public int getNumberOfPages()
      • setNumberOfPages

        public void setNumberOfPages​(Integer numberOfPages)