Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.types
Class Response

java.lang.Object
  extended by org.hyperic.hq.types.Response
Direct Known Subclasses:
AlertDefinitionsResponse

public abstract class Response
extends java.lang.Object

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

status

protected ResponseStatus status

error

protected ServiceError error
Constructor Detail

Response

public Response()
Method Detail

getStatus

public ResponseStatus getStatus()
Gets the value of the status property.

Returns:
possible object is ResponseStatus

setStatus

public void setStatus(ResponseStatus value)
Sets the value of the status property.

Parameters:
value - allowed object is ResponseStatus

getError

public ServiceError getError()
Gets the value of the error property.

Returns:
possible object is ServiceError

setError

public void setError(ServiceError value)
Sets the value of the error property.

Parameters:
value - allowed object is ServiceError

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.