public class KeywordType extends Object
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 and Description |
|---|
KeywordType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyword()
Gets the value of the keyword property.
|
boolean |
isSetKeyword() |
void |
setKeyword(String value)
Sets the value of the keyword property.
|
protected String keyword
public String getKeyword()
Stringpublic void setKeyword(String value)
value - allowed object is
Stringpublic boolean isSetKeyword()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.