public static class ChoiceCodeableConceptBoolean.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChoiceCodeableConceptBoolean> implements org.apache.avro.data.RecordBuilder<ChoiceCodeableConceptBoolean>
| Modifier and Type | Method and Description |
|---|---|
ChoiceCodeableConceptBoolean |
build() |
ChoiceCodeableConceptBoolean.Builder |
clearBoolean$()
Clears the value of the 'boolean$' field.
|
ChoiceCodeableConceptBoolean.Builder |
clearCodeableConcept()
Clears the value of the 'codeableConcept' field.
|
Boolean |
getBoolean$()
Gets the value of the 'boolean$' 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.
|
boolean |
hasBoolean$()
Checks whether the 'boolean$' field has been set.
|
boolean |
hasCodeableConcept()
Checks whether the 'codeableConcept' field has been set.
|
boolean |
hasCodeableConceptBuilder()
Checks whether the 'codeableConcept' field has an active Builder instance
Choice field
|
ChoiceCodeableConceptBoolean.Builder |
setBoolean$(Boolean value)
Sets the value of the 'boolean$' field.
|
ChoiceCodeableConceptBoolean.Builder |
setCodeableConcept(CodeableConcept value)
Sets the value of the 'codeableConcept' field.
|
ChoiceCodeableConceptBoolean.Builder |
setCodeableConceptBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'codeableConcept' field
Choice field
|
public Boolean getBoolean$()
public ChoiceCodeableConceptBoolean.Builder setBoolean$(Boolean value)
value - The value of 'boolean$'.public boolean hasBoolean$()
public ChoiceCodeableConceptBoolean.Builder clearBoolean$()
public CodeableConcept getCodeableConcept()
public ChoiceCodeableConceptBoolean.Builder setCodeableConcept(CodeableConcept value)
value - The value of 'codeableConcept'.public boolean hasCodeableConcept()
public CodeableConcept.Builder getCodeableConceptBuilder()
public ChoiceCodeableConceptBoolean.Builder setCodeableConceptBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCodeableConceptBuilder()
public ChoiceCodeableConceptBoolean.Builder clearCodeableConcept()
public ChoiceCodeableConceptBoolean build()
build in interface org.apache.avro.data.RecordBuilder<ChoiceCodeableConceptBoolean>Copyright © 2020. All rights reserved.