|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.hq.types.ServiceError
public class ServiceError
Java class for ServiceError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceError"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ReasonText" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
errorCode
|
protected java.lang.String |
reasonText
|
Constructor Summary | |
---|---|
ServiceError()
|
Method Summary | |
---|---|
java.lang.String |
getErrorCode()
Gets the value of the errorCode property. |
java.lang.String |
getReasonText()
Gets the value of the reasonText property. |
void |
setErrorCode(java.lang.String value)
Sets the value of the errorCode property. |
void |
setReasonText(java.lang.String value)
Sets the value of the reasonText property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String errorCode
protected java.lang.String reasonText
Constructor Detail |
---|
public ServiceError()
Method Detail |
---|
public java.lang.String getErrorCode()
String
public void setErrorCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReasonText()
String
public void setReasonText(java.lang.String value)
value
- allowed object is
String
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |