Class EncryptType.Password

  • Enclosing class:
    EncryptType

    public static class EncryptType.Password
    extends Object

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="encryptionKey" type="{http://schema.webpdf.de/1.0/operation}PdfEncryptionKeyType" default="RC4_128" />
           <attribute name="permission" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="open" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Password

        public Password()
    • Method Detail

      • isSetEncryptionKey

        public boolean isSetEncryptionKey()
      • getPermission

        public String getPermission()
        Gets the value of the permission property.
        Returns:
        possible object is String
      • setPermission

        public void setPermission​(String value)
        Sets the value of the permission property.
        Parameters:
        value - allowed object is String
      • isSetPermission

        public boolean isSetPermission()
      • getOpen

        public String getOpen()
        Gets the value of the open property.
        Returns:
        possible object is String
      • setOpen

        public void setOpen​(String value)
        Sets the value of the open property.
        Parameters:
        value - allowed object is String
      • isSetOpen

        public boolean isSetOpen()