public class Null
extends ca.uhn.hl7v2.model.AbstractType
implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
Null(ca.uhn.hl7v2.model.Message message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ca.uhn.hl7v2.model.MessageVisitor visitor,
ca.uhn.hl7v2.Location currentLocation) |
Object |
getAt(int idx) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
String |
getValue() |
String |
getValueOr(String defaultValue) |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isEmpty() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
void |
setValue(String value) |
String |
toString() |
String |
valueOr(String defaultValue) |
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 Object getAt(int idx)
public String getValue()
public String toString()
toString in class ca.uhn.hl7v2.model.AbstractTypepublic void setValue(String value) throws ca.uhn.hl7v2.model.DataTypeException
ca.uhn.hl7v2.model.DataTypeExceptionpublic boolean isEmpty()
throws ca.uhn.hl7v2.HL7Exception
isEmpty in interface ca.uhn.hl7v2.model.VisitableisEmpty in class ca.uhn.hl7v2.model.AbstractTypeca.uhn.hl7v2.HL7Exceptionpublic boolean accept(ca.uhn.hl7v2.model.MessageVisitor visitor,
ca.uhn.hl7v2.Location currentLocation)
throws ca.uhn.hl7v2.HL7Exception
accept in interface ca.uhn.hl7v2.model.Visitableca.uhn.hl7v2.HL7ExceptionCopyright © 2018 Open eHealth Foundation. All rights reserved.