Class SettingsType


  • public class SettingsType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to configure global settings that should be respected when running the web service operation. This concerns e.g. settings whether the execution of the operation is allowed within the scope of the PDF document settings or how the result of the operation should be handled.</p>
     

    Java class for SettingsType complex type.

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

    
     <complexType name="SettingsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="signature" type="{http://schema.webpdf.de/1.0/operation}SignatureSettingsType" minOccurs="0"/>
             <element name="compress" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <all>
                       <element name="compressObjects" type="{http://schema.webpdf.de/1.0/operation}CompressObjectsType" minOccurs="0"/>
                     </all>
                     <attribute name="compressProfile" type="{http://schema.webpdf.de/1.0/operation}CompressProfileType" default="never" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="pdfa" type="{http://schema.webpdf.de/1.0/operation}PdfaSettingsType" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>