@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-12T09:04:27Z")
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>
-
-
Constructor Summary
Constructors
-
Method Summary
Gets the value of the content property.
Gets the value of the message property.
Gets the value of the type property.
void
Sets the value of the content property.
void
Sets the value of the message property.
void
Sets the value of the type property.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
content
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-12T09:04:27Z")
protected String content
-
type
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-12T09:04:27Z")
protected String type
-
message
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-12T09:04:27Z")
protected String message
-
-
Method Details
-
getContent
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.7",
date="2024-08-12T09:04:27Z")
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-12T09:04:27Z")
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-12T09:04:27Z")
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-12T09:04:27Z")
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-12T09:04:27Z")
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-12T09:04:27Z")
public void setMessage(String value)
Sets the value of the message property.
- Parameters:
value - allowed object is
String