Package ca.uhn.hl7v2.protocol.impl
Class AppRoutingDataImpl
java.lang.Object
ca.uhn.hl7v2.protocol.impl.AppRoutingDataImpl
- All Implemented Interfaces:
ApplicationRouter.AppRoutingData
A default implementation of
ApplicationRouter.AppRoutingData.- Version:
- $Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:26 $ by $Author: jamesagnew $
- Author:
- Bryan Tripp
-
Constructor Summary
ConstructorsConstructorDescriptionAppRoutingDataImpl(String theMessageType, String theTriggerEvent, String theProcessingId, String theVersionId) Creates a new instance with args used as values that will be returned by the corresponding getters. -
Method Summary
-
Constructor Details
-
AppRoutingDataImpl
public AppRoutingDataImpl(String theMessageType, String theTriggerEvent, String theProcessingId, String theVersionId) Creates a new instance with args used as values that will be returned by the corresponding getters.
-
-
Method Details
-
getMessageType
- Specified by:
getMessageTypein interfaceApplicationRouter.AppRoutingData- Returns:
- MSH-9-1
- See Also:
-
getTriggerEvent
- Specified by:
getTriggerEventin interfaceApplicationRouter.AppRoutingData- Returns:
- MSH-9-2
- See Also:
-
getProcessingId
- Specified by:
getProcessingIdin interfaceApplicationRouter.AppRoutingData- Returns:
- MSH-11-1
- See Also:
-
getVersion
- Specified by:
getVersionin interfaceApplicationRouter.AppRoutingData- Returns:
- MSH-12
- See Also:
-
equals
-
hashCode
-
withAll
Returns an instance of AppRoutingData which accepts all message types, versions, etc.
-