|
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.Response
public abstract class Response
Java class for Response complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Response">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{}ResponseStatus"/>
<element name="Error" type="{}ServiceError"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ServiceError |
error
|
protected ResponseStatus |
status
|
| Constructor Summary | |
|---|---|
Response()
|
|
| Method Summary | |
|---|---|
ServiceError |
getError()
Gets the value of the error property. |
ResponseStatus |
getStatus()
Gets the value of the status property. |
void |
setError(ServiceError value)
Sets the value of the error property. |
void |
setStatus(ResponseStatus value)
Sets the value of the status property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ResponseStatus status
protected ServiceError error
| Constructor Detail |
|---|
public Response()
| Method Detail |
|---|
public ResponseStatus getStatus()
ResponseStatuspublic void setStatus(ResponseStatus value)
value - allowed object is
ResponseStatuspublic ServiceError getError()
ServiceErrorpublic void setError(ServiceError value)
value - allowed object is
ServiceError
|
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 | ||||||||