public static class CodeableConcept.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<CodeableConcept> implements org.apache.avro.data.RecordBuilder<CodeableConcept>
| Modifier and Type | Method and Description |
|---|---|
CodeableConcept |
build() |
CodeableConcept.Builder |
clearCoding()
Clears the value of the 'coding' field.
|
CodeableConcept.Builder |
clearId()
Clears the value of the 'id' field.
|
CodeableConcept.Builder |
clearText()
Clears the value of the 'text' field.
|
List<Coding> |
getCoding()
Gets the value of the 'coding' field.
|
String |
getId()
Gets the value of the 'id' field.
|
String |
getText()
Gets the value of the 'text' field.
|
boolean |
hasCoding()
Checks whether the 'coding' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
CodeableConcept.Builder |
setCoding(List<Coding> value)
Sets the value of the 'coding' field.
|
CodeableConcept.Builder |
setId(String value)
Sets the value of the 'id' field.
|
CodeableConcept.Builder |
setText(String value)
Sets the value of the 'text' field.
|
public String getId()
public CodeableConcept.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public CodeableConcept.Builder clearId()
public List<Coding> getCoding()
public CodeableConcept.Builder setCoding(List<Coding> value)
value - The value of 'coding'.public boolean hasCoding()
public CodeableConcept.Builder clearCoding()
public String getText()
public CodeableConcept.Builder setText(String value)
value - The value of 'text'.public boolean hasText()
public CodeableConcept.Builder clearText()
public CodeableConcept build()
build in interface org.apache.avro.data.RecordBuilder<CodeableConcept>Copyright © 2020. All rights reserved.