Class ValidationReport.Violation

  • Enclosing class:
    ValidationReport

    public static class ValidationReport.Violation
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="propertyPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="usecase" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="translations" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="message" type="{http:/services.recipe.be/core}LocalisedString" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Violation

        public Violation()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getPropertyPath

        public String getPropertyPath()
        Gets the value of the propertyPath property.
        Returns:
        possible object is String
      • setPropertyPath

        public void setPropertyPath​(String value)
        Sets the value of the propertyPath property.
        Parameters:
        value - allowed object is String
      • getUsecase

        public String getUsecase()
        Gets the value of the usecase property.
        Returns:
        possible object is String
      • setUsecase

        public void setUsecase​(String value)
        Sets the value of the usecase property.
        Parameters:
        value - allowed object is String
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

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