Uses of Class
net.webpdf.wsclient.schema.operation.ExtractionFileFormatType
-
Packages that use ExtractionFileFormatType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of ExtractionFileFormatType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as ExtractionFileFormatType Modifier and Type Field Description protected ExtractionFileFormatTypeBaseExtractionType. fileFormatprotected ExtractionFileFormatTypeResourceExtractionType. fileFormatMethods in net.webpdf.wsclient.schema.operation that return ExtractionFileFormatType Modifier and Type Method Description static ExtractionFileFormatTypeExtractionFileFormatType. fromValue(String v)ExtractionFileFormatTypeBaseExtractionType. getFileFormat()Gets the value of the fileFormat property.ExtractionFileFormatTypeResourceExtractionType. getFileFormat()Gets the value of the fileFormat property.static ExtractionFileFormatTypeExtractionFileFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtractionFileFormatType[]ExtractionFileFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type ExtractionFileFormatType Modifier and Type Method Description voidBaseExtractionType. setFileFormat(ExtractionFileFormatType value)Sets the value of the fileFormat property.voidResourceExtractionType. setFileFormat(ExtractionFileFormatType value)Sets the value of the fileFormat property.
-