edu.harvard.i2b2.crc.datavo.pdo.query
Class ResponseType
java.lang.Object
edu.harvard.i2b2.crc.datavo.pdo.query.ResponseType
- Direct Known Subclasses:
- PatientDataResponseType
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/pdo/1.1/}statusType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2011. All Rights Reserved.