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"/>
<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"/>
</choice>
<element name="urlconverter" type="{http://schema.webpdf.de/1.0/operation}UrlConverterType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected BarcodeType |
barcode |
protected BillingType |
billing |
protected ConverterType |
converter |
protected OcrType |
ocr |
protected PdfPasswordType |
password |
protected PdfaType |
pdfa |
protected SignatureType |
signature |
protected List<BaseToolboxType> |
toolbox |
protected UrlConverterType |
urlconverter |
| Constructor and Description |
|---|
OperationData() |
| Modifier and Type | Method and Description |
|---|---|
BarcodeType |
getBarcode()
Gets the value of the barcode property.
|
BillingType |
getBilling()
Gets the value of the billing property.
|
ConverterType |
getConverter()
Gets the value of the converter property.
|
OcrType |
getOcr()
Gets the value of the ocr property.
|
PdfPasswordType |
getPassword()
Gets the value of the password property.
|
PdfaType |
getPdfa()
Gets the value of the pdfa property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
List<BaseToolboxType> |
getToolbox()
Gets the value of the toolbox property.
|
UrlConverterType |
getUrlconverter()
Gets the value of the urlconverter property.
|
boolean |
isSetBarcode() |
boolean |
isSetBilling() |
boolean |
isSetConverter() |
boolean |
isSetOcr() |
boolean |
isSetPassword() |
boolean |
isSetPdfa() |
boolean |
isSetSignature() |
boolean |
isSetToolbox() |
boolean |
isSetUrlconverter() |
void |
setBarcode(BarcodeType value)
Sets the value of the barcode property.
|
void |
setBilling(BillingType value)
Sets the value of the billing property.
|
void |
setConverter(ConverterType value)
Sets the value of the converter property.
|
void |
setOcr(OcrType value)
Sets the value of the ocr property.
|
void |
setPassword(PdfPasswordType value)
Sets the value of the password property.
|
void |
setPdfa(PdfaType value)
Sets the value of the pdfa property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
void |
setUrlconverter(UrlConverterType value)
Sets the value of the urlconverter property.
|
void |
unsetToolbox() |
protected BillingType billing
protected PdfPasswordType password
protected BarcodeType barcode
protected ConverterType converter
protected OcrType ocr
protected PdfaType pdfa
protected SignatureType signature
protected List<BaseToolboxType> toolbox
protected UrlConverterType urlconverter
public BillingType getBilling()
BillingTypepublic void setBilling(BillingType value)
value - allowed object is
BillingTypepublic boolean isSetBilling()
public PdfPasswordType getPassword()
PdfPasswordTypepublic void setPassword(PdfPasswordType value)
value - allowed object is
PdfPasswordTypepublic boolean isSetPassword()
public BarcodeType getBarcode()
BarcodeTypepublic void setBarcode(BarcodeType value)
value - allowed object is
BarcodeTypepublic boolean isSetBarcode()
public ConverterType getConverter()
ConverterTypepublic void setConverter(ConverterType value)
value - allowed object is
ConverterTypepublic boolean isSetConverter()
public OcrType getOcr()
OcrTypepublic void setOcr(OcrType value)
value - allowed object is
OcrTypepublic boolean isSetOcr()
public PdfaType getPdfa()
PdfaTypepublic void setPdfa(PdfaType value)
value - allowed object is
PdfaTypepublic boolean isSetPdfa()
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic boolean isSetSignature()
public List<BaseToolboxType> getToolbox()
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 JAXB object.
This is why there is not a set method 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
AnnotationType
AttachmentType
DeleteType
DescriptionType
ExtractionType
FormsType
ImageType
MergeType
OptionsType
PrintType
RotateType
SecurityType
SplitType
WatermarkType
XmpType
MoveType
OutlineType
RedactType
PortfolioType
public boolean isSetToolbox()
public void unsetToolbox()
public UrlConverterType getUrlconverter()
UrlConverterTypepublic void setUrlconverter(UrlConverterType value)
value - allowed object is
UrlConverterTypepublic boolean isSetUrlconverter()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.