public static class ChoiceCodeableConceptMedicationSubstanceReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChoiceCodeableConceptMedicationSubstanceReference> implements org.apache.avro.data.RecordBuilder<ChoiceCodeableConceptMedicationSubstanceReference>
Modifier and Type | Method and Description |
---|---|
ChoiceCodeableConceptMedicationSubstanceReference |
build() |
ChoiceCodeableConceptMedicationSubstanceReference.Builder |
clearCodeableConcept()
Clears the value of the 'codeableConcept' field.
|
ChoiceCodeableConceptMedicationSubstanceReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
CodeableConcept |
getCodeableConcept()
Gets the value of the 'codeableConcept' field.
|
CodeableConcept.Builder |
getCodeableConceptBuilder()
Gets the Builder instance for the 'codeableConcept' field and creates one if it doesn't exist yet.
|
MedicationSubstanceReference |
getReference()
Gets the value of the 'reference' field.
|
MedicationSubstanceReference.Builder |
getReferenceBuilder()
Gets the Builder instance for the 'reference' field and creates one if it doesn't exist yet.
|
boolean |
hasCodeableConcept()
Checks whether the 'codeableConcept' field has been set.
|
boolean |
hasCodeableConceptBuilder()
Checks whether the 'codeableConcept' field has an active Builder instance
Choice field
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasReferenceBuilder()
Checks whether the 'reference' field has an active Builder instance
Choice field
|
ChoiceCodeableConceptMedicationSubstanceReference.Builder |
setCodeableConcept(CodeableConcept value)
Sets the value of the 'codeableConcept' field.
|
ChoiceCodeableConceptMedicationSubstanceReference.Builder |
setCodeableConceptBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'codeableConcept' field
Choice field
|
ChoiceCodeableConceptMedicationSubstanceReference.Builder |
setReference(MedicationSubstanceReference value)
Sets the value of the 'reference' field.
|
ChoiceCodeableConceptMedicationSubstanceReference.Builder |
setReferenceBuilder(MedicationSubstanceReference.Builder value)
Sets the Builder instance for the 'reference' field
Choice field
|
public CodeableConcept getCodeableConcept()
public ChoiceCodeableConceptMedicationSubstanceReference.Builder setCodeableConcept(CodeableConcept value)
value
- The value of 'codeableConcept'.public boolean hasCodeableConcept()
public CodeableConcept.Builder getCodeableConceptBuilder()
public ChoiceCodeableConceptMedicationSubstanceReference.Builder setCodeableConceptBuilder(CodeableConcept.Builder value)
value
- The builder instance that must be set.public boolean hasCodeableConceptBuilder()
public ChoiceCodeableConceptMedicationSubstanceReference.Builder clearCodeableConcept()
public MedicationSubstanceReference getReference()
public ChoiceCodeableConceptMedicationSubstanceReference.Builder setReference(MedicationSubstanceReference value)
value
- The value of 'reference'.public boolean hasReference()
public MedicationSubstanceReference.Builder getReferenceBuilder()
public ChoiceCodeableConceptMedicationSubstanceReference.Builder setReferenceBuilder(MedicationSubstanceReference.Builder value)
value
- The builder instance that must be set.public boolean hasReferenceBuilder()
public ChoiceCodeableConceptMedicationSubstanceReference.Builder clearReference()
public ChoiceCodeableConceptMedicationSubstanceReference build()
build
in interface org.apache.avro.data.RecordBuilder<ChoiceCodeableConceptMedicationSubstanceReference>
Copyright © 2020. All rights reserved.