public class XmlStringElement extends XmlNLGElement
Java class for StringElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringElement">
<complexContent>
<extension base="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}NLGElement">
<sequence>
<element name="val" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
XmlStringElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVal()
Gets the value of the val property.
|
void |
setVal(String value)
Sets the value of the val property.
|
protected String val
Copyright © 2020. All Rights Reserved.