Class MissingMessageRule
java.lang.Object
ca.uhn.hl7v2.validation.impl.RuleSupport<Message>
ca.uhn.hl7v2.validation.impl.AbstractMessageRule
org.openehealth.ipf.modules.hl7.validation.model.MissingMessageRule
- All Implemented Interfaces:
MessageRule,Rule<Message>,GroovyObject,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String value) voidvoidsetSectionReference(String value) Methods inherited from class ca.uhn.hl7v2.validation.impl.AbstractMessageRule
testMethods inherited from class ca.uhn.hl7v2.validation.impl.RuleSupport
failed, failed, failed, failed, failedWithValue, getErrorCode, getSeverity, passed, result, result, setErrorCode, setSeverityMethods 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
-
MissingMessageRule
public MissingMessageRule() -
MissingMessageRule
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClassin interfaceGroovyObject
-
getDescription
- Specified by:
getDescriptionin interfaceRule<Message>- Overrides:
getDescriptionin classRuleSupport<Message>
-
setDescription
- Overrides:
setDescriptionin classRuleSupport<Message>
-
getSectionReference
- Specified by:
getSectionReferencein interfaceRule<Message>- Overrides:
getSectionReferencein classRuleSupport<Message>
-
setSectionReference
- Overrides:
setSectionReferencein classRuleSupport<Message>
-
apply
-