Class RedactType

  • All Implemented Interfaces:
    ParameterInterface

    public class RedactType
    extends BaseToolboxType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">You can use the redact operation element to redact the contents of a document and remove metadata.</p>
     

    Java class for RedactType complex type.

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

    
     <complexType name="RedactType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <all>
             <element name="sanitize" type="{http://schema.webpdf.de/1.0/operation}SanitizeType" minOccurs="0"/>
             <element name="blacken" type="{http://schema.webpdf.de/1.0/operation}BlackenType" minOccurs="0"/>
           </all>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RedactType

        public RedactType()
    • Method Detail

      • getSanitize

        public SanitizeType getSanitize()
        Gets the value of the sanitize property.
        Returns:
        possible object is SanitizeType
      • setSanitize

        public void setSanitize​(SanitizeType value)
        Sets the value of the sanitize property.
        Parameters:
        value - allowed object is SanitizeType
      • isSetSanitize

        public boolean isSetSanitize()
      • getBlacken

        public BlackenType getBlacken()
        Gets the value of the blacken property.
        Returns:
        possible object is BlackenType
      • setBlacken

        public void setBlacken​(BlackenType value)
        Sets the value of the blacken property.
        Parameters:
        value - allowed object is BlackenType
      • isSetBlacken

        public boolean isSetBlacken()