Class Hl7v3ContinuationUtils
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.Hl7v3ContinuationUtils
- All Implemented Interfaces:
groovy.lang.GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddAcknowledgementDetail(Document doc, String message) static voidstatic StringgetAttribute(Element root, String subElementLocalName, String attributeName) static intgetIntFromValueAttribute(Element root, String subElementLocalName) groovy.lang.MetaClassstatic intvoidsetMetaClass(groovy.lang.MetaClass mc) static voidsetQueryAckContinuationNumbers(Element queryAck, int remaining, int current, int total) static voidsetValueAttribute(Node node, int value) 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
-
Hl7v3ContinuationUtils
public Hl7v3ContinuationUtils()
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
getHL7V3_NSURI_SET
-
getAttribute
-
parseInt
-
getIntFromValueAttribute
-
addAcknowledgementDetail
-
deleteIpfRelatedAcknowledgementDetails
-
setValueAttribute
-
setQueryAckContinuationNumbers
public static void setQueryAckContinuationNumbers(Element queryAck, int remaining, int current, int total)
-