edu.harvard.i2b2.crc.datavo.setfinder.query
Class ResponseType
java.lang.Object
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>
status
protected StatusType status
ResponseType
public ResponseType()
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.