Uses of Class
net.webpdf.wsclient.schema.operation.BarcodeType
-
Packages that use BarcodeType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of BarcodeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as BarcodeType Modifier and Type Field Description protected BarcodeTypeOperationData. barcodeMethods in net.webpdf.wsclient.schema.operation that return BarcodeType Modifier and Type Method Description BarcodeTypeObjectFactory. createBarcodeType()Create an instance ofBarcodeTypeBarcodeTypeOperationData. getBarcode()Gets the value of the barcode property.Methods in net.webpdf.wsclient.schema.operation with parameters of type BarcodeType Modifier and Type Method Description voidOperationData. setBarcode(BarcodeType value)Sets the value of the barcode property. -
Uses of BarcodeType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return BarcodeType Modifier and Type Method Description @NotNull BarcodeTypeBarcodeWebService. getOperationParameters()Returns theBarcodeWebServicespecificBarcodeType, which allows setting parameters for the webservice execution.Methods in net.webpdf.wsclient.webservice.soap with parameters of type BarcodeType Modifier and Type Method Description voidBarcodeWebService. setOperationParameters(@Nullable BarcodeType operation)Sets theBarcodeWebServicespecificBarcodeTypeelement, which allows setting parameters for the webservice execution.
-