public class XmlCoordinatedPhraseElement extends XmlNLGElement
Java class for CoordinatedPhraseElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordinatedPhraseElement">
<complexContent>
<extension base="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}NLGElement">
<sequence>
<element name="coord" type="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}NLGElement" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}CoordinatedPhraseAtts"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
appositive |
protected XmlPhraseCategory |
cat |
protected String |
conj |
protected String |
conjunctiontype |
protected List<XmlNLGElement> |
coord |
protected String |
modal |
protected Boolean |
negated |
protected XmlNumberAgreement |
number |
protected XmlPerson |
person |
protected Boolean |
possessive |
protected Boolean |
progressive |
protected Boolean |
raisespecifier |
protected Boolean |
supressedcomplementiser |
protected XmlTense |
tense |
| Constructor and Description |
|---|
XmlCoordinatedPhraseElement() |
| Modifier and Type | Method and Description |
|---|---|
XmlPhraseCategory |
getCat()
Gets the value of the cat property.
|
String |
getConj()
Gets the value of the conj property.
|
String |
getCONJUNCTIONTYPE()
Gets the value of the conjunctiontype property.
|
List<XmlNLGElement> |
getCoord()
Gets the value of the coord property.
|
String |
getMODAL()
Gets the value of the modal property.
|
XmlNumberAgreement |
getNUMBER()
Gets the value of the number property.
|
XmlPerson |
getPERSON()
Gets the value of the person property.
|
XmlTense |
getTENSE()
Gets the value of the tense property.
|
Boolean |
isAPPOSITIVE()
Gets the value of the appositive property.
|
Boolean |
isNEGATED()
Gets the value of the negated property.
|
Boolean |
isPOSSESSIVE()
Gets the value of the possessive property.
|
Boolean |
isPROGRESSIVE()
Gets the value of the progressive property.
|
Boolean |
isRAISESPECIFIER()
Gets the value of the raisespecifier property.
|
Boolean |
isSUPRESSEDCOMPLEMENTISER()
Gets the value of the supressedcomplementiser property.
|
void |
setAPPOSITIVE(Boolean value)
Sets the value of the appositive property.
|
void |
setCat(XmlPhraseCategory value)
Sets the value of the cat property.
|
void |
setConj(String value)
Sets the value of the conj property.
|
void |
setCONJUNCTIONTYPE(String value)
Sets the value of the conjunctiontype property.
|
void |
setMODAL(String value)
Sets the value of the modal property.
|
void |
setNEGATED(Boolean value)
Sets the value of the negated property.
|
void |
setNUMBER(XmlNumberAgreement value)
Sets the value of the number property.
|
void |
setPERSON(XmlPerson value)
Sets the value of the person property.
|
void |
setPOSSESSIVE(Boolean value)
Sets the value of the possessive property.
|
void |
setPROGRESSIVE(Boolean value)
Sets the value of the progressive property.
|
void |
setRAISESPECIFIER(Boolean value)
Sets the value of the raisespecifier property.
|
void |
setSUPRESSEDCOMPLEMENTISER(Boolean value)
Sets the value of the supressedcomplementiser property.
|
void |
setTENSE(XmlTense value)
Sets the value of the tense property.
|
protected List<XmlNLGElement> coord
protected String conj
protected XmlPhraseCategory cat
protected Boolean appositive
protected String conjunctiontype
protected String modal
protected Boolean negated
protected XmlNumberAgreement number
protected XmlPerson person
protected Boolean possessive
protected Boolean progressive
protected Boolean raisespecifier
protected Boolean supressedcomplementiser
protected XmlTense tense
public List<XmlNLGElement> getCoord()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the coord property.
For example, to add a new item, do as follows:
getCoord().add(newItem);
Objects of the following type(s) are allowed in the list
XmlNLGElement
public String getConj()
Stringpublic void setConj(String value)
value - allowed object is
Stringpublic XmlPhraseCategory getCat()
XmlPhraseCategorypublic void setCat(XmlPhraseCategory value)
value - allowed object is
XmlPhraseCategorypublic Boolean isAPPOSITIVE()
Booleanpublic void setAPPOSITIVE(Boolean value)
value - allowed object is
Booleanpublic String getCONJUNCTIONTYPE()
Stringpublic void setCONJUNCTIONTYPE(String value)
value - allowed object is
Stringpublic String getMODAL()
Stringpublic void setMODAL(String value)
value - allowed object is
Stringpublic Boolean isNEGATED()
Booleanpublic void setNEGATED(Boolean value)
value - allowed object is
Booleanpublic XmlNumberAgreement getNUMBER()
XmlNumberAgreementpublic void setNUMBER(XmlNumberAgreement value)
value - allowed object is
XmlNumberAgreementpublic XmlPerson getPERSON()
XmlPersonpublic void setPERSON(XmlPerson value)
value - allowed object is
XmlPersonpublic Boolean isPOSSESSIVE()
Booleanpublic void setPOSSESSIVE(Boolean value)
value - allowed object is
Booleanpublic Boolean isPROGRESSIVE()
Booleanpublic void setPROGRESSIVE(Boolean value)
value - allowed object is
Booleanpublic Boolean isRAISESPECIFIER()
Booleanpublic void setRAISESPECIFIER(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.