public class ExtractionType extends BaseToolboxType implements ParameterInterface
Java class for ExtractionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtractionType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<choice>
<element name="text" type="{http://schema.webpdf.de/1.0/operation}ExtractionTextType" minOccurs="0"/>
<element name="links" type="{http://schema.webpdf.de/1.0/operation}ExtractionLinksType" minOccurs="0"/>
<element name="words" type="{http://schema.webpdf.de/1.0/operation}ExtractionWordsType" minOccurs="0"/>
<element name="info" type="{http://schema.webpdf.de/1.0/operation}ExtractionInfoType" minOccurs="0"/>
<element name="paragraphs" type="{http://schema.webpdf.de/1.0/operation}ExtractionParagraphsType" minOccurs="0"/>
<element name="images" type="{http://schema.webpdf.de/1.0/operation}ExtractionImagesType" minOccurs="0"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtractionImagesType |
images |
protected ExtractionInfoType |
info |
protected ExtractionLinksType |
links |
protected ExtractionParagraphsType |
paragraphs |
protected ExtractionTextType |
text |
protected ExtractionWordsType |
words |
| Constructor and Description |
|---|
ExtractionType() |
| Modifier and Type | Method and Description |
|---|---|
ExtractionImagesType |
getImages()
Gets the value of the images property.
|
ExtractionInfoType |
getInfo()
Gets the value of the info property.
|
ExtractionLinksType |
getLinks()
Gets the value of the links property.
|
ExtractionParagraphsType |
getParagraphs()
Gets the value of the paragraphs property.
|
ExtractionTextType |
getText()
Gets the value of the text property.
|
ExtractionWordsType |
getWords()
Gets the value of the words property.
|
boolean |
isSetImages() |
boolean |
isSetInfo() |
boolean |
isSetLinks() |
boolean |
isSetParagraphs() |
boolean |
isSetText() |
boolean |
isSetWords() |
void |
setImages(ExtractionImagesType value)
Sets the value of the images property.
|
void |
setInfo(ExtractionInfoType value)
Sets the value of the info property.
|
void |
setLinks(ExtractionLinksType value)
Sets the value of the links property.
|
void |
setParagraphs(ExtractionParagraphsType value)
Sets the value of the paragraphs property.
|
void |
setText(ExtractionTextType value)
Sets the value of the text property.
|
void |
setWords(ExtractionWordsType value)
Sets the value of the words property.
|
protected ExtractionTextType text
protected ExtractionLinksType links
protected ExtractionWordsType words
protected ExtractionInfoType info
protected ExtractionParagraphsType paragraphs
protected ExtractionImagesType images
public ExtractionTextType getText()
ExtractionTextTypepublic void setText(ExtractionTextType value)
value - allowed object is
ExtractionTextTypepublic boolean isSetText()
public ExtractionLinksType getLinks()
ExtractionLinksTypepublic void setLinks(ExtractionLinksType value)
value - allowed object is
ExtractionLinksTypepublic boolean isSetLinks()
public ExtractionWordsType getWords()
ExtractionWordsTypepublic void setWords(ExtractionWordsType value)
value - allowed object is
ExtractionWordsTypepublic boolean isSetWords()
public ExtractionInfoType getInfo()
ExtractionInfoTypepublic void setInfo(ExtractionInfoType value)
value - allowed object is
ExtractionInfoTypepublic boolean isSetInfo()
public ExtractionParagraphsType getParagraphs()
ExtractionParagraphsTypepublic void setParagraphs(ExtractionParagraphsType value)
value - allowed object is
ExtractionParagraphsTypepublic boolean isSetParagraphs()
public ExtractionImagesType getImages()
ExtractionImagesTypepublic void setImages(ExtractionImagesType value)
value - allowed object is
ExtractionImagesTypepublic boolean isSetImages()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.