Class TranscribeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.TranscribeType
-
- All Implemented Interfaces:
ParameterInterface
public class TranscribeType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The transcribe operation element can be used to convert a PDF document into other document formats. Errors and inaccuracies can always occur during such conversions, so the endpoint allows a report to be generated to detect and evaluate possible transfer errors both in the event of an error and in the event of a success.</p>
Java class for TranscribeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscribeType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType"> <choice> <element name="html" type="{http://schema.webpdf.de/1.0/operation}HtmlTranscribeType"/> </choice> <attribute name="errorReport" type="{http://schema.webpdf.de/1.0/operation}TranscribeErrorReportType" default="none" /> <attribute name="successReport" type="{http://schema.webpdf.de/1.0/operation}TranscribeSuccessReportType" default="none" /> <attribute name="failureLevel" type="{http://schema.webpdf.de/1.0/operation}FailureType" default="error" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TranscribeErrorReportTypeerrorReportprotected FailureTypefailureLevelprotected HtmlTranscribeTypehtmlprotected TranscribeSuccessReportTypesuccessReport
-
Constructor Summary
Constructors Constructor Description TranscribeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TranscribeErrorReportTypegetErrorReport()Gets the value of the errorReport property.FailureTypegetFailureLevel()Gets the value of the failureLevel property.HtmlTranscribeTypegetHtml()Gets the value of the html property.TranscribeSuccessReportTypegetSuccessReport()Gets the value of the successReport property.booleanisSetErrorReport()booleanisSetFailureLevel()booleanisSetHtml()booleanisSetSuccessReport()voidsetErrorReport(TranscribeErrorReportType value)Sets the value of the errorReport property.voidsetFailureLevel(FailureType value)Sets the value of the failureLevel property.voidsetHtml(HtmlTranscribeType value)Sets the value of the html property.voidsetSuccessReport(TranscribeSuccessReportType value)Sets the value of the successReport property.
-
-
-
Field Detail
-
html
protected HtmlTranscribeType html
-
errorReport
protected TranscribeErrorReportType errorReport
-
successReport
protected TranscribeSuccessReportType successReport
-
failureLevel
protected FailureType failureLevel
-
-
Method Detail
-
getHtml
public HtmlTranscribeType getHtml()
Gets the value of the html property.- Returns:
- possible object is
HtmlTranscribeType
-
setHtml
public void setHtml(HtmlTranscribeType value)
Sets the value of the html property.- Parameters:
value- allowed object isHtmlTranscribeType
-
isSetHtml
public boolean isSetHtml()
-
getErrorReport
public TranscribeErrorReportType getErrorReport()
Gets the value of the errorReport property.- Returns:
- possible object is
TranscribeErrorReportType
-
setErrorReport
public void setErrorReport(TranscribeErrorReportType value)
Sets the value of the errorReport property.- Parameters:
value- allowed object isTranscribeErrorReportType
-
isSetErrorReport
public boolean isSetErrorReport()
-
getSuccessReport
public TranscribeSuccessReportType getSuccessReport()
Gets the value of the successReport property.- Returns:
- possible object is
TranscribeSuccessReportType
-
setSuccessReport
public void setSuccessReport(TranscribeSuccessReportType value)
Sets the value of the successReport property.- Parameters:
value- allowed object isTranscribeSuccessReportType
-
isSetSuccessReport
public boolean isSetSuccessReport()
-
getFailureLevel
public FailureType getFailureLevel()
Gets the value of the failureLevel property.- Returns:
- possible object is
FailureType
-
setFailureLevel
public void setFailureLevel(FailureType value)
Sets the value of the failureLevel property.- Parameters:
value- allowed object isFailureType
-
isSetFailureLevel
public boolean isSetFailureLevel()
-
-