public class HapiField extends Object implements HL7Field, HL7Component
| Modifier and Type | Field and Description |
|---|---|
private List<HL7Component> |
components |
private String |
value |
| Constructor and Description |
|---|
HapiField(ca.uhn.hl7v2.model.Type type) |
| Modifier and Type | Method and Description |
|---|---|
List<HL7Component> |
getComponents() |
String |
getValue() |
String |
toString() |
private final String value
private final List<HL7Component> components
public String getValue()
getValue in interface HL7Componentpublic List<HL7Component> getComponents()
getComponents in interface HL7ComponentCopyright © 2023 Apache NiFi Project. All rights reserved.