Class KeywordType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.KeywordType
-
public class KeywordType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">An element of this type defines a keyword the document can be associated with.</p>
Java class for KeywordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="keyword" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description KeywordType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeyword()Gets the value of the keyword property.booleanisSetKeyword()voidsetKeyword(String value)Sets the value of the keyword property.
-
-
-
Field Detail
-
keyword
protected String keyword
-
-
Method Detail
-
getKeyword
public String getKeyword()
Gets the value of the keyword property.- Returns:
- possible object is
String
-
setKeyword
public void setKeyword(String value)
Sets the value of the keyword property.- Parameters:
value- allowed object isString
-
isSetKeyword
public boolean isSetKeyword()
-
-