public class Error extends Object implements Serializable
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">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="howtofix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="detail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="responseCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
detail |
protected String |
howtofix |
protected String |
name |
protected String |
responseCode |
protected String |
uuid |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDetail()
Gets the value of the detail property.
|
String |
getHowtofix()
Gets the value of the howtofix property.
|
String |
getName()
Gets the value of the name property.
|
String |
getResponseCode()
Gets the value of the responseCode property.
|
String |
getUuid()
Gets the value of the uuid property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDetail(String value)
Sets the value of the detail property.
|
void |
setHowtofix(String value)
Sets the value of the howtofix property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResponseCode(String value)
Sets the value of the responseCode property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
protected String description
protected String howtofix
protected String detail
protected String responseCode
protected String name
protected String uuid
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getHowtofix()
Stringpublic void setHowtofix(String value)
value - allowed object is
Stringpublic String getDetail()
Stringpublic void setDetail(String value)
value - allowed object is
Stringpublic String getResponseCode()
Stringpublic void setResponseCode(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUuid()
StringCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.