public class FlowInputValidationRule extends Object
Java class for FlowInputValidationRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowInputValidationRule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="formulaExpression" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorMessage |
protected String |
formulaExpression |
| Constructor and Description |
|---|
FlowInputValidationRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
String |
getFormulaExpression()
Gets the value of the formulaExpression property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setFormulaExpression(String value)
Sets the value of the formulaExpression property.
|
protected String errorMessage
protected String formulaExpression
public String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic String getFormulaExpression()
StringCopyright © 2016. All rights reserved.