Package be.recipe.services.executor
Class ValidationWarning
- java.lang.Object
-
- be.recipe.services.executor.ValidationWarning
-
public class ValidationWarning extends Object
Java class for validationWarning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="validationWarning"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ruleId" type="{http:/services.recipe.be/executor}ruleId"/> <element name="ruleMessage" type="{http:/services.recipe.be/executor}ruleMessage"/> <element name="severity" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected RuleIdruleIdprotected RuleMessageruleMessageprotected Stringseverity
-
Constructor Summary
Constructors Constructor Description ValidationWarning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleIdgetRuleId()Gets the value of the ruleId property.RuleMessagegetRuleMessage()Gets the value of the ruleMessage property.StringgetSeverity()Gets the value of the severity property.voidsetRuleId(RuleId value)Sets the value of the ruleId property.voidsetRuleMessage(RuleMessage value)Sets the value of the ruleMessage property.voidsetSeverity(String value)Sets the value of the severity property.
-
-
-
Field Detail
-
ruleId
protected RuleId ruleId
-
ruleMessage
protected RuleMessage ruleMessage
-
severity
protected String severity
-
-
Method Detail
-
getRuleId
public RuleId getRuleId()
Gets the value of the ruleId property.- Returns:
- possible object is
RuleId
-
setRuleId
public void setRuleId(RuleId value)
Sets the value of the ruleId property.- Parameters:
value- allowed object isRuleId
-
getRuleMessage
public RuleMessage getRuleMessage()
Gets the value of the ruleMessage property.- Returns:
- possible object is
RuleMessage
-
setRuleMessage
public void setRuleMessage(RuleMessage value)
Sets the value of the ruleMessage property.- Parameters:
value- allowed object isRuleMessage
-
getSeverity
public String getSeverity()
Gets the value of the severity property.- Returns:
- possible object is
String
-
-