public class RequestType extends Object
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Document" type="{https://github.com/simplenlg/simplenlg/tree/master/src/main/resources/xml}DocumentElement"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XmlDocumentElement |
document |
| Constructor and Description |
|---|
RequestType() |
| Modifier and Type | Method and Description |
|---|---|
XmlDocumentElement |
getDocument()
Gets the value of the document property.
|
void |
setDocument(XmlDocumentElement value)
Sets the value of the document property.
|
protected XmlDocumentElement document
public XmlDocumentElement getDocument()
XmlDocumentElementpublic void setDocument(XmlDocumentElement value)
value - allowed object is
XmlDocumentElementCopyright © 2020. All Rights Reserved.