Uses of Class
net.webpdf.wsclient.schema.operation.PdfPasswordType
-
Packages that use PdfPasswordType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of PdfPasswordType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PdfPasswordType Modifier and Type Field Description protected PdfPasswordTypeOperationData. passwordMethods in net.webpdf.wsclient.schema.operation that return PdfPasswordType Modifier and Type Method Description PdfPasswordTypeObjectFactory. createPdfPasswordType()Create an instance ofPdfPasswordTypePdfPasswordTypeOperationData. getPassword()Gets the value of the password property.Methods in net.webpdf.wsclient.schema.operation with parameters of type PdfPasswordType Modifier and Type Method Description voidOperationData. setPassword(PdfPasswordType value)Sets the value of the password property. -
Uses of PdfPasswordType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return PdfPasswordType Modifier and Type Method Description @NotNull PdfPasswordTypeSoapWebService. getPassword()Returns thePdfPasswordTypeof the current webservice.
-