edu.harvard.i2b2.crc.datavo.i2b2message
Class ResponseHeaderType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2message.ResponseHeaderType

public class ResponseHeaderType
extends Object

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

info

protected InfoType info

resultStatus

protected ResultStatusType resultStatus
Constructor Detail

ResponseHeaderType

public ResponseHeaderType()

ResponseHeaderType

public ResponseHeaderType(ResultStatusType resultStatus)
Method Detail

getInfo

public InfoType getInfo()
Gets the value of the info property.

Returns:
possible object is InfoType

setInfo

public void setInfo(InfoType value)
Sets the value of the info property.

Parameters:
value - allowed object is InfoType

getResultStatus

public ResultStatusType getResultStatus()
Gets the value of the resultStatus property.

Returns:
possible object is ResultStatusType

setResultStatus

public void setResultStatus(ResultStatusType value)
Sets the value of the resultStatus property.

Parameters:
value - allowed object is ResultStatusType


Copyright © 2011. All Rights Reserved.