java.lang.Object
com.buschmais.jqassistant.plugin.junit.impl.schema.Failure

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public class Failure 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">
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • content

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String content
    • type

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String type
    • message

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") protected String message
  • Constructor Details

    • Failure

      public Failure()
  • Method Details

    • getContent

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getContent()
      Gets the value of the content property.
      Returns:
      possible object is String
    • setContent

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String
    • getType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-08T15:42:35Z") public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String