public static class UsageContext.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<UsageContext> implements org.apache.avro.data.RecordBuilder<UsageContext>
| Modifier and Type | Method and Description |
|---|---|
UsageContext |
build() |
UsageContext.Builder |
clearCode()
Clears the value of the 'code' field.
|
UsageContext.Builder |
clearId()
Clears the value of the 'id' field.
|
UsageContext.Builder |
clearValue()
Clears the value of the 'value' field.
|
Coding |
getCode()
Gets the value of the 'code' field.
|
Coding.Builder |
getCodeBuilder()
Gets the Builder instance for the 'code' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
ChoiceCodeableConceptQuantityRange |
getValue()
Gets the value of the 'value' field.
|
ChoiceCodeableConceptQuantityRange.Builder |
getValueBuilder()
Gets the Builder instance for the 'value' field and creates one if it doesn't exist yet.
|
boolean |
hasCode()
Checks whether the 'code' field has been set.
|
boolean |
hasCodeBuilder()
Checks whether the 'code' field has an active Builder instance
Field for FHIR property code
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasValue()
Checks whether the 'value' field has been set.
|
boolean |
hasValueBuilder()
Checks whether the 'value' field has an active Builder instance
Field for FHIR property value
|
UsageContext.Builder |
setCode(Coding value)
Sets the value of the 'code' field.
|
UsageContext.Builder |
setCodeBuilder(Coding.Builder value)
Sets the Builder instance for the 'code' field
Field for FHIR property code
|
UsageContext.Builder |
setId(String value)
Sets the value of the 'id' field.
|
UsageContext.Builder |
setValue(ChoiceCodeableConceptQuantityRange value)
Sets the value of the 'value' field.
|
UsageContext.Builder |
setValueBuilder(ChoiceCodeableConceptQuantityRange.Builder value)
Sets the Builder instance for the 'value' field
Field for FHIR property value
|
public String getId()
public UsageContext.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public UsageContext.Builder clearId()
public Coding getCode()
public UsageContext.Builder setCode(Coding value)
value - The value of 'code'.public boolean hasCode()
public Coding.Builder getCodeBuilder()
public UsageContext.Builder setCodeBuilder(Coding.Builder value)
value - The builder instance that must be set.public boolean hasCodeBuilder()
public UsageContext.Builder clearCode()
public ChoiceCodeableConceptQuantityRange getValue()
public UsageContext.Builder setValue(ChoiceCodeableConceptQuantityRange value)
value - The value of 'value'.public boolean hasValue()
public ChoiceCodeableConceptQuantityRange.Builder getValueBuilder()
public UsageContext.Builder setValueBuilder(ChoiceCodeableConceptQuantityRange.Builder value)
value - The builder instance that must be set.public boolean hasValueBuilder()
public UsageContext.Builder clearValue()
public UsageContext build()
build in interface org.apache.avro.data.RecordBuilder<UsageContext>Copyright © 2020. All rights reserved.