|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Error
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 ref="{}status"/> <element ref="{}timestamp"/> <element ref="{}error-code"/> <element ref="{}message"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getErrorCode()
Gets the value of the errorCode property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.Long |
getStatus()
Gets the value of the status property. |
java.lang.Long |
getTimestamp()
Gets the value of the timestamp property. |
void |
setErrorCode(java.lang.String value)
Sets the value of the errorCode property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setStatus(java.lang.Long value)
Sets the value of the status property. |
void |
setTimestamp(java.lang.Long value)
Sets the value of the timestamp property. |
Method Detail |
---|
java.lang.Long getStatus()
String
void setStatus(java.lang.Long value)
value
- allowed object is
String
java.lang.Long getTimestamp()
String
void setTimestamp(java.lang.Long value)
value
- allowed object is
String
java.lang.String getErrorCode()
String
void setErrorCode(java.lang.String value)
value
- allowed object is
String
java.lang.String getMessage()
String
void setMessage(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |