Class ExtractionLinksType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseExtractionType
-
- net.webpdf.wsclient.schema.operation.ExtractionLinksType
-
public class ExtractionLinksType extends BaseExtractionType
<?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">Extract links from thePDF document</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">Generates an ASCII text, XML, or JSON file that will be returned as a result when the web service is called and that will contain all selected supported links in the PDF document. Every link is written to a separate line in the ASCII file.</p>
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtractionLinksType.TextJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExtractionLinksType.Texttext-
Fields inherited from class net.webpdf.wsclient.schema.operation.BaseExtractionType
fileFormat, pages
-
-
Constructor Summary
Constructors Constructor Description ExtractionLinksType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtractionLinksType.TextgetText()Gets the value of the text property.booleanisSetText()voidsetText(ExtractionLinksType.Text value)Sets the value of the text property.-
Methods inherited from class net.webpdf.wsclient.schema.operation.BaseExtractionType
getFileFormat, getPages, isSetFileFormat, isSetPages, setFileFormat, setPages
-
-
-
-
Field Detail
-
text
protected ExtractionLinksType.Text text
-
-
Method Detail
-
getText
public ExtractionLinksType.Text getText()
Gets the value of the text property.- Returns:
- possible object is
ExtractionLinksType.Text
-
setText
public void setText(ExtractionLinksType.Text value)
Sets the value of the text property.- Parameters:
value- allowed object isExtractionLinksType.Text
-
isSetText
public boolean isSetText()
-
-