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

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

public class MessageControlIdType
extends Object

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

sessionId

protected String sessionId

messageNum

protected String messageNum

instanceNum

protected int instanceNum
Constructor Detail

MessageControlIdType

public MessageControlIdType()
Method Detail

getSessionId

public String getSessionId()
Gets the value of the sessionId property.

Returns:
possible object is String

setSessionId

public void setSessionId(String value)
Sets the value of the sessionId property.

Parameters:
value - allowed object is String

getMessageNum

public String getMessageNum()
Gets the value of the messageNum property.

Returns:
possible object is String

setMessageNum

public void setMessageNum(String value)
Sets the value of the messageNum property.

Parameters:
value - allowed object is String

getInstanceNum

public int getInstanceNum()
Gets the value of the instanceNum property.


setInstanceNum

public void setInstanceNum(int value)
Sets the value of the instanceNum property.



Copyright © 2011. All Rights Reserved.