|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.smals.ehealth.codage.beans.ErrorType
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-10-28T03:09:26+02:00",
comments="JAXB RI v2.2.6")
public class ErrorType
Java class for ErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="errorValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ErrorType()
|
|
| Method Summary | |
|---|---|
long |
getErrorCode()
Gets the value of the errorCode property. |
String |
getErrorValue()
Gets the value of the errorValue property. |
String |
getId()
Gets the value of the id property. |
void |
setErrorCode(long value)
Sets the value of the errorCode property. |
void |
setErrorValue(String value)
Sets the value of the errorValue property. |
void |
setId(String value)
Sets the value of the id property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorType()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic long getErrorCode()
public void setErrorCode(long value)
public String getErrorValue()
Stringpublic void setErrorValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||