public class XmlAdjPhraseSpec extends XmlPhraseElement
Java class for AdjPhraseSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdjPhraseSpec">
<complexContent>
<extension base="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}PhraseElement">
<sequence>
</sequence>
<attGroup ref="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}adjAdvPhraseAtts"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
iscomparative |
protected Boolean |
issuperlative |
appositive, cat, compl, discourseFunction, frontMod, head, postMod, preMod| Constructor and Description |
|---|
XmlAdjPhraseSpec() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isISCOMPARATIVE()
Gets the value of the iscomparative property.
|
Boolean |
isISSUPERLATIVE()
Gets the value of the issuperlative property.
|
void |
setISCOMPARATIVE(Boolean value)
Sets the value of the iscomparative property.
|
void |
setISSUPERLATIVE(Boolean value)
Sets the value of the issuperlative property.
|
getCat, getCompl, getDiscourseFunction, getFrontMod, getHead, getPostMod, getPreMod, isAppositive, setAppositive, setCat, setDiscourseFunction, setHeadprotected Boolean iscomparative
protected Boolean issuperlative
public Boolean isISCOMPARATIVE()
Booleanpublic void setISCOMPARATIVE(Boolean value)
value - allowed object is
Booleanpublic Boolean isISSUPERLATIVE()
BooleanCopyright © 2020. All Rights Reserved.