|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2message.MessageControlIdType
public class MessageControlIdType
Java class for message_control_idType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="message_control_idType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message_num" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="instance_num" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
instanceNum
|
protected String |
messageNum
|
protected String |
sessionId
|
| Constructor Summary | |
|---|---|
MessageControlIdType()
|
|
| Method Summary | |
|---|---|
int |
getInstanceNum()
Gets the value of the instanceNum property. |
String |
getMessageNum()
Gets the value of the messageNum property. |
String |
getSessionId()
Gets the value of the sessionId property. |
void |
setInstanceNum(int value)
Sets the value of the instanceNum property. |
void |
setMessageNum(String value)
Sets the value of the messageNum property. |
void |
setSessionId(String value)
Sets the value of the sessionId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String sessionId
protected String messageNum
protected int instanceNum
| Constructor Detail |
|---|
public MessageControlIdType()
| Method Detail |
|---|
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic String getMessageNum()
Stringpublic void setMessageNum(String value)
value - allowed object is
Stringpublic int getInstanceNum()
public void setInstanceNum(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||