Class PdfaType.Convert

  • Enclosing class:
    PdfaType

    public static class PdfaType.Convert
    extends Object

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="zugferd" type="{http://schema.webpdf.de/1.0/operation}ZugferdType" minOccurs="0"/>
             <element name="errorCorrection" type="{http://schema.webpdf.de/1.0/operation}PdfaErrorCorrectionType" minOccurs="0"/>
           </all>
           <attribute name="level" type="{http://schema.webpdf.de/1.0/operation}PdfaLevelType" default="3b" />
           <attribute name="imageQuality" default="75">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
                 <maxInclusive value="100"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="errorReport" type="{http://schema.webpdf.de/1.0/operation}PdfaErrorReportType" default="none" />
           <attribute name="successReport" type="{http://schema.webpdf.de/1.0/operation}PdfaSuccessReportType" default="none" />
           <attribute name="autoTagging" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Convert

        public Convert()
    • Method Detail

      • getZugferd

        public ZugferdType getZugferd()
        Gets the value of the zugferd property.
        Returns:
        possible object is ZugferdType
      • setZugferd

        public void setZugferd​(ZugferdType value)
        Sets the value of the zugferd property.
        Parameters:
        value - allowed object is ZugferdType
      • isSetZugferd

        public boolean isSetZugferd()
      • isSetErrorCorrection

        public boolean isSetErrorCorrection()
      • setLevel

        public void setLevel​(PdfaLevelType value)
        Sets the value of the level property.
        Parameters:
        value - allowed object is PdfaLevelType
      • isSetLevel

        public boolean isSetLevel()
      • getImageQuality

        public int getImageQuality()
        Gets the value of the imageQuality property.
        Returns:
        possible object is Integer
      • setImageQuality

        public void setImageQuality​(int value)
        Sets the value of the imageQuality property.
        Parameters:
        value - allowed object is Integer
      • isSetImageQuality

        public boolean isSetImageQuality()
      • unsetImageQuality

        public void unsetImageQuality()
      • isSetErrorReport

        public boolean isSetErrorReport()
      • isSetSuccessReport

        public boolean isSetSuccessReport()
      • isAutoTagging

        public boolean isAutoTagging()
        Gets the value of the autoTagging property.
        Returns:
        possible object is Boolean
      • setAutoTagging

        public void setAutoTagging​(boolean value)
        Sets the value of the autoTagging property.
        Parameters:
        value - allowed object is Boolean
      • isSetAutoTagging

        public boolean isSetAutoTagging()
      • unsetAutoTagging

        public void unsetAutoTagging()