
Package org.hl7.fhir.convertors.misc
Class ADLImporter.TextSet
- java.lang.Object
-
- org.hl7.fhir.convertors.misc.ADLImporter.TextSet
-
- Enclosing class:
- ADLImporter
public class ADLImporter.TextSet extends Object
-
-
Constructor Summary
Constructors Constructor Description TextSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
String
getDescription()
String
getText()
void
setComment(String value)
void
setDescription(String value)
void
setText(String value)
-
-
-
Constructor Detail
-
TextSet
public TextSet()
-
-
Method Detail
-
getDescription
public String getDescription()
-
getComment
public String getComment()
-
setDescription
public void setDescription(String value)
-
setComment
public void setComment(String value)
-
-