public static class ChoiceCodeableConceptQuantityRange.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ChoiceCodeableConceptQuantityRange> implements org.apache.avro.data.RecordBuilder<ChoiceCodeableConceptQuantityRange>
| Modifier and Type | Method and Description |
|---|---|
ChoiceCodeableConceptQuantityRange |
build() |
ChoiceCodeableConceptQuantityRange.Builder |
clearCodeableConcept()
Clears the value of the 'codeableConcept' field.
|
ChoiceCodeableConceptQuantityRange.Builder |
clearQuantity()
Clears the value of the 'quantity' field.
|
ChoiceCodeableConceptQuantityRange.Builder |
clearRange()
Clears the value of the 'range' 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.
|
Quantity |
getQuantity()
Gets the value of the 'quantity' field.
|
Quantity.Builder |
getQuantityBuilder()
Gets the Builder instance for the 'quantity' field and creates one if it doesn't exist yet.
|
Range |
getRange()
Gets the value of the 'range' field.
|
Range.Builder |
getRangeBuilder()
Gets the Builder instance for the 'range' 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 |
hasQuantity()
Checks whether the 'quantity' field has been set.
|
boolean |
hasQuantityBuilder()
Checks whether the 'quantity' field has an active Builder instance
Choice field
|
boolean |
hasRange()
Checks whether the 'range' field has been set.
|
boolean |
hasRangeBuilder()
Checks whether the 'range' field has an active Builder instance
Choice field
|
ChoiceCodeableConceptQuantityRange.Builder |
setCodeableConcept(CodeableConcept value)
Sets the value of the 'codeableConcept' field.
|
ChoiceCodeableConceptQuantityRange.Builder |
setCodeableConceptBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'codeableConcept' field
Choice field
|
ChoiceCodeableConceptQuantityRange.Builder |
setQuantity(Quantity value)
Sets the value of the 'quantity' field.
|
ChoiceCodeableConceptQuantityRange.Builder |
setQuantityBuilder(Quantity.Builder value)
Sets the Builder instance for the 'quantity' field
Choice field
|
ChoiceCodeableConceptQuantityRange.Builder |
setRange(Range value)
Sets the value of the 'range' field.
|
ChoiceCodeableConceptQuantityRange.Builder |
setRangeBuilder(Range.Builder value)
Sets the Builder instance for the 'range' field
Choice field
|
public CodeableConcept getCodeableConcept()
public ChoiceCodeableConceptQuantityRange.Builder setCodeableConcept(CodeableConcept value)
value - The value of 'codeableConcept'.public boolean hasCodeableConcept()
public CodeableConcept.Builder getCodeableConceptBuilder()
public ChoiceCodeableConceptQuantityRange.Builder setCodeableConceptBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCodeableConceptBuilder()
public ChoiceCodeableConceptQuantityRange.Builder clearCodeableConcept()
public Quantity getQuantity()
public ChoiceCodeableConceptQuantityRange.Builder setQuantity(Quantity value)
value - The value of 'quantity'.public boolean hasQuantity()
public Quantity.Builder getQuantityBuilder()
public ChoiceCodeableConceptQuantityRange.Builder setQuantityBuilder(Quantity.Builder value)
value - The builder instance that must be set.public boolean hasQuantityBuilder()
public ChoiceCodeableConceptQuantityRange.Builder clearQuantity()
public Range getRange()
public ChoiceCodeableConceptQuantityRange.Builder setRange(Range value)
value - The value of 'range'.public boolean hasRange()
public Range.Builder getRangeBuilder()
public ChoiceCodeableConceptQuantityRange.Builder setRangeBuilder(Range.Builder value)
value - The builder instance that must be set.public boolean hasRangeBuilder()
public ChoiceCodeableConceptQuantityRange.Builder clearRange()
public ChoiceCodeableConceptQuantityRange build()
build in interface org.apache.avro.data.RecordBuilder<ChoiceCodeableConceptQuantityRange>Copyright © 2020. All rights reserved.