public class NLGSpec extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Request" type="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}RequestType"/>
<element name="Recording" type="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}RecordSet"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RecordSet |
recording |
protected RequestType |
request |
| Constructor and Description |
|---|
NLGSpec() |
| Modifier and Type | Method and Description |
|---|---|
RecordSet |
getRecording()
Gets the value of the recording property.
|
RequestType |
getRequest()
Gets the value of the request property.
|
void |
setRecording(RecordSet value)
Sets the value of the recording property.
|
void |
setRequest(RequestType value)
Sets the value of the request property.
|
protected RequestType request
protected RecordSet recording
public RequestType getRequest()
RequestTypepublic void setRequest(RequestType value)
value - allowed object is
RequestTypepublic RecordSet getRecording()
RecordSetCopyright © 2020. All Rights Reserved.