public static class AllergyIntoleranceReaction.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AllergyIntoleranceReaction> implements org.apache.avro.data.RecordBuilder<AllergyIntoleranceReaction>
Modifier and Type | Method and Description |
---|---|
AllergyIntoleranceReaction |
build() |
AllergyIntoleranceReaction.Builder |
clearDescription()
Clears the value of the 'description' field.
|
AllergyIntoleranceReaction.Builder |
clearExposureRoute()
Clears the value of the 'exposureRoute' field.
|
AllergyIntoleranceReaction.Builder |
clearId()
Clears the value of the 'id' field.
|
AllergyIntoleranceReaction.Builder |
clearManifestation()
Clears the value of the 'manifestation' field.
|
AllergyIntoleranceReaction.Builder |
clearNote()
Clears the value of the 'note' field.
|
AllergyIntoleranceReaction.Builder |
clearOnset()
Clears the value of the 'onset' field.
|
AllergyIntoleranceReaction.Builder |
clearSeverity()
Clears the value of the 'severity' field.
|
AllergyIntoleranceReaction.Builder |
clearSubstance()
Clears the value of the 'substance' field.
|
String |
getDescription()
Gets the value of the 'description' field.
|
CodeableConcept |
getExposureRoute()
Gets the value of the 'exposureRoute' field.
|
CodeableConcept.Builder |
getExposureRouteBuilder()
Gets the Builder instance for the 'exposureRoute' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
List<CodeableConcept> |
getManifestation()
Gets the value of the 'manifestation' field.
|
List<Annotation> |
getNote()
Gets the value of the 'note' field.
|
String |
getOnset()
Gets the value of the 'onset' field.
|
String |
getSeverity()
Gets the value of the 'severity' field.
|
CodeableConcept |
getSubstance()
Gets the value of the 'substance' field.
|
CodeableConcept.Builder |
getSubstanceBuilder()
Gets the Builder instance for the 'substance' field and creates one if it doesn't exist yet.
|
boolean |
hasDescription()
Checks whether the 'description' field has been set.
|
boolean |
hasExposureRoute()
Checks whether the 'exposureRoute' field has been set.
|
boolean |
hasExposureRouteBuilder()
Checks whether the 'exposureRoute' field has an active Builder instance
Field for FHIR property exposureRoute
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasManifestation()
Checks whether the 'manifestation' field has been set.
|
boolean |
hasNote()
Checks whether the 'note' field has been set.
|
boolean |
hasOnset()
Checks whether the 'onset' field has been set.
|
boolean |
hasSeverity()
Checks whether the 'severity' field has been set.
|
boolean |
hasSubstance()
Checks whether the 'substance' field has been set.
|
boolean |
hasSubstanceBuilder()
Checks whether the 'substance' field has an active Builder instance
Field for FHIR property substance
|
AllergyIntoleranceReaction.Builder |
setDescription(String value)
Sets the value of the 'description' field.
|
AllergyIntoleranceReaction.Builder |
setExposureRoute(CodeableConcept value)
Sets the value of the 'exposureRoute' field.
|
AllergyIntoleranceReaction.Builder |
setExposureRouteBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'exposureRoute' field
Field for FHIR property exposureRoute
|
AllergyIntoleranceReaction.Builder |
setId(String value)
Sets the value of the 'id' field.
|
AllergyIntoleranceReaction.Builder |
setManifestation(List<CodeableConcept> value)
Sets the value of the 'manifestation' field.
|
AllergyIntoleranceReaction.Builder |
setNote(List<Annotation> value)
Sets the value of the 'note' field.
|
AllergyIntoleranceReaction.Builder |
setOnset(String value)
Sets the value of the 'onset' field.
|
AllergyIntoleranceReaction.Builder |
setSeverity(String value)
Sets the value of the 'severity' field.
|
AllergyIntoleranceReaction.Builder |
setSubstance(CodeableConcept value)
Sets the value of the 'substance' field.
|
AllergyIntoleranceReaction.Builder |
setSubstanceBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'substance' field
Field for FHIR property substance
|
public String getId()
public AllergyIntoleranceReaction.Builder setId(String value)
value
- The value of 'id'.public boolean hasId()
public AllergyIntoleranceReaction.Builder clearId()
public CodeableConcept getSubstance()
public AllergyIntoleranceReaction.Builder setSubstance(CodeableConcept value)
value
- The value of 'substance'.public boolean hasSubstance()
public CodeableConcept.Builder getSubstanceBuilder()
public AllergyIntoleranceReaction.Builder setSubstanceBuilder(CodeableConcept.Builder value)
value
- The builder instance that must be set.public boolean hasSubstanceBuilder()
public AllergyIntoleranceReaction.Builder clearSubstance()
public List<CodeableConcept> getManifestation()
public AllergyIntoleranceReaction.Builder setManifestation(List<CodeableConcept> value)
value
- The value of 'manifestation'.public boolean hasManifestation()
public AllergyIntoleranceReaction.Builder clearManifestation()
public String getDescription()
public AllergyIntoleranceReaction.Builder setDescription(String value)
value
- The value of 'description'.public boolean hasDescription()
public AllergyIntoleranceReaction.Builder clearDescription()
public String getOnset()
public AllergyIntoleranceReaction.Builder setOnset(String value)
value
- The value of 'onset'.public boolean hasOnset()
public AllergyIntoleranceReaction.Builder clearOnset()
public String getSeverity()
public AllergyIntoleranceReaction.Builder setSeverity(String value)
value
- The value of 'severity'.public boolean hasSeverity()
public AllergyIntoleranceReaction.Builder clearSeverity()
public CodeableConcept getExposureRoute()
public AllergyIntoleranceReaction.Builder setExposureRoute(CodeableConcept value)
value
- The value of 'exposureRoute'.public boolean hasExposureRoute()
public CodeableConcept.Builder getExposureRouteBuilder()
public AllergyIntoleranceReaction.Builder setExposureRouteBuilder(CodeableConcept.Builder value)
value
- The builder instance that must be set.public boolean hasExposureRouteBuilder()
public AllergyIntoleranceReaction.Builder clearExposureRoute()
public List<Annotation> getNote()
public AllergyIntoleranceReaction.Builder setNote(List<Annotation> value)
value
- The value of 'note'.public boolean hasNote()
public AllergyIntoleranceReaction.Builder clearNote()
public AllergyIntoleranceReaction build()
build
in interface org.apache.avro.data.RecordBuilder<AllergyIntoleranceReaction>
Copyright © 2020. All rights reserved.