public class XmlVPPhraseSpec extends XmlPhraseElement
Java class for VPPhraseSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VPPhraseSpec">
<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}vpPhraseAtts"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
aggregateauxiliary |
protected XmlForm |
form |
protected String |
modal |
protected Boolean |
negated |
protected Boolean |
passive |
protected Boolean |
perfect |
protected XmlPerson |
person |
protected Boolean |
progressive |
protected Boolean |
suppressgenitiveingerund |
protected Boolean |
supressedcomplementiser |
protected XmlTense |
tense |
appositive, cat, compl, discourseFunction, frontMod, head, postMod, preMod| Constructor and Description |
|---|
XmlVPPhraseSpec() |
| Modifier and Type | Method and Description |
|---|---|
XmlForm |
getFORM()
Gets the value of the form property.
|
String |
getMODAL()
Gets the value of the modal property.
|
XmlPerson |
getPERSON()
Gets the value of the person property.
|
XmlTense |
getTENSE()
Gets the value of the tense property.
|
Boolean |
isAGGREGATEAUXILIARY()
Gets the value of the aggregateauxiliary property.
|
Boolean |
isNEGATED()
Gets the value of the negated property.
|
Boolean |
isPASSIVE()
Gets the value of the passive property.
|
Boolean |
isPERFECT()
Gets the value of the perfect property.
|
Boolean |
isPROGRESSIVE()
Gets the value of the progressive property.
|
Boolean |
isSUPPRESSGENITIVEINGERUND()
Gets the value of the suppressgenitiveingerund property.
|
Boolean |
isSUPRESSEDCOMPLEMENTISER()
Gets the value of the supressedcomplementiser property.
|
void |
setAGGREGATEAUXILIARY(Boolean value)
Sets the value of the aggregateauxiliary property.
|
void |
setFORM(XmlForm value)
Sets the value of the form property.
|
void |
setMODAL(String value)
Sets the value of the modal property.
|
void |
setNEGATED(Boolean value)
Sets the value of the negated property.
|
void |
setPASSIVE(Boolean value)
Sets the value of the passive property.
|
void |
setPERFECT(Boolean value)
Sets the value of the perfect property.
|
void |
setPERSON(XmlPerson value)
Sets the value of the person property.
|
void |
setPROGRESSIVE(Boolean value)
Sets the value of the progressive property.
|
void |
setSUPPRESSGENITIVEINGERUND(Boolean value)
Sets the value of the suppressgenitiveingerund property.
|
void |
setSUPRESSEDCOMPLEMENTISER(Boolean value)
Sets the value of the supressedcomplementiser property.
|
void |
setTENSE(XmlTense value)
Sets the value of the tense property.
|
getCat, getCompl, getDiscourseFunction, getFrontMod, getHead, getPostMod, getPreMod, isAppositive, setAppositive, setCat, setDiscourseFunction, setHeadprotected Boolean aggregateauxiliary
protected XmlForm form
protected String modal
protected Boolean negated
protected Boolean passive
protected Boolean perfect
protected XmlPerson person
protected Boolean progressive
protected Boolean suppressgenitiveingerund
protected Boolean supressedcomplementiser
protected XmlTense tense
public Boolean isAGGREGATEAUXILIARY()
Booleanpublic void setAGGREGATEAUXILIARY(Boolean value)
value - allowed object is
Booleanpublic XmlForm getFORM()
XmlFormpublic void setFORM(XmlForm value)
value - allowed object is
XmlFormpublic String getMODAL()
Stringpublic void setMODAL(String value)
value - allowed object is
Stringpublic Boolean isNEGATED()
Booleanpublic void setNEGATED(Boolean value)
value - allowed object is
Booleanpublic Boolean isPASSIVE()
Booleanpublic void setPASSIVE(Boolean value)
value - allowed object is
Booleanpublic Boolean isPERFECT()
Booleanpublic void setPERFECT(Boolean value)
value - allowed object is
Booleanpublic XmlPerson getPERSON()
XmlPersonpublic void setPERSON(XmlPerson value)
value - allowed object is
XmlPersonpublic Boolean isPROGRESSIVE()
Booleanpublic void setPROGRESSIVE(Boolean value)
value - allowed object is
Booleanpublic Boolean isSUPPRESSGENITIVEINGERUND()
Booleanpublic void setSUPPRESSGENITIVEINGERUND(Boolean value)
value - allowed object is
Booleanpublic Boolean isSUPRESSEDCOMPLEMENTISER()
Booleanpublic void setSUPRESSEDCOMPLEMENTISER(Boolean value)
value - allowed object is
Booleanpublic XmlTense getTENSE()
XmlTenseCopyright © 2020. All Rights Reserved.