Class PixAck3to2Translator
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.translation.PixAck3to2Translator
- All Implemented Interfaces:
GroovyObject,Hl7TranslatorV3toV2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidpostprocess(Message qry, GPathResult xml) voidsetAckCodeFirstCharacter(String value) voidvoidsetOutputMessageStructure(boolean value) translateV3toV2(String xmlText, Message originalNotification) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
PixAck3to2Translator
public PixAck3to2Translator()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClassin interfaceGroovyObject
-
getOutputMessageStructure
public boolean getOutputMessageStructure() -
isOutputMessageStructure
public boolean isOutputMessageStructure() -
setOutputMessageStructure
public void setOutputMessageStructure(boolean value) -
getAckCodeFirstCharacter
-
setAckCodeFirstCharacter
-
translateV3toV2
- Specified by:
translateV3toV2in interfaceHl7TranslatorV3toV2
-
postprocess
- Specified by:
postprocessin interfaceHl7TranslatorV3toV2
-