public class InputDefinition extends Object
Java class for InputActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="variable" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="valid-answers" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected String |
validAnswers |
protected String |
variable |
| Constructor and Description |
|---|
InputDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
String |
getValidAnswers()
Gets the value of the validAnswers property.
|
String |
getVariable()
Gets the value of the variable property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setValidAnswers(String value)
Sets the value of the validAnswers property.
|
void |
setVariable(String value)
Sets the value of the variable property.
|
protected String message
protected String variable
protected String validAnswers
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getVariable()
Stringpublic void setVariable(String value)
value - allowed object is
Stringpublic String getValidAnswers()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.