public static class ImmunizationReaction.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ImmunizationReaction> implements org.apache.avro.data.RecordBuilder<ImmunizationReaction>
| Modifier and Type | Method and Description |
|---|---|
ImmunizationReaction |
build() |
ImmunizationReaction.Builder |
clearDate()
Clears the value of the 'date' field.
|
ImmunizationReaction.Builder |
clearDetail()
Clears the value of the 'detail' field.
|
ImmunizationReaction.Builder |
clearId()
Clears the value of the 'id' field.
|
ImmunizationReaction.Builder |
clearReported()
Clears the value of the 'reported' field.
|
String |
getDate()
Gets the value of the 'date' field.
|
ObservationReference |
getDetail()
Gets the value of the 'detail' field.
|
ObservationReference.Builder |
getDetailBuilder()
Gets the Builder instance for the 'detail' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
Boolean |
getReported()
Gets the value of the 'reported' field.
|
boolean |
hasDate()
Checks whether the 'date' field has been set.
|
boolean |
hasDetail()
Checks whether the 'detail' field has been set.
|
boolean |
hasDetailBuilder()
Checks whether the 'detail' field has an active Builder instance
Field for FHIR property detail
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasReported()
Checks whether the 'reported' field has been set.
|
ImmunizationReaction.Builder |
setDate(String value)
Sets the value of the 'date' field.
|
ImmunizationReaction.Builder |
setDetail(ObservationReference value)
Sets the value of the 'detail' field.
|
ImmunizationReaction.Builder |
setDetailBuilder(ObservationReference.Builder value)
Sets the Builder instance for the 'detail' field
Field for FHIR property detail
|
ImmunizationReaction.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ImmunizationReaction.Builder |
setReported(Boolean value)
Sets the value of the 'reported' field.
|
public String getId()
public ImmunizationReaction.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ImmunizationReaction.Builder clearId()
public String getDate()
public ImmunizationReaction.Builder setDate(String value)
value - The value of 'date'.public boolean hasDate()
public ImmunizationReaction.Builder clearDate()
public ObservationReference getDetail()
public ImmunizationReaction.Builder setDetail(ObservationReference value)
value - The value of 'detail'.public boolean hasDetail()
public ObservationReference.Builder getDetailBuilder()
public ImmunizationReaction.Builder setDetailBuilder(ObservationReference.Builder value)
value - The builder instance that must be set.public boolean hasDetailBuilder()
public ImmunizationReaction.Builder clearDetail()
public Boolean getReported()
public ImmunizationReaction.Builder setReported(Boolean value)
value - The value of 'reported'.public boolean hasReported()
public ImmunizationReaction.Builder clearReported()
public ImmunizationReaction build()
build in interface org.apache.avro.data.RecordBuilder<ImmunizationReaction>Copyright © 2020. All rights reserved.