Class CompressType

  • All Implemented Interfaces:
    ParameterInterface
    Direct Known Subclasses:
    CompressSettingsType

    public class CompressType
    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">The compress operation element can be used to reduce the document size by compression. This modifies the document, so note that this can lead to the invalidation of existing signatures and archive formats. The compression can also be provided by the execution settings basically web service independent for the storage of documents.</p>
     

    Java class for CompressType complex type.

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

    
     <complexType name="CompressType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <choice>
             <element name="compressObjects" type="{http://schema.webpdf.de/1.0/operation}CompressObjectsType" minOccurs="0"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • CompressType

        public CompressType()
    • Method Detail

      • setCompressObjects

        public void setCompressObjects​(CompressObjectsType value)
        Sets the value of the compressObjects property.
        Parameters:
        value - allowed object is CompressObjectsType
      • isSetCompressObjects

        public boolean isSetCompressObjects()