edu.harvard.i2b2.crc.datavo.setfinder.query
Class ResponseType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.ResponseType
Direct Known Subclasses:
CrcXmlResultResponseType, InstanceResponseType, InstanceResultResponseType, MasterInstanceResultResponseType, MasterResponseType, PatientSetResponseType, RequestXmlResponseType, ResultResponseType, ResultTypeResponseType

public abstract class ResponseType
extends Object

responseType is abstract so a concrete type must be declared in the instance document using the xsi:type attribute.

Java class for responseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="responseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}statusType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  StatusType status
           
 
Constructor Summary
ResponseType()
           
 
Method Summary
 boolean equals(Object obj)
           
 StatusType getStatus()
          Gets the value of the status property.
 int hashCode()
           
 void setStatus(StatusType value)
          Sets the value of the status property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

status

protected StatusType status
Constructor Detail

ResponseType

public ResponseType()
Method Detail

getStatus

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

Returns:
possible object is StatusType

setStatus

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

Parameters:
value - allowed object is StatusType

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.