public class ResourceExtractionType extends Object
Java class for ResourceExtractionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceExtractionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fileFormat" default="zip">
<simpleType>
<restriction base="{http://schema.webpdf.de/1.0/operation}ExtractionFileFormatType">
<enumeration value="zip"/>
</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 |
|---|
ResourceExtractionType() |
| 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.