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

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

public class ResponseMessageType
extends Object

Java class for response_messageType complex type.

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

 <complexType name="response_messageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message_header" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}message_headerType"/>
         <element name="request_header" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}request_headerType" minOccurs="0"/>
         <element name="response_header" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}response_headerType"/>
         <element name="message_body" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}bodyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BodyType messageBody
           
protected  MessageHeaderType messageHeader
           
protected  RequestHeaderType requestHeader
           
protected  ResponseHeaderType responseHeader
           
 
Constructor Summary
ResponseMessageType()
           
 
Method Summary
 BodyType getMessageBody()
          Gets the value of the messageBody property.
 MessageHeaderType getMessageHeader()
          Gets the value of the messageHeader property.
 RequestHeaderType getRequestHeader()
          Gets the value of the requestHeader property.
 ResponseHeaderType getResponseHeader()
          Gets the value of the responseHeader property.
 void setMessageBody(BodyType value)
          Sets the value of the messageBody property.
 void setMessageHeader(MessageHeaderType value)
          Sets the value of the messageHeader property.
 void setRequestHeader(RequestHeaderType value)
          Sets the value of the requestHeader property.
 void setResponseHeader(ResponseHeaderType value)
          Sets the value of the responseHeader property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageHeader

protected MessageHeaderType messageHeader

requestHeader

protected RequestHeaderType requestHeader

responseHeader

protected ResponseHeaderType responseHeader

messageBody

protected BodyType messageBody
Constructor Detail

ResponseMessageType

public ResponseMessageType()
Method Detail

getMessageHeader

public MessageHeaderType getMessageHeader()
Gets the value of the messageHeader property.

Returns:
possible object is MessageHeaderType

setMessageHeader

public void setMessageHeader(MessageHeaderType value)
Sets the value of the messageHeader property.

Parameters:
value - allowed object is MessageHeaderType

getRequestHeader

public RequestHeaderType getRequestHeader()
Gets the value of the requestHeader property.

Returns:
possible object is RequestHeaderType

setRequestHeader

public void setRequestHeader(RequestHeaderType value)
Sets the value of the requestHeader property.

Parameters:
value - allowed object is RequestHeaderType

getResponseHeader

public ResponseHeaderType getResponseHeader()
Gets the value of the responseHeader property.

Returns:
possible object is ResponseHeaderType

setResponseHeader

public void setResponseHeader(ResponseHeaderType value)
Sets the value of the responseHeader property.

Parameters:
value - allowed object is ResponseHeaderType

getMessageBody

public BodyType getMessageBody()
Gets the value of the messageBody property.

Returns:
possible object is BodyType

setMessageBody

public void setMessageBody(BodyType value)
Sets the value of the messageBody property.

Parameters:
value - allowed object is BodyType


Copyright © 2011. All Rights Reserved.