Class ExtractionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.ExtractionType
-
- All Implemented Interfaces:
ParameterInterface
public class ExtractionType extends BaseToolboxType
<?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">The extraction operation element can be used to extract various contents.</p>
<?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"><b>Tip:</b> The format of the document generated with the "extraction" operation is described by the <a href="http://schema.webpdf.de/1.0/extraction/text.xsd">"text.xsd" </a> schema for <code><text></code>, <code><links></code>, <code><words></code>, and <code><paragraphs></code> and by the <a href="http://schema.webpdf.de/1.0/extraction/info.xsd">info.xsd </a> schema for <code><info></code>. </p>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>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtractionImagesTypeimagesprotected ExtractionInfoTypeinfoprotected ExtractionLinksTypelinksprotected ExtractionParagraphsTypeparagraphsprotected ExtractionTextTypetextprotected ExtractionWordsTypewords
-
Constructor Summary
Constructors Constructor Description ExtractionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtractionImagesTypegetImages()Gets the value of the images property.ExtractionInfoTypegetInfo()Gets the value of the info property.ExtractionLinksTypegetLinks()Gets the value of the links property.ExtractionParagraphsTypegetParagraphs()Gets the value of the paragraphs property.ExtractionTextTypegetText()Gets the value of the text property.ExtractionWordsTypegetWords()Gets the value of the words property.booleanisSetImages()booleanisSetInfo()booleanisSetLinks()booleanisSetParagraphs()booleanisSetText()booleanisSetWords()voidsetImages(ExtractionImagesType value)Sets the value of the images property.voidsetInfo(ExtractionInfoType value)Sets the value of the info property.voidsetLinks(ExtractionLinksType value)Sets the value of the links property.voidsetParagraphs(ExtractionParagraphsType value)Sets the value of the paragraphs property.voidsetText(ExtractionTextType value)Sets the value of the text property.voidsetWords(ExtractionWordsType value)Sets the value of the words property.
-
-
-
Field Detail
-
text
protected ExtractionTextType text
-
links
protected ExtractionLinksType links
-
words
protected ExtractionWordsType words
-
info
protected ExtractionInfoType info
-
paragraphs
protected ExtractionParagraphsType paragraphs
-
images
protected ExtractionImagesType images
-
-
Method Detail
-
getText
public ExtractionTextType getText()
Gets the value of the text property.- Returns:
- possible object is
ExtractionTextType
-
setText
public void setText(ExtractionTextType value)
Sets the value of the text property.- Parameters:
value- allowed object isExtractionTextType
-
isSetText
public boolean isSetText()
-
getLinks
public ExtractionLinksType getLinks()
Gets the value of the links property.- Returns:
- possible object is
ExtractionLinksType
-
setLinks
public void setLinks(ExtractionLinksType value)
Sets the value of the links property.- Parameters:
value- allowed object isExtractionLinksType
-
isSetLinks
public boolean isSetLinks()
-
getWords
public ExtractionWordsType getWords()
Gets the value of the words property.- Returns:
- possible object is
ExtractionWordsType
-
setWords
public void setWords(ExtractionWordsType value)
Sets the value of the words property.- Parameters:
value- allowed object isExtractionWordsType
-
isSetWords
public boolean isSetWords()
-
getInfo
public ExtractionInfoType getInfo()
Gets the value of the info property.- Returns:
- possible object is
ExtractionInfoType
-
setInfo
public void setInfo(ExtractionInfoType value)
Sets the value of the info property.- Parameters:
value- allowed object isExtractionInfoType
-
isSetInfo
public boolean isSetInfo()
-
getParagraphs
public ExtractionParagraphsType getParagraphs()
Gets the value of the paragraphs property.- Returns:
- possible object is
ExtractionParagraphsType
-
setParagraphs
public void setParagraphs(ExtractionParagraphsType value)
Sets the value of the paragraphs property.- Parameters:
value- allowed object isExtractionParagraphsType
-
isSetParagraphs
public boolean isSetParagraphs()
-
getImages
public ExtractionImagesType getImages()
Gets the value of the images property.- Returns:
- possible object is
ExtractionImagesType
-
setImages
public void setImages(ExtractionImagesType value)
Sets the value of the images property.- Parameters:
value- allowed object isExtractionImagesType
-
isSetImages
public boolean isSetImages()
-
-