Uses of Class
net.webpdf.wsclient.schema.operation.PdfaErrorReportType
-
Packages that use PdfaErrorReportType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PdfaErrorReportType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PdfaErrorReportType Modifier and Type Field Description protected PdfaErrorReportTypePdfaType.Convert. errorReportMethods in net.webpdf.wsclient.schema.operation that return PdfaErrorReportType Modifier and Type Method Description static PdfaErrorReportTypePdfaErrorReportType. fromValue(String v)PdfaErrorReportTypePdfaType.Convert. getErrorReport()Gets the value of the errorReport property.static PdfaErrorReportTypePdfaErrorReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfaErrorReportType[]PdfaErrorReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type PdfaErrorReportType Modifier and Type Method Description voidPdfaType.Convert. setErrorReport(PdfaErrorReportType value)Sets the value of the errorReport property.
-