public static class ChoiceCodeableConceptProcedureReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChoiceCodeableConceptProcedureReference> implements org.apache.avro.data.RecordBuilder<ChoiceCodeableConceptProcedureReference>
| Modifier and Type | Method and Description |
|---|---|
ChoiceCodeableConceptProcedureReference |
build() |
ChoiceCodeableConceptProcedureReference.Builder |
clearCodeableConcept()
Clears the value of the 'codeableConcept' field.
|
ChoiceCodeableConceptProcedureReference.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.
|
ProcedureReference |
getReference()
Gets the value of the 'reference' field.
|
ProcedureReference.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
|
ChoiceCodeableConceptProcedureReference.Builder |
setCodeableConcept(CodeableConcept value)
Sets the value of the 'codeableConcept' field.
|
ChoiceCodeableConceptProcedureReference.Builder |
setCodeableConceptBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'codeableConcept' field
Choice field
|
ChoiceCodeableConceptProcedureReference.Builder |
setReference(ProcedureReference value)
Sets the value of the 'reference' field.
|
ChoiceCodeableConceptProcedureReference.Builder |
setReferenceBuilder(ProcedureReference.Builder value)
Sets the Builder instance for the 'reference' field
Choice field
|
public CodeableConcept getCodeableConcept()
public ChoiceCodeableConceptProcedureReference.Builder setCodeableConcept(CodeableConcept value)
value - The value of 'codeableConcept'.public boolean hasCodeableConcept()
public CodeableConcept.Builder getCodeableConceptBuilder()
public ChoiceCodeableConceptProcedureReference.Builder setCodeableConceptBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCodeableConceptBuilder()
public ChoiceCodeableConceptProcedureReference.Builder clearCodeableConcept()
public ProcedureReference getReference()
public ChoiceCodeableConceptProcedureReference.Builder setReference(ProcedureReference value)
value - The value of 'reference'.public boolean hasReference()
public ProcedureReference.Builder getReferenceBuilder()
public ChoiceCodeableConceptProcedureReference.Builder setReferenceBuilder(ProcedureReference.Builder value)
value - The builder instance that must be set.public boolean hasReferenceBuilder()
public ChoiceCodeableConceptProcedureReference.Builder clearReference()
public ChoiceCodeableConceptProcedureReference build()
build in interface org.apache.avro.data.RecordBuilder<ChoiceCodeableConceptProcedureReference>Copyright © 2020. All rights reserved.