Uses of Class
net.webpdf.wsclient.schema.operation.FileSpecificationType
-
Packages that use FileSpecificationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of FileSpecificationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as FileSpecificationType Modifier and Type Field Description protected FileSpecificationTypeLaunchApplicationActionType. applicationPathprotected FileSpecificationTypeImportDataActionType. fileMethods in net.webpdf.wsclient.schema.operation that return FileSpecificationType Modifier and Type Method Description FileSpecificationTypeObjectFactory. createFileSpecificationType()Create an instance ofFileSpecificationTypeFileSpecificationTypeLaunchApplicationActionType. getApplicationPath()Gets the value of the applicationPath property.FileSpecificationTypeImportDataActionType. getFile()Gets the value of the file property.Methods in net.webpdf.wsclient.schema.operation with parameters of type FileSpecificationType Modifier and Type Method Description voidLaunchApplicationActionType. setApplicationPath(FileSpecificationType value)Sets the value of the applicationPath property.voidImportDataActionType. setFile(FileSpecificationType value)Sets the value of the file property.
-