public class BaseExtractionType extends Object
Java class for BaseExtractionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseExtractionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fileFormat" default="xml">
<simpleType>
<restriction base="{http://schema.webpdf.de/1.0/operation}ExtractionFileFormatType">
<enumeration value="json"/>
<enumeration value="text"/>
<enumeration value="xml"/>
</restriction>
</simpleType>
</attribute>
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtractionFileFormatType |
fileFormat |
protected String |
pages |
| Constructor and Description |
|---|
BaseExtractionType() |
| Modifier and Type | Method and Description |
|---|---|
ExtractionFileFormatType |
getFileFormat()
Gets the value of the fileFormat property.
|
String |
getPages()
Gets the value of the pages property.
|
boolean |
isSetFileFormat() |
boolean |
isSetPages() |
void |
setFileFormat(ExtractionFileFormatType value)
Sets the value of the fileFormat property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
protected ExtractionFileFormatType fileFormat
protected String pages
public ExtractionFileFormatType getFileFormat()
ExtractionFileFormatTypepublic void setFileFormat(ExtractionFileFormatType value)
value - allowed object is
ExtractionFileFormatTypepublic boolean isSetFileFormat()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.