|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2message.ResponseHeaderType
public class ResponseHeaderType
Java class for response_headerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="response_headerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="info" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}infoType"/>
<element name="result_status" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}result_statusType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected InfoType |
info
|
protected ResultStatusType |
resultStatus
|
| Constructor Summary | |
|---|---|
ResponseHeaderType()
|
|
ResponseHeaderType(ResultStatusType resultStatus)
|
|
| Method Summary | |
|---|---|
InfoType |
getInfo()
Gets the value of the info property. |
ResultStatusType |
getResultStatus()
Gets the value of the resultStatus property. |
void |
setInfo(InfoType value)
Sets the value of the info property. |
void |
setResultStatus(ResultStatusType value)
Sets the value of the resultStatus property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected InfoType info
protected ResultStatusType resultStatus
| Constructor Detail |
|---|
public ResponseHeaderType()
public ResponseHeaderType(ResultStatusType resultStatus)
| Method Detail |
|---|
public InfoType getInfo()
InfoTypepublic void setInfo(InfoType value)
value - allowed object is
InfoTypepublic ResultStatusType getResultStatus()
ResultStatusTypepublic void setResultStatus(ResultStatusType value)
value - allowed object is
ResultStatusType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||