Class PdfaType.Convert
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PdfaType.Convert
-
- Enclosing class:
- PdfaType
public static class PdfaType.Convert extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="zugferd" type="{http://schema.webpdf.de/1.0/operation}ZugferdType" minOccurs="0"/> <element name="errorCorrection" type="{http://schema.webpdf.de/1.0/operation}PdfaErrorCorrectionType" minOccurs="0"/> </all> <attribute name="level" type="{http://schema.webpdf.de/1.0/operation}PdfaLevelType" default="3b" /> <attribute name="imageQuality" default="75"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> <maxInclusive value="100"/> </restriction> </simpleType> </attribute> <attribute name="errorReport" type="{http://schema.webpdf.de/1.0/operation}PdfaErrorReportType" default="none" /> <attribute name="successReport" type="{http://schema.webpdf.de/1.0/operation}PdfaSuccessReportType" default="none" /> <attribute name="autoTagging" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanautoTaggingprotected PdfaErrorCorrectionTypeerrorCorrectionprotected PdfaErrorReportTypeerrorReportprotected IntegerimageQualityprotected PdfaLevelTypelevelprotected PdfaSuccessReportTypesuccessReportprotected ZugferdTypezugferd
-
Constructor Summary
Constructors Constructor Description Convert()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfaErrorCorrectionTypegetErrorCorrection()Gets the value of the errorCorrection property.PdfaErrorReportTypegetErrorReport()Gets the value of the errorReport property.intgetImageQuality()Gets the value of the imageQuality property.PdfaLevelTypegetLevel()Gets the value of the level property.PdfaSuccessReportTypegetSuccessReport()Gets the value of the successReport property.ZugferdTypegetZugferd()Gets the value of the zugferd property.booleanisAutoTagging()Gets the value of the autoTagging property.booleanisSetAutoTagging()booleanisSetErrorCorrection()booleanisSetErrorReport()booleanisSetImageQuality()booleanisSetLevel()booleanisSetSuccessReport()booleanisSetZugferd()voidsetAutoTagging(boolean value)Sets the value of the autoTagging property.voidsetErrorCorrection(PdfaErrorCorrectionType value)Sets the value of the errorCorrection property.voidsetErrorReport(PdfaErrorReportType value)Sets the value of the errorReport property.voidsetImageQuality(int value)Sets the value of the imageQuality property.voidsetLevel(PdfaLevelType value)Sets the value of the level property.voidsetSuccessReport(PdfaSuccessReportType value)Sets the value of the successReport property.voidsetZugferd(ZugferdType value)Sets the value of the zugferd property.voidunsetAutoTagging()voidunsetImageQuality()
-
-
-
Field Detail
-
zugferd
protected ZugferdType zugferd
-
errorCorrection
protected PdfaErrorCorrectionType errorCorrection
-
level
protected PdfaLevelType level
-
imageQuality
protected Integer imageQuality
-
errorReport
protected PdfaErrorReportType errorReport
-
successReport
protected PdfaSuccessReportType successReport
-
autoTagging
protected Boolean autoTagging
-
-
Method Detail
-
getZugferd
public ZugferdType getZugferd()
Gets the value of the zugferd property.- Returns:
- possible object is
ZugferdType
-
setZugferd
public void setZugferd(ZugferdType value)
Sets the value of the zugferd property.- Parameters:
value- allowed object isZugferdType
-
isSetZugferd
public boolean isSetZugferd()
-
getErrorCorrection
public PdfaErrorCorrectionType getErrorCorrection()
Gets the value of the errorCorrection property.- Returns:
- possible object is
PdfaErrorCorrectionType
-
setErrorCorrection
public void setErrorCorrection(PdfaErrorCorrectionType value)
Sets the value of the errorCorrection property.- Parameters:
value- allowed object isPdfaErrorCorrectionType
-
isSetErrorCorrection
public boolean isSetErrorCorrection()
-
getLevel
public PdfaLevelType getLevel()
Gets the value of the level property.- Returns:
- possible object is
PdfaLevelType
-
setLevel
public void setLevel(PdfaLevelType value)
Sets the value of the level property.- Parameters:
value- allowed object isPdfaLevelType
-
isSetLevel
public boolean isSetLevel()
-
getImageQuality
public int getImageQuality()
Gets the value of the imageQuality property.- Returns:
- possible object is
Integer
-
setImageQuality
public void setImageQuality(int value)
Sets the value of the imageQuality property.- Parameters:
value- allowed object isInteger
-
isSetImageQuality
public boolean isSetImageQuality()
-
unsetImageQuality
public void unsetImageQuality()
-
getErrorReport
public PdfaErrorReportType getErrorReport()
Gets the value of the errorReport property.- Returns:
- possible object is
PdfaErrorReportType
-
setErrorReport
public void setErrorReport(PdfaErrorReportType value)
Sets the value of the errorReport property.- Parameters:
value- allowed object isPdfaErrorReportType
-
isSetErrorReport
public boolean isSetErrorReport()
-
getSuccessReport
public PdfaSuccessReportType getSuccessReport()
Gets the value of the successReport property.- Returns:
- possible object is
PdfaSuccessReportType
-
setSuccessReport
public void setSuccessReport(PdfaSuccessReportType value)
Sets the value of the successReport property.- Parameters:
value- allowed object isPdfaSuccessReportType
-
isSetSuccessReport
public boolean isSetSuccessReport()
-
isAutoTagging
public boolean isAutoTagging()
Gets the value of the autoTagging property.- Returns:
- possible object is
Boolean
-
setAutoTagging
public void setAutoTagging(boolean value)
Sets the value of the autoTagging property.- Parameters:
value- allowed object isBoolean
-
isSetAutoTagging
public boolean isSetAutoTagging()
-
unsetAutoTagging
public void unsetAutoTagging()
-
-