Uses of Class
net.webpdf.wsclient.schema.operation.PdfaType
-
Packages that use PdfaType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of PdfaType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PdfaType Modifier and Type Field Description protected PdfaTypeConverterType. pdfaprotected PdfaTypeOcrType. pdfaprotected PdfaTypeOperationData. pdfaMethods in net.webpdf.wsclient.schema.operation that return PdfaType Modifier and Type Method Description PdfaTypeObjectFactory. createPdfaType()Create an instance ofPdfaTypePdfaTypeConverterType. getPdfa()Gets the value of the pdfa property.PdfaTypeOcrType. getPdfa()Gets the value of the pdfa property.PdfaTypeOperationData. getPdfa()Gets the value of the pdfa property.Methods in net.webpdf.wsclient.schema.operation with parameters of type PdfaType Modifier and Type Method Description voidConverterType. setPdfa(PdfaType value)Sets the value of the pdfa property.voidOcrType. setPdfa(PdfaType value)Sets the value of the pdfa property.voidOperationData. setPdfa(PdfaType value)Sets the value of the pdfa property. -
Uses of PdfaType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return PdfaType Modifier and Type Method Description @NotNull PdfaTypePdfaWebService. getOperationParameters()Returns thePdfaWebServicespecificPdfaType, which allows setting parameters for the webservice execution.Methods in net.webpdf.wsclient.webservice.soap with parameters of type PdfaType Modifier and Type Method Description voidPdfaWebService. setOperationParameters(@Nullable PdfaType operation)Sets thePdfaWebServicespecificPdfaTypeelement, which allows setting parameters for the webservice execution.
-