public class MissingMessageRule
extends ca.uhn.hl7v2.validation.impl.AbstractMessageRule
implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
MissingMessageRule() |
MissingMessageRule(String description,
String sectionReference) |
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.hl7v2.validation.ValidationException[] |
apply(ca.uhn.hl7v2.model.Message msg) |
String |
getDescription() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getSectionReference() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setDescription(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setSectionReference(String value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getDescription()
getDescription in interface ca.uhn.hl7v2.validation.Rule<ca.uhn.hl7v2.model.Message>getDescription in class ca.uhn.hl7v2.validation.impl.RuleSupport<ca.uhn.hl7v2.model.Message>public void setDescription(String value)
setDescription in class ca.uhn.hl7v2.validation.impl.RuleSupport<ca.uhn.hl7v2.model.Message>public String getSectionReference()
getSectionReference in interface ca.uhn.hl7v2.validation.Rule<ca.uhn.hl7v2.model.Message>getSectionReference in class ca.uhn.hl7v2.validation.impl.RuleSupport<ca.uhn.hl7v2.model.Message>public void setSectionReference(String value)
setSectionReference in class ca.uhn.hl7v2.validation.impl.RuleSupport<ca.uhn.hl7v2.model.Message>public ca.uhn.hl7v2.validation.ValidationException[] apply(ca.uhn.hl7v2.model.Message msg)
apply in interface ca.uhn.hl7v2.validation.Rule<ca.uhn.hl7v2.model.Message>Copyright © 2016 Open eHealth Foundation. All rights reserved.