Class SecurityType


  • public class SecurityType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">An element of this type shall contain information concerning the security settings, manipulation protection and used password of a PDF document.</p>
     

    Java class for SecurityType complex type.

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

    
     <complexType name="SecurityType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="password" type="{http://schema.webpdf.de/1.0/extraction/info}PasswordType" minOccurs="0"/>
           </choice>
           <attGroup ref="{http://schema.webpdf.de/1.0/extraction/info}securityFlags"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • canAssemble

        protected Boolean canAssemble
      • canExtractContent

        protected Boolean canExtractContent
      • canExtractForAccessibility

        protected Boolean canExtractForAccessibility
      • canFillInForm

        protected Boolean canFillInForm
      • canModify

        protected Boolean canModify
      • canModifyAnnotations

        protected Boolean canModifyAnnotations
      • canPrint

        protected Boolean canPrint
      • canPrintHighRes

        protected Boolean canPrintHighRes
    • Constructor Detail

      • SecurityType

        public SecurityType()
    • Method Detail

      • getPassword

        public PasswordType getPassword()
        Gets the value of the password property.
        Returns:
        possible object is PasswordType
      • setPassword

        public void setPassword​(PasswordType value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is PasswordType
      • isSetPassword

        public boolean isSetPassword()
      • isCanAssemble

        public boolean isCanAssemble()
        Gets the value of the canAssemble property.
        Returns:
        possible object is Boolean
      • setCanAssemble

        public void setCanAssemble​(boolean value)
        Sets the value of the canAssemble property.
        Parameters:
        value - allowed object is Boolean
      • isSetCanAssemble

        public boolean isSetCanAssemble()
      • unsetCanAssemble

        public void unsetCanAssemble()
      • isCanExtractContent

        public boolean isCanExtractContent()
        Gets the value of the canExtractContent property.
        Returns:
        possible object is Boolean
      • setCanExtractContent

        public void setCanExtractContent​(boolean value)
        Sets the value of the canExtractContent property.
        Parameters:
        value - allowed object is Boolean
      • isSetCanExtractContent

        public boolean isSetCanExtractContent()
      • unsetCanExtractContent

        public void unsetCanExtractContent()
      • isCanExtractForAccessibility

        public boolean isCanExtractForAccessibility()
        Gets the value of the canExtractForAccessibility property.
        Returns:
        possible object is Boolean
      • setCanExtractForAccessibility

        public void setCanExtractForAccessibility​(boolean value)
        Sets the value of the canExtractForAccessibility property.
        Parameters:
        value - allowed object is Boolean
      • isSetCanExtractForAccessibility

        public boolean isSetCanExtractForAccessibility()
      • unsetCanExtractForAccessibility

        public void unsetCanExtractForAccessibility()
      • isCanFillInForm

        public boolean isCanFillInForm()
        Gets the value of the canFillInForm property.
        Returns:
        possible object is Boolean
      • setCanFillInForm

        public void setCanFillInForm​(boolean value)
        Sets the value of the canFillInForm property.
        Parameters:
        value - allowed object is Boolean
      • isSetCanFillInForm

        public boolean isSetCanFillInForm()
      • unsetCanFillInForm

        public void unsetCanFillInForm()
      • isCanModify

        public boolean isCanModify()
        Gets the value of the canModify property.
        Returns:
        possible object is Boolean
      • setCanModify

        public void setCanModify​(boolean value)
        Sets the value of the canModify property.
        Parameters:
        value - allowed object is Boolean
      • isSetCanModify

        public boolean isSetCanModify()
      • unsetCanModify

        public void unsetCanModify()
      • isCanModifyAnnotations

        public boolean isCanModifyAnnotations()
        Gets the value of the canModifyAnnotations property.
        Returns:
        possible object is Boolean
      • setCanModifyAnnotations

        public void setCanModifyAnnotations​(boolean value)
        Sets the value of the canModifyAnnotations property.
        Parameters:
        value - allowed object is Boolean
      • isSetCanModifyAnnotations

        public boolean isSetCanModifyAnnotations()
      • unsetCanModifyAnnotations

        public void unsetCanModifyAnnotations()
      • isCanPrint

        public boolean isCanPrint()
        Gets the value of the canPrint property.
        Returns:
        possible object is Boolean
      • setCanPrint

        public void setCanPrint​(boolean value)
        Sets the value of the canPrint property.
        Parameters:
        value - allowed object is Boolean
      • isSetCanPrint

        public boolean isSetCanPrint()
      • unsetCanPrint

        public void unsetCanPrint()
      • isCanPrintHighRes

        public boolean isCanPrintHighRes()
        Gets the value of the canPrintHighRes property.
        Returns:
        possible object is Boolean
      • setCanPrintHighRes

        public void setCanPrintHighRes​(boolean value)
        Sets the value of the canPrintHighRes property.
        Parameters:
        value - allowed object is Boolean
      • isSetCanPrintHighRes

        public boolean isSetCanPrintHighRes()
      • unsetCanPrintHighRes

        public void unsetCanPrintHighRes()