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.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public Object getAt(int idx)
public String getValue()
public String toString()
toString
in class ca.uhn.hl7v2.model.AbstractType
public void setValue(String value) throws ca.uhn.hl7v2.model.DataTypeException
ca.uhn.hl7v2.model.DataTypeException
public boolean isEmpty() throws ca.uhn.hl7v2.HL7Exception
isEmpty
in interface ca.uhn.hl7v2.model.Visitable
isEmpty
in class ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.HL7Exception
public 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.Visitable
ca.uhn.hl7v2.HL7Exception
Copyright © 2018 Open eHealth Foundation. All rights reserved.