public class DocumentRealisation extends Object
Java class for DocumentRealisation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentRealisation">
<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"/>
<element name="Realisation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XmlDocumentElement |
document |
protected String |
name |
protected String |
realisation |
| Constructor and Description |
|---|
DocumentRealisation() |
| Modifier and Type | Method and Description |
|---|---|
XmlDocumentElement |
getDocument()
Gets the value of the document property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRealisation()
Gets the value of the realisation property.
|
void |
setDocument(XmlDocumentElement value)
Sets the value of the document property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRealisation(String value)
Sets the value of the realisation property.
|
protected XmlDocumentElement document
protected String realisation
protected String name
public XmlDocumentElement getDocument()
XmlDocumentElementpublic void setDocument(XmlDocumentElement value)
value - allowed object is
XmlDocumentElementpublic String getRealisation()
Stringpublic void setRealisation(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2020. All Rights Reserved.