public static class MeasureGroupPopulation.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MeasureGroupPopulation> implements org.apache.avro.data.RecordBuilder<MeasureGroupPopulation>
| Modifier and Type | Method and Description |
|---|---|
MeasureGroupPopulation |
build() |
MeasureGroupPopulation.Builder |
clearCode()
Clears the value of the 'code' field.
|
MeasureGroupPopulation.Builder |
clearCriteria()
Clears the value of the 'criteria' field.
|
MeasureGroupPopulation.Builder |
clearDescription()
Clears the value of the 'description' field.
|
MeasureGroupPopulation.Builder |
clearId()
Clears the value of the 'id' field.
|
MeasureGroupPopulation.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
MeasureGroupPopulation.Builder |
clearName()
Clears the value of the 'name' field.
|
CodeableConcept |
getCode()
Gets the value of the 'code' field.
|
CodeableConcept.Builder |
getCodeBuilder()
Gets the Builder instance for the 'code' field and creates one if it doesn't exist yet.
|
String |
getCriteria()
Gets the value of the 'criteria' field.
|
String |
getDescription()
Gets the value of the 'description' field.
|
String |
getId()
Gets the value of the 'id' field.
|
Identifier |
getIdentifier()
Gets the value of the 'identifier' field.
|
Identifier.Builder |
getIdentifierBuilder()
Gets the Builder instance for the 'identifier' field and creates one if it doesn't exist yet.
|
String |
getName()
Gets the value of the 'name' field.
|
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 |
hasCriteria()
Checks whether the 'criteria' field has been set.
|
boolean |
hasDescription()
Checks whether the 'description' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasIdentifier()
Checks whether the 'identifier' field has been set.
|
boolean |
hasIdentifierBuilder()
Checks whether the 'identifier' field has an active Builder instance
Field for FHIR property identifier
|
boolean |
hasName()
Checks whether the 'name' field has been set.
|
MeasureGroupPopulation.Builder |
setCode(CodeableConcept value)
Sets the value of the 'code' field.
|
MeasureGroupPopulation.Builder |
setCodeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'code' field
Field for FHIR property code
|
MeasureGroupPopulation.Builder |
setCriteria(String value)
Sets the value of the 'criteria' field.
|
MeasureGroupPopulation.Builder |
setDescription(String value)
Sets the value of the 'description' field.
|
MeasureGroupPopulation.Builder |
setId(String value)
Sets the value of the 'id' field.
|
MeasureGroupPopulation.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
MeasureGroupPopulation.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Field for FHIR property identifier
|
MeasureGroupPopulation.Builder |
setName(String value)
Sets the value of the 'name' field.
|
public String getId()
public MeasureGroupPopulation.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public MeasureGroupPopulation.Builder clearId()
public Identifier getIdentifier()
public MeasureGroupPopulation.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public MeasureGroupPopulation.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public MeasureGroupPopulation.Builder clearIdentifier()
public CodeableConcept getCode()
public MeasureGroupPopulation.Builder setCode(CodeableConcept value)
value - The value of 'code'.public boolean hasCode()
public CodeableConcept.Builder getCodeBuilder()
public MeasureGroupPopulation.Builder setCodeBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCodeBuilder()
public MeasureGroupPopulation.Builder clearCode()
public String getName()
public MeasureGroupPopulation.Builder setName(String value)
value - The value of 'name'.public boolean hasName()
public MeasureGroupPopulation.Builder clearName()
public String getDescription()
public MeasureGroupPopulation.Builder setDescription(String value)
value - The value of 'description'.public boolean hasDescription()
public MeasureGroupPopulation.Builder clearDescription()
public String getCriteria()
public MeasureGroupPopulation.Builder setCriteria(String value)
value - The value of 'criteria'.public boolean hasCriteria()
public MeasureGroupPopulation.Builder clearCriteria()
public MeasureGroupPopulation build()
build in interface org.apache.avro.data.RecordBuilder<MeasureGroupPopulation>Copyright © 2020. All rights reserved.