Class 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>
     
    • Constructor Detail

      • ValidationWarning

        public ValidationWarning()
    • 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 is RuleId
      • 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 is RuleMessage
      • getSeverity

        public String getSeverity()
        Gets the value of the severity property.
        Returns:
        possible object is String
      • setSeverity

        public void setSeverity​(String value)
        Sets the value of the severity property.
        Parameters:
        value - allowed object is String