Class ConverterHtmlErrorReportType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ConverterHtmlErrorReportType
-
public class ConverterHtmlErrorReportType extends Object
Java class for ConverterHtmlErrorReportType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterHtmlErrorReportType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="mode" type="{http://schema.webpdf.de/1.0/operation}ConverterHtmlErrorReportModeType" default="none" /> <attribute name="format" type="{http://schema.webpdf.de/1.0/operation}ConverterHtmlErrorReportFormatType" default="xml" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConverterHtmlErrorReportFormatTypeformat<?protected ConverterHtmlErrorReportModeTypemode<?
-
Constructor Summary
Constructors Constructor Description ConverterHtmlErrorReportType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConverterHtmlErrorReportFormatTypegetFormat()<?ConverterHtmlErrorReportModeTypegetMode()<?booleanisSetFormat()booleanisSetMode()voidsetFormat(ConverterHtmlErrorReportFormatType value)Sets the value of the format property.voidsetMode(ConverterHtmlErrorReportModeType value)Sets the value of the mode property.
-
-
-
Field Detail
-
mode
protected ConverterHtmlErrorReportModeType mode
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p310440_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p351123_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"> This parameter specifies whether HTML content errors should be detected and, if so, how to provide a report with the errors. A detected error can be a failed download of a resource (for example, an image) or a script or CSS syntax error. <ul><li>none = No content errors are detected and no report is generated and returned.</li><li>message = Content errors are detected and the report is returned as part of the error message</li></ul></p>
-
format
protected ConverterHtmlErrorReportFormatType format
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p310440_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p351123_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"> Defines the output format of the error report. <ul><li>xml = XML document.</li><li>json = JSON document</li></ul></p>
-
-
Method Detail
-
getMode
public ConverterHtmlErrorReportModeType getMode()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p310440_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p351123_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"> This parameter specifies whether HTML content errors should be detected and, if so, how to provide a report with the errors. A detected error can be a failed download of a resource (for example, an image) or a script or CSS syntax error. <ul><li>none = No content errors are detected and no report is generated and returned.</li><li>message = Content errors are detected and the report is returned as part of the error message</li></ul></p>- Returns:
- possible object is
ConverterHtmlErrorReportModeType
-
setMode
public void setMode(ConverterHtmlErrorReportModeType value)
Sets the value of the mode property.- Parameters:
value- allowed object isConverterHtmlErrorReportModeType- See Also:
getMode()
-
isSetMode
public boolean isSetMode()
-
getFormat
public ConverterHtmlErrorReportFormatType getFormat()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p310440_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p351123_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"> Defines the output format of the error report. <ul><li>xml = XML document.</li><li>json = JSON document</li></ul></p>- Returns:
- possible object is
ConverterHtmlErrorReportFormatType
-
setFormat
public void setFormat(ConverterHtmlErrorReportFormatType value)
Sets the value of the format property.- Parameters:
value- allowed object isConverterHtmlErrorReportFormatType- See Also:
getFormat()
-
isSetFormat
public boolean isSetFormat()
-
-