edu.harvard.i2b2.crc.datavo.i2b2result
Class ResultEnvelopeType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.i2b2result.ResultEnvelopeType

public class ResultEnvelopeType
extends Object

Java class for result_envelopeType complex type.

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

 <complexType name="result_envelopeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="header" type="{http://www.i2b2.org/xsd/hive/msg/result/1.1/}headerType"/>
         <element name="body" type="{http://www.i2b2.org/xsd/hive/msg/result/1.1/}bodyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BodyType body
           
protected  HeaderType header
           
 
Constructor Summary
ResultEnvelopeType()
           
 
Method Summary
 BodyType getBody()
          Gets the value of the body property.
 HeaderType getHeader()
          Gets the value of the header property.
 void setBody(BodyType value)
          Sets the value of the body property.
 void setHeader(HeaderType value)
          Sets the value of the header property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

protected HeaderType header

body

protected BodyType body
Constructor Detail

ResultEnvelopeType

public ResultEnvelopeType()
Method Detail

getHeader

public HeaderType getHeader()
Gets the value of the header property.

Returns:
possible object is HeaderType

setHeader

public void setHeader(HeaderType value)
Sets the value of the header property.

Parameters:
value - allowed object is HeaderType

getBody

public BodyType getBody()
Gets the value of the body property.

Returns:
possible object is BodyType

setBody

public void setBody(BodyType value)
Sets the value of the body property.

Parameters:
value - allowed object is BodyType


Copyright © 2011. All Rights Reserved.