|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2result.ResultEnvelopeType
public class ResultEnvelopeType
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 |
|---|
protected HeaderType header
protected BodyType body
| Constructor Detail |
|---|
public ResultEnvelopeType()
| Method Detail |
|---|
public HeaderType getHeader()
HeaderTypepublic void setHeader(HeaderType value)
value - allowed object is
HeaderTypepublic BodyType getBody()
BodyTypepublic void setBody(BodyType value)
value - allowed object is
BodyType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||