public class ExtractionLinksType extends BaseExtractionType
Java class for ExtractionLinksType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtractionLinksType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseExtractionType">
<all>
<element name="text" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fromText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="withoutProtocol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
</element>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtractionLinksType.Text
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExtractionLinksType.Text |
text |
fileFormat, pages| Constructor and Description |
|---|
ExtractionLinksType() |
| Modifier and Type | Method and Description |
|---|---|
ExtractionLinksType.Text |
getText()
Gets the value of the text property.
|
boolean |
isSetText() |
void |
setText(ExtractionLinksType.Text value)
Sets the value of the text property.
|
getFileFormat, getPages, isSetFileFormat, isSetPages, setFileFormat, setPagesprotected ExtractionLinksType.Text text
public ExtractionLinksType.Text getText()
ExtractionLinksType.Textpublic void setText(ExtractionLinksType.Text value)
value - allowed object is
ExtractionLinksType.Textpublic boolean isSetText()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.