@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public class Error 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>
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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String content
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String type
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") protected String message
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getContent()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setContent(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getType()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public void setType(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:24:04+01:00", comments="JAXB RI v2.2.7") public String getMessage()
String
Copyright © 2016 buschmais GbR. All rights reserved.