Class OperationData
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BarcodeTypebarcodeprotected BillingTypebillingprotected ConverterTypeconverterprotected OcrTypeocrprotected PdfPasswordTypepasswordprotected PdfaTypepdfaprotected SettingsTypesettingsprotected SignatureTypesignatureprotected List<BaseToolboxType>toolboxprotected UrlConverterTypeurlconverter
-
Constructor Summary
Constructors Constructor Description OperationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BarcodeTypegetBarcode()Gets the value of the barcode property.BillingTypegetBilling()Gets the value of the billing property.ConverterTypegetConverter()Gets the value of the converter property.OcrTypegetOcr()Gets the value of the ocr property.PdfPasswordTypegetPassword()Gets the value of the password property.PdfaTypegetPdfa()Gets the value of the pdfa property.SettingsTypegetSettings()Gets the value of the settings property.SignatureTypegetSignature()Gets the value of the signature property.List<BaseToolboxType>getToolbox()Gets the value of the toolbox property.UrlConverterTypegetUrlconverter()Gets the value of the urlconverter property.booleanisSetBarcode()booleanisSetBilling()booleanisSetConverter()booleanisSetOcr()booleanisSetPassword()booleanisSetPdfa()booleanisSetSettings()booleanisSetSignature()booleanisSetToolbox()booleanisSetUrlconverter()voidsetBarcode(BarcodeType value)Sets the value of the barcode property.voidsetBilling(BillingType value)Sets the value of the billing property.voidsetConverter(ConverterType value)Sets the value of the converter property.voidsetOcr(OcrType value)Sets the value of the ocr property.voidsetPassword(PdfPasswordType value)Sets the value of the password property.voidsetPdfa(PdfaType value)Sets the value of the pdfa property.voidsetSettings(SettingsType value)Sets the value of the settings property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetUrlconverter(UrlConverterType value)Sets the value of the urlconverter property.voidunsetToolbox()
-
-
-
Field Detail
-
billing
protected BillingType billing
-
password
protected PdfPasswordType password
-
settings
protected SettingsType settings
-
barcode
protected BarcodeType barcode
-
converter
protected ConverterType converter
-
ocr
protected OcrType ocr
-
pdfa
protected PdfaType pdfa
-
signature
protected SignatureType signature
-
toolbox
protected List<BaseToolboxType> toolbox
-
urlconverter
protected UrlConverterType urlconverter
-
-
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 isBillingType
-
isSetBilling
public boolean isSetBilling()
-
getPassword
public PdfPasswordType getPassword()
Gets the value of the password property.- Returns:
- possible object is
PdfPasswordType
-
setPassword
public void setPassword(PdfPasswordType value)
Sets the value of the password property.- Parameters:
value- allowed object isPdfPasswordType
-
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 isSettingsType
-
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 isBarcodeType
-
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 isConverterType
-
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 isOcrType
-
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 isPdfaType
-
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 isSignatureType
-
isSetSignature
public boolean isSetSignature()
-
getToolbox
public List<BaseToolboxType> getToolbox()
Gets the value of the toolbox property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the toolbox property.For example, to add a new item, do as follows:
getToolbox().add(newItem);Objects of the following type(s) are allowed in the list
AnnotationTypeAttachmentTypeCompressTypeDeleteTypeDescriptionTypeExtractionTypeFormsTypeImageTypeMergeTypeMoveTypeOptionsTypeOutlineTypePortfolioTypePrintTypeRedactTypeRotateTypeScaleTypeSecurityTypeSplitTypeTranscribeTypeWatermarkTypeXmpType- Returns:
- The value of the toolbox property.
-
isSetToolbox
public boolean isSetToolbox()
-
unsetToolbox
public void unsetToolbox()
-
getUrlconverter
public UrlConverterType getUrlconverter()
Gets the value of the urlconverter property.- Returns:
- possible object is
UrlConverterType
-
setUrlconverter
public void setUrlconverter(UrlConverterType value)
Sets the value of the urlconverter property.- Parameters:
value- allowed object isUrlConverterType
-
isSetUrlconverter
public boolean isSetUrlconverter()
-
-