Class PixAck3to2Translator
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hl7v3.translation.PixAck3to2Translator
-
- All Implemented Interfaces:
GroovyObject
,Hl7TranslatorV3toV2
public class PixAck3to2Translator extends Object implements Hl7TranslatorV3toV2, GroovyObject
-
-
Constructor Summary
Constructors Constructor Description PixAck3to2Translator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAckCodeFirstCharacter()
MetaClass
getMetaClass()
boolean
getOutputMessageStructure()
boolean
isOutputMessageStructure()
void
postprocess(Message qry, GPathResult xml)
void
setAckCodeFirstCharacter(String value)
void
setMetaClass(MetaClass mc)
void
setOutputMessageStructure(boolean value)
Message
translateV3toV2(String xmlText, Message originalNotification)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
-
-
-
Method Detail
-
getMetaClass
public MetaClass getMetaClass()
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
public void setMetaClass(MetaClass mc)
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getOutputMessageStructure
public boolean getOutputMessageStructure()
-
isOutputMessageStructure
public boolean isOutputMessageStructure()
-
setOutputMessageStructure
public void setOutputMessageStructure(boolean value)
-
getAckCodeFirstCharacter
public String getAckCodeFirstCharacter()
-
setAckCodeFirstCharacter
public void setAckCodeFirstCharacter(String value)
-
translateV3toV2
public Message translateV3toV2(String xmlText, Message originalNotification)
- Specified by:
translateV3toV2
in interfaceHl7TranslatorV3toV2
-
postprocess
public void postprocess(Message qry, GPathResult xml)
- Specified by:
postprocess
in interfaceHl7TranslatorV3toV2
-
-