Uses of Class
net.webpdf.wsclient.schema.operation.SignatureType
-
Packages that use SignatureType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of SignatureType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as SignatureType Modifier and Type Field Description protected SignatureTypeConverterType. signatureprotected SignatureTypeOperationData. signatureMethods in net.webpdf.wsclient.schema.operation that return SignatureType Modifier and Type Method Description SignatureTypeObjectFactory. createSignatureType()Create an instance ofSignatureTypeSignatureTypeConverterType. getSignature()Gets the value of the signature property.SignatureTypeOperationData. getSignature()Gets the value of the signature property.Methods in net.webpdf.wsclient.schema.operation with parameters of type SignatureType Modifier and Type Method Description voidConverterType. setSignature(SignatureType value)Sets the value of the signature property.voidOperationData. setSignature(SignatureType value)Sets the value of the signature property. -
Uses of SignatureType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return SignatureType Modifier and Type Method Description @NotNull SignatureTypeSignatureWebService. getOperationParameters()Returns theSignatureWebServicespecificSignatureType, which allows setting parameters for the webservice execution.Methods in net.webpdf.wsclient.webservice.soap with parameters of type SignatureType Modifier and Type Method Description voidSignatureWebService. setOperationParameters(@Nullable SignatureType operationData)Sets theSignatureWebServicespecificSignatureTypeelement, which allows setting parameters for the webservice execution.
-