|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.i2b2message.MessageHeaderType
public class MessageHeaderType
Java class for message_headerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="message_headerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="i2b2_version_compatible" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}decimal"/>
<element name="hl7_version_compatible" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}decimal"/>
<element name="sending_application" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}applicationType"/>
<element name="sending_facility" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}facilityType"/>
<element name="receiving_application" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}applicationType"/>
<element name="receiving_facility" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}facilityType"/>
<element name="datetime_of_message" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}dateTime"/>
<element name="security" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}securityType"/>
<element name="message_type" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}message_typeType"/>
<element name="message_control_id" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}message_control_idType"/>
<element name="processing_id" type="{http://www.i2b2.org/xsd/hive/msg/1.1/}processing_idType"/>
<element name="accept_acknowledgement_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="application_acknowledgement_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="country_code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="project_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
acceptAcknowledgementType
|
protected String |
applicationAcknowledgementType
|
protected String |
countryCode
|
protected XMLGregorianCalendar |
datetimeOfMessage
|
protected BigDecimal |
hl7VersionCompatible
|
protected BigDecimal |
i2B2VersionCompatible
|
protected MessageControlIdType |
messageControlId
|
protected MessageTypeType |
messageType
|
protected ProcessingIdType |
processingId
|
protected String |
projectId
|
protected ApplicationType |
receivingApplication
|
protected FacilityType |
receivingFacility
|
protected SecurityType |
security
|
protected ApplicationType |
sendingApplication
|
protected FacilityType |
sendingFacility
|
| Constructor Summary | |
|---|---|
MessageHeaderType()
|
|
| Method Summary | |
|---|---|
String |
getAcceptAcknowledgementType()
Gets the value of the acceptAcknowledgementType property. |
String |
getApplicationAcknowledgementType()
Gets the value of the applicationAcknowledgementType property. |
String |
getCountryCode()
Gets the value of the countryCode property. |
XMLGregorianCalendar |
getDatetimeOfMessage()
Gets the value of the datetimeOfMessage property. |
BigDecimal |
getHl7VersionCompatible()
Gets the value of the hl7VersionCompatible property. |
BigDecimal |
getI2B2VersionCompatible()
Gets the value of the i2B2VersionCompatible property. |
MessageControlIdType |
getMessageControlId()
Gets the value of the messageControlId property. |
MessageTypeType |
getMessageType()
Gets the value of the messageType property. |
ProcessingIdType |
getProcessingId()
Gets the value of the processingId property. |
String |
getProjectId()
Gets the value of the projectId property. |
ApplicationType |
getReceivingApplication()
Gets the value of the receivingApplication property. |
FacilityType |
getReceivingFacility()
Gets the value of the receivingFacility property. |
SecurityType |
getSecurity()
Gets the value of the security property. |
ApplicationType |
getSendingApplication()
Gets the value of the sendingApplication property. |
FacilityType |
getSendingFacility()
Gets the value of the sendingFacility property. |
void |
setAcceptAcknowledgementType(String value)
Sets the value of the acceptAcknowledgementType property. |
void |
setApplicationAcknowledgementType(String value)
Sets the value of the applicationAcknowledgementType property. |
void |
setCountryCode(String value)
Sets the value of the countryCode property. |
void |
setDatetimeOfMessage(XMLGregorianCalendar value)
Sets the value of the datetimeOfMessage property. |
void |
setHl7VersionCompatible(BigDecimal value)
Sets the value of the hl7VersionCompatible property. |
void |
setI2B2VersionCompatible(BigDecimal value)
Sets the value of the i2B2VersionCompatible property. |
void |
setMessageControlId(MessageControlIdType value)
Sets the value of the messageControlId property. |
void |
setMessageType(MessageTypeType value)
Sets the value of the messageType property. |
void |
setProcessingId(ProcessingIdType value)
Sets the value of the processingId property. |
void |
setProjectId(String value)
Sets the value of the projectId property. |
void |
setReceivingApplication(ApplicationType value)
Sets the value of the receivingApplication property. |
void |
setReceivingFacility(FacilityType value)
Sets the value of the receivingFacility property. |
void |
setSecurity(SecurityType value)
Sets the value of the security property. |
void |
setSendingApplication(ApplicationType value)
Sets the value of the sendingApplication property. |
void |
setSendingFacility(FacilityType value)
Sets the value of the sendingFacility property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigDecimal i2B2VersionCompatible
protected BigDecimal hl7VersionCompatible
protected ApplicationType sendingApplication
protected FacilityType sendingFacility
protected ApplicationType receivingApplication
protected FacilityType receivingFacility
protected XMLGregorianCalendar datetimeOfMessage
protected SecurityType security
protected MessageTypeType messageType
protected MessageControlIdType messageControlId
protected ProcessingIdType processingId
protected String acceptAcknowledgementType
protected String applicationAcknowledgementType
protected String countryCode
protected String projectId
| Constructor Detail |
|---|
public MessageHeaderType()
| Method Detail |
|---|
public BigDecimal getI2B2VersionCompatible()
BigDecimalpublic void setI2B2VersionCompatible(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getHl7VersionCompatible()
BigDecimalpublic void setHl7VersionCompatible(BigDecimal value)
value - allowed object is
BigDecimalpublic ApplicationType getSendingApplication()
ApplicationTypepublic void setSendingApplication(ApplicationType value)
value - allowed object is
ApplicationTypepublic FacilityType getSendingFacility()
FacilityTypepublic void setSendingFacility(FacilityType value)
value - allowed object is
FacilityTypepublic ApplicationType getReceivingApplication()
ApplicationTypepublic void setReceivingApplication(ApplicationType value)
value - allowed object is
ApplicationTypepublic FacilityType getReceivingFacility()
FacilityTypepublic void setReceivingFacility(FacilityType value)
value - allowed object is
FacilityTypepublic XMLGregorianCalendar getDatetimeOfMessage()
XMLGregorianCalendarpublic void setDatetimeOfMessage(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SecurityType getSecurity()
SecurityTypepublic void setSecurity(SecurityType value)
value - allowed object is
SecurityTypepublic MessageTypeType getMessageType()
MessageTypeTypepublic void setMessageType(MessageTypeType value)
value - allowed object is
MessageTypeTypepublic MessageControlIdType getMessageControlId()
MessageControlIdTypepublic void setMessageControlId(MessageControlIdType value)
value - allowed object is
MessageControlIdTypepublic ProcessingIdType getProcessingId()
ProcessingIdTypepublic void setProcessingId(ProcessingIdType value)
value - allowed object is
ProcessingIdTypepublic String getAcceptAcknowledgementType()
Stringpublic void setAcceptAcknowledgementType(String value)
value - allowed object is
Stringpublic String getApplicationAcknowledgementType()
Stringpublic void setApplicationAcknowledgementType(String value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||