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

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

public class MessageTypeType
extends Object

Java class for message_typeType complex type.

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

 <complexType name="message_typeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message_code" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="event_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="message_structure" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String eventType
           
protected  String messageCode
           
protected  String messageStructure
           
 
Constructor Summary
MessageTypeType()
           
 
Method Summary
 String getEventType()
          Gets the value of the eventType property.
 String getMessageCode()
          Gets the value of the messageCode property.
 String getMessageStructure()
          Gets the value of the messageStructure property.
 void setEventType(String value)
          Sets the value of the eventType property.
 void setMessageCode(String value)
          Sets the value of the messageCode property.
 void setMessageStructure(String value)
          Sets the value of the messageStructure property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageCode

protected String messageCode

eventType

protected String eventType

messageStructure

protected String messageStructure
Constructor Detail

MessageTypeType

public MessageTypeType()
Method Detail

getMessageCode

public String getMessageCode()
Gets the value of the messageCode property.

Returns:
possible object is String

setMessageCode

public void setMessageCode(String value)
Sets the value of the messageCode property.

Parameters:
value - allowed object is String

getEventType

public String getEventType()
Gets the value of the eventType property.

Returns:
possible object is String

setEventType

public void setEventType(String value)
Sets the value of the eventType property.

Parameters:
value - allowed object is String

getMessageStructure

public String getMessageStructure()
Gets the value of the messageStructure property.

Returns:
possible object is String

setMessageStructure

public void setMessageStructure(String value)
Sets the value of the messageStructure property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.