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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String value) void
void
setSectionReference
(String value) Methods inherited from class ca.uhn.hl7v2.validation.impl.AbstractMessageRule
test
Methods inherited from class ca.uhn.hl7v2.validation.impl.RuleSupport
failed, failed, failed, failed, failedWithValue, getErrorCode, getSeverity, passed, result, result, setErrorCode, setSeverity
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
-
Constructor Details
-
MissingMessageRule
public MissingMessageRule() -
MissingMessageRule
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getDescription
- Specified by:
getDescription
in interfaceRule<Message>
- Overrides:
getDescription
in classRuleSupport<Message>
-
setDescription
- Overrides:
setDescription
in classRuleSupport<Message>
-
getSectionReference
- Specified by:
getSectionReference
in interfaceRule<Message>
- Overrides:
getSectionReference
in classRuleSupport<Message>
-
setSectionReference
- Overrides:
setSectionReference
in classRuleSupport<Message>
-
apply
-