Uses of Class
net.webpdf.wsclient.schema.operation.PdfaSuccessReportType
-
Packages that use PdfaSuccessReportType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PdfaSuccessReportType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PdfaSuccessReportType Modifier and Type Field Description protected PdfaSuccessReportTypePdfaType.Convert. successReportMethods in net.webpdf.wsclient.schema.operation that return PdfaSuccessReportType Modifier and Type Method Description static PdfaSuccessReportTypePdfaSuccessReportType. fromValue(String v)PdfaSuccessReportTypePdfaType.Convert. getSuccessReport()Gets the value of the successReport property.static PdfaSuccessReportTypePdfaSuccessReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static PdfaSuccessReportType[]PdfaSuccessReportType. 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 PdfaSuccessReportType Modifier and Type Method Description voidPdfaType.Convert. setSuccessReport(PdfaSuccessReportType value)Sets the value of the successReport property.
-