|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2message.MessageTypeType
public class MessageTypeType
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 |
|---|
protected String messageCode
protected String eventType
protected String messageStructure
| Constructor Detail |
|---|
public MessageTypeType()
| Method Detail |
|---|
public String getMessageCode()
Stringpublic void setMessageCode(String value)
value - allowed object is
Stringpublic String getEventType()
Stringpublic void setEventType(String value)
value - allowed object is
Stringpublic String getMessageStructure()
Stringpublic void setMessageStructure(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||