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

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

public class RequestMessageType
extends Object

Java class for request_messageType complex type.

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

 <complexType name="request_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"/>
         <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
           
 
Constructor Summary
RequestMessageType()
           
 
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.
 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.
 
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

messageBody

protected BodyType messageBody
Constructor Detail

RequestMessageType

public RequestMessageType()
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

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.