Class ConverterType

  • All Implemented Interfaces:
    ParameterInterface

    public class ConverterType
    extends Object
    implements ParameterInterface
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="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">Performs the conversion of a document.</p>
     

    Java class for ConverterType complex type.

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

    
     <complexType name="ConverterType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="page" type="{http://schema.webpdf.de/1.0/operation}ConverterPageType" minOccurs="0"/>
             <element name="pdfa" type="{http://schema.webpdf.de/1.0/operation}PdfaType" minOccurs="0"/>
             <element name="signature" type="{http://schema.webpdf.de/1.0/operation}SignatureType" minOccurs="0"/>
             <element name="html" type="{http://schema.webpdf.de/1.0/operation}ConverterHtmlType" minOccurs="0"/>
             <element name="mail" type="{http://schema.webpdf.de/1.0/operation}ConverterMailType" minOccurs="0"/>
             <element name="officeBridge" type="{http://schema.webpdf.de/1.0/operation}OfficeBridgeType" minOccurs="0"/>
             <element name="sharePointBridge" type="{http://schema.webpdf.de/1.0/operation}SharePointBridgeType" minOccurs="0"/>
             <element name="report" type="{http://schema.webpdf.de/1.0/operation}ConverterReportType" minOccurs="0"/>
             <element name="template" type="{http://schema.webpdf.de/1.0/operation}ConverterTemplateType" minOccurs="0"/>
             <element name="text" type="{http://schema.webpdf.de/1.0/operation}ConverterTextType" minOccurs="0"/>
             <element name="transform" type="{http://schema.webpdf.de/1.0/operation}ConverterTransformType" minOccurs="0"/>
             <element name="image" type="{http://schema.webpdf.de/1.0/operation}ConverterImageType" minOccurs="0"/>
           </all>
           <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="compression" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="jpegQuality" default="90">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
                 <maxInclusive value="100"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="reduceResolution" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="dpi" default="300">
             <simpleType>
               <restriction base="{http://schema.webpdf.de/1.0/operation}DpiType">
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="embedFonts" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="accessPassword" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="fileExtension" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="maxRecursion" default="1">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ConverterType

        public ConverterType()
    • Method Detail

      • isSetPage

        public boolean isSetPage()
      • getPdfa

        public PdfaType getPdfa()
        Gets the value of the pdfa property.
        Returns:
        possible object is PdfaType
      • setPdfa

        public void setPdfa​(PdfaType value)
        Sets the value of the pdfa property.
        Parameters:
        value - allowed object is PdfaType
      • isSetPdfa

        public boolean isSetPdfa()
      • getSignature

        public SignatureType getSignature()
        Gets the value of the signature property.
        Returns:
        possible object is SignatureType
      • setSignature

        public void setSignature​(SignatureType value)
        Sets the value of the signature property.
        Parameters:
        value - allowed object is SignatureType
      • isSetSignature

        public boolean isSetSignature()
      • isSetHtml

        public boolean isSetHtml()
      • isSetMail

        public boolean isSetMail()
      • setOfficeBridge

        public void setOfficeBridge​(OfficeBridgeType value)
        Sets the value of the officeBridge property.
        Parameters:
        value - allowed object is OfficeBridgeType
      • isSetOfficeBridge

        public boolean isSetOfficeBridge()
      • isSetSharePointBridge

        public boolean isSetSharePointBridge()
      • isSetReport

        public boolean isSetReport()
      • isSetTemplate

        public boolean isSetTemplate()
      • isSetText

        public boolean isSetText()
      • isSetTransform

        public boolean isSetTransform()
      • isSetImage

        public boolean isSetImage()
      • getPages

        public String getPages()
        Gets the value of the pages property.
        Returns:
        possible object is String
      • setPages

        public void setPages​(String value)
        Sets the value of the pages property.
        Parameters:
        value - allowed object is String
      • isSetPages

        public boolean isSetPages()
      • isCompression

        public boolean isCompression()
        Gets the value of the compression property.
        Returns:
        possible object is Boolean
      • setCompression

        public void setCompression​(boolean value)
        Sets the value of the compression property.
        Parameters:
        value - allowed object is Boolean
      • isSetCompression

        public boolean isSetCompression()
      • unsetCompression

        public void unsetCompression()
      • getJpegQuality

        public int getJpegQuality()
        Gets the value of the jpegQuality property.
        Returns:
        possible object is Integer
      • setJpegQuality

        public void setJpegQuality​(int value)
        Sets the value of the jpegQuality property.
        Parameters:
        value - allowed object is Integer
      • isSetJpegQuality

        public boolean isSetJpegQuality()
      • unsetJpegQuality

        public void unsetJpegQuality()
      • isReduceResolution

        public boolean isReduceResolution()
        Gets the value of the reduceResolution property.
        Returns:
        possible object is Boolean
      • setReduceResolution

        public void setReduceResolution​(boolean value)
        Sets the value of the reduceResolution property.
        Parameters:
        value - allowed object is Boolean
      • isSetReduceResolution

        public boolean isSetReduceResolution()
      • unsetReduceResolution

        public void unsetReduceResolution()
      • getDpi

        public int getDpi()
        Gets the value of the dpi property.
        Returns:
        possible object is Integer
      • setDpi

        public void setDpi​(int value)
        Sets the value of the dpi property.
        Parameters:
        value - allowed object is Integer
      • isSetDpi

        public boolean isSetDpi()
      • unsetDpi

        public void unsetDpi()
      • isEmbedFonts

        public boolean isEmbedFonts()
        Gets the value of the embedFonts property.
        Returns:
        possible object is Boolean
      • setEmbedFonts

        public void setEmbedFonts​(boolean value)
        Sets the value of the embedFonts property.
        Parameters:
        value - allowed object is Boolean
      • isSetEmbedFonts

        public boolean isSetEmbedFonts()
      • unsetEmbedFonts

        public void unsetEmbedFonts()
      • getAccessPassword

        public String getAccessPassword()
        Gets the value of the accessPassword property.
        Returns:
        possible object is String
      • setAccessPassword

        public void setAccessPassword​(String value)
        Sets the value of the accessPassword property.
        Parameters:
        value - allowed object is String
      • isSetAccessPassword

        public boolean isSetAccessPassword()
      • getFileExtension

        public String getFileExtension()
        Gets the value of the fileExtension property.
        Returns:
        possible object is String
      • setFileExtension

        public void setFileExtension​(String value)
        Sets the value of the fileExtension property.
        Parameters:
        value - allowed object is String
      • isSetFileExtension

        public boolean isSetFileExtension()
      • getMaxRecursion

        public int getMaxRecursion()
        Gets the value of the maxRecursion property.
        Returns:
        possible object is Integer
      • setMaxRecursion

        public void setMaxRecursion​(int value)
        Sets the value of the maxRecursion property.
        Parameters:
        value - allowed object is Integer
      • isSetMaxRecursion

        public boolean isSetMaxRecursion()
      • unsetMaxRecursion

        public void unsetMaxRecursion()