|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2message.ResponseMessageType
public class ResponseMessageType
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 |
|---|
protected MessageHeaderType messageHeader
protected RequestHeaderType requestHeader
protected ResponseHeaderType responseHeader
protected BodyType messageBody
| Constructor Detail |
|---|
public ResponseMessageType()
| Method Detail |
|---|
public MessageHeaderType getMessageHeader()
MessageHeaderTypepublic void setMessageHeader(MessageHeaderType value)
value - allowed object is
MessageHeaderTypepublic RequestHeaderType getRequestHeader()
RequestHeaderTypepublic void setRequestHeader(RequestHeaderType value)
value - allowed object is
RequestHeaderTypepublic ResponseHeaderType getResponseHeader()
ResponseHeaderTypepublic void setResponseHeader(ResponseHeaderType value)
value - allowed object is
ResponseHeaderTypepublic BodyType getMessageBody()
BodyTypepublic void setMessageBody(BodyType value)
value - allowed object is
BodyType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||