public class TgCommunication extends Object
Java class for tgCommunication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tgCommunication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Question" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString80"/>
<element name="Response" type="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString80" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
question |
protected String |
response |
| Constructor and Description |
|---|
TgCommunication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getQuestion()
Gets the value of the question property.
|
String |
getResponse()
Gets the value of the response property.
|
void |
setQuestion(String value)
Sets the value of the question property.
|
void |
setResponse(String value)
Sets the value of the response property.
|
public String getQuestion()
Stringpublic void setQuestion(String value)
value - allowed object is Stringpublic String getResponse()
StringCopyright © 2012–2026 cismet GmbH. All rights reserved.