Class OperationData


  • public class OperationData
    extends Object

    Java class for operation element declaration.

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

    
     <element name="operation">
       <complexType>
         <complexContent>
           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
             <sequence>
               <element name="billing" type="{http://schema.webpdf.de/1.0/operation}BillingType" minOccurs="0"/>
               <element name="password" type="{http://schema.webpdf.de/1.0/operation}PdfPasswordType" minOccurs="0"/>
               <element name="settings" type="{http://schema.webpdf.de/1.0/operation}SettingsType" minOccurs="0"/>
               <choice>
                 <element name="barcode" type="{http://schema.webpdf.de/1.0/operation}BarcodeType"/>
                 <element name="converter" type="{http://schema.webpdf.de/1.0/operation}ConverterType"/>
                 <element name="ocr" type="{http://schema.webpdf.de/1.0/operation}OcrType"/>
                 <element name="pdfa" type="{http://schema.webpdf.de/1.0/operation}PdfaType"/>
                 <element name="signature" type="{http://schema.webpdf.de/1.0/operation}SignatureType"/>
                 <choice maxOccurs="unbounded">
                   <element name="annotation" type="{http://schema.webpdf.de/1.0/operation}AnnotationType"/>
                   <element name="attachment" type="{http://schema.webpdf.de/1.0/operation}AttachmentType"/>
                   <element name="delete" type="{http://schema.webpdf.de/1.0/operation}DeleteType"/>
                   <element name="description" type="{http://schema.webpdf.de/1.0/operation}DescriptionType"/>
                   <element name="extraction" type="{http://schema.webpdf.de/1.0/operation}ExtractionType"/>
                   <element name="forms" type="{http://schema.webpdf.de/1.0/operation}FormsType"/>
                   <element name="image" type="{http://schema.webpdf.de/1.0/operation}ImageType"/>
                   <element name="merge" type="{http://schema.webpdf.de/1.0/operation}MergeType"/>
                   <element name="options" type="{http://schema.webpdf.de/1.0/operation}OptionsType"/>
                   <element name="print" type="{http://schema.webpdf.de/1.0/operation}PrintType"/>
                   <element name="rotate" type="{http://schema.webpdf.de/1.0/operation}RotateType"/>
                   <element name="security" type="{http://schema.webpdf.de/1.0/operation}SecurityType"/>
                   <element name="split" type="{http://schema.webpdf.de/1.0/operation}SplitType"/>
                   <element name="watermark" type="{http://schema.webpdf.de/1.0/operation}WatermarkType"/>
                   <element name="xmp" type="{http://schema.webpdf.de/1.0/operation}XmpType"/>
                   <element name="move" type="{http://schema.webpdf.de/1.0/operation}MoveType"/>
                   <element name="outline" type="{http://schema.webpdf.de/1.0/operation}OutlineType"/>
                   <element name="redact" type="{http://schema.webpdf.de/1.0/operation}RedactType"/>
                   <element name="portfolio" type="{http://schema.webpdf.de/1.0/operation}PortfolioType"/>
                   <element name="scale" type="{http://schema.webpdf.de/1.0/operation}ScaleType"/>
                   <element name="compress" type="{http://schema.webpdf.de/1.0/operation}CompressType"/>
                   <element name="transcribe" type="{http://schema.webpdf.de/1.0/operation}TranscribeType"/>
                 </choice>
                 <element name="urlconverter" type="{http://schema.webpdf.de/1.0/operation}UrlConverterType"/>
               </choice>
             </sequence>
           </restriction>
         </complexContent>
       </complexType>
     </element>
     
    • Constructor Detail

      • OperationData

        public OperationData()
    • Method Detail

      • getBilling

        public BillingType getBilling()
        Gets the value of the billing property.
        Returns:
        possible object is BillingType
      • setBilling

        public void setBilling​(BillingType value)
        Sets the value of the billing property.
        Parameters:
        value - allowed object is BillingType
      • isSetBilling

        public boolean isSetBilling()
      • setPassword

        public void setPassword​(PdfPasswordType value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is PdfPasswordType
      • isSetPassword

        public boolean isSetPassword()
      • getSettings

        public SettingsType getSettings()
        Gets the value of the settings property.
        Returns:
        possible object is SettingsType
      • setSettings

        public void setSettings​(SettingsType value)
        Sets the value of the settings property.
        Parameters:
        value - allowed object is SettingsType
      • isSetSettings

        public boolean isSetSettings()
      • getBarcode

        public BarcodeType getBarcode()
        Gets the value of the barcode property.
        Returns:
        possible object is BarcodeType
      • setBarcode

        public void setBarcode​(BarcodeType value)
        Sets the value of the barcode property.
        Parameters:
        value - allowed object is BarcodeType
      • isSetBarcode

        public boolean isSetBarcode()
      • getConverter

        public ConverterType getConverter()
        Gets the value of the converter property.
        Returns:
        possible object is ConverterType
      • setConverter

        public void setConverter​(ConverterType value)
        Sets the value of the converter property.
        Parameters:
        value - allowed object is ConverterType
      • isSetConverter

        public boolean isSetConverter()
      • getOcr

        public OcrType getOcr()
        Gets the value of the ocr property.
        Returns:
        possible object is OcrType
      • setOcr

        public void setOcr​(OcrType value)
        Sets the value of the ocr property.
        Parameters:
        value - allowed object is OcrType
      • isSetOcr

        public boolean isSetOcr()
      • 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()
      • isSetToolbox

        public boolean isSetToolbox()
      • unsetToolbox

        public void unsetToolbox()
      • setUrlconverter

        public void setUrlconverter​(UrlConverterType value)
        Sets the value of the urlconverter property.
        Parameters:
        value - allowed object is UrlConverterType
      • isSetUrlconverter

        public boolean isSetUrlconverter()