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">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
message |
protected String |
type |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getType()
Gets the value of the type property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String content
protected String type
protected String message
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getMessage()
StringCopyright © 2017. All rights reserved.