Class LinkType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.text.ContentType
-
- net.webpdf.wsclient.schema.extraction.text.LinkType
-
public class LinkType extends ContentType
Java class for LinkType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/extraction/text}ContentType"> <attribute name="type" type="{http://schema.webpdf.de/1.0/extraction/text}LinkContentType" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected LinkContentTypetype-
Fields inherited from class net.webpdf.wsclient.schema.extraction.text.ContentType
page, plain
-
-
Constructor Summary
Constructors Constructor Description LinkType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkContentTypegetType()Gets the value of the type property.booleanisSetType()voidsetType(LinkContentType value)Sets the value of the type property.-
Methods inherited from class net.webpdf.wsclient.schema.extraction.text.ContentType
getPage, getPlain, isSetPage, isSetPlain, setPage, setPlain
-
-
-
-
Field Detail
-
type
protected LinkContentType type
-
-
Method Detail
-
getType
public LinkContentType getType()
Gets the value of the type property.- Returns:
- possible object is
LinkContentType
-
setType
public void setType(LinkContentType value)
Sets the value of the type property.- Parameters:
value- allowed object isLinkContentType
-
isSetType
public boolean isSetType()
-
-