Class BaseExtractionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseExtractionType
-
- Direct Known Subclasses:
ExtractionInfoType,ExtractionLinksType,ExtractionParagraphsType,ExtractionTextType,ExtractionWordsType
public class BaseExtractionType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">General attributes for the content elements.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtractionFileFormatTypefileFormatprotected Stringpages
-
Constructor Summary
Constructors Constructor Description BaseExtractionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtractionFileFormatTypegetFileFormat()Gets the value of the fileFormat property.StringgetPages()Gets the value of the pages property.booleanisSetFileFormat()booleanisSetPages()voidsetFileFormat(ExtractionFileFormatType value)Sets the value of the fileFormat property.voidsetPages(String value)Sets the value of the pages property.
-
-
-
Field Detail
-
fileFormat
protected ExtractionFileFormatType fileFormat
-
pages
protected String pages
-
-
Method Detail
-
getFileFormat
public ExtractionFileFormatType getFileFormat()
Gets the value of the fileFormat property.- Returns:
- possible object is
ExtractionFileFormatType
-
setFileFormat
public void setFileFormat(ExtractionFileFormatType value)
Sets the value of the fileFormat property.- Parameters:
value- allowed object isExtractionFileFormatType
-
isSetFileFormat
public boolean isSetFileFormat()
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
-