public class XmlWordElement extends XmlNLGElement
Java class for WordElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WordElement">
<complexContent>
<extension base="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}NLGElement">
<sequence>
<element name="base" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attGroup ref="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}wordAtts"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
base |
protected Boolean |
canned |
protected XmlLexicalCategory |
cat |
protected Boolean |
expletivesubject |
protected String |
id |
protected Boolean |
proper |
protected XmlInflection |
var |
| Constructor and Description |
|---|
XmlWordElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Gets the value of the base property.
|
XmlLexicalCategory |
getCat()
Gets the value of the cat property.
|
String |
getId()
Gets the value of the id property.
|
XmlInflection |
getVar()
Gets the value of the var property.
|
Boolean |
isCanned()
Gets the value of the canned property.
|
Boolean |
isEXPLETIVESUBJECT()
Gets the value of the expletivesubject property.
|
Boolean |
isPROPER()
Gets the value of the proper property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setCanned(Boolean value)
Sets the value of the canned property.
|
void |
setCat(XmlLexicalCategory value)
Sets the value of the cat property.
|
void |
setEXPLETIVESUBJECT(Boolean value)
Sets the value of the expletivesubject property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPROPER(Boolean value)
Sets the value of the proper property.
|
void |
setVar(XmlInflection value)
Sets the value of the var property.
|
protected String base
protected XmlLexicalCategory cat
protected String id
protected Boolean expletivesubject
protected Boolean proper
protected XmlInflection var
protected Boolean canned
public String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic XmlLexicalCategory getCat()
XmlLexicalCategorypublic void setCat(XmlLexicalCategory value)
value - allowed object is
XmlLexicalCategorypublic void setId(String value)
value - allowed object is
Stringpublic Boolean isEXPLETIVESUBJECT()
Booleanpublic void setEXPLETIVESUBJECT(Boolean value)
value - allowed object is
Booleanpublic Boolean isPROPER()
Booleanpublic void setPROPER(Boolean value)
value - allowed object is
Booleanpublic XmlInflection getVar()
XmlInflectionpublic void setVar(XmlInflection value)
value - allowed object is
XmlInflectionpublic Boolean isCanned()
BooleanCopyright © 2020. All Rights Reserved.