public static class ImmunizationExplanation.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ImmunizationExplanation> implements org.apache.avro.data.RecordBuilder<ImmunizationExplanation>
| Modifier and Type | Method and Description |
|---|---|
ImmunizationExplanation |
build() |
ImmunizationExplanation.Builder |
clearId()
Clears the value of the 'id' field.
|
ImmunizationExplanation.Builder |
clearReason()
Clears the value of the 'reason' field.
|
ImmunizationExplanation.Builder |
clearReasonNotGiven()
Clears the value of the 'reasonNotGiven' field.
|
String |
getId()
Gets the value of the 'id' field.
|
List<CodeableConcept> |
getReason()
Gets the value of the 'reason' field.
|
List<CodeableConcept> |
getReasonNotGiven()
Gets the value of the 'reasonNotGiven' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasReason()
Checks whether the 'reason' field has been set.
|
boolean |
hasReasonNotGiven()
Checks whether the 'reasonNotGiven' field has been set.
|
ImmunizationExplanation.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ImmunizationExplanation.Builder |
setReason(List<CodeableConcept> value)
Sets the value of the 'reason' field.
|
ImmunizationExplanation.Builder |
setReasonNotGiven(List<CodeableConcept> value)
Sets the value of the 'reasonNotGiven' field.
|
public String getId()
public ImmunizationExplanation.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ImmunizationExplanation.Builder clearId()
public List<CodeableConcept> getReason()
public ImmunizationExplanation.Builder setReason(List<CodeableConcept> value)
value - The value of 'reason'.public boolean hasReason()
public ImmunizationExplanation.Builder clearReason()
public List<CodeableConcept> getReasonNotGiven()
public ImmunizationExplanation.Builder setReasonNotGiven(List<CodeableConcept> value)
value - The value of 'reasonNotGiven'.public boolean hasReasonNotGiven()
public ImmunizationExplanation.Builder clearReasonNotGiven()
public ImmunizationExplanation build()
build in interface org.apache.avro.data.RecordBuilder<ImmunizationExplanation>Copyright © 2020. All rights reserved.