public static class MeasureSupplementalData.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MeasureSupplementalData> implements org.apache.avro.data.RecordBuilder<MeasureSupplementalData>
| Modifier and Type | Method and Description |
|---|---|
MeasureSupplementalData |
build() |
MeasureSupplementalData.Builder |
clearCriteria()
Clears the value of the 'criteria' field.
|
MeasureSupplementalData.Builder |
clearId()
Clears the value of the 'id' field.
|
MeasureSupplementalData.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
MeasureSupplementalData.Builder |
clearPath()
Clears the value of the 'path' field.
|
MeasureSupplementalData.Builder |
clearUsage()
Clears the value of the 'usage' field.
|
String |
getCriteria()
Gets the value of the 'criteria' 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 |
getPath()
Gets the value of the 'path' field.
|
List<CodeableConcept> |
getUsage()
Gets the value of the 'usage' field.
|
boolean |
hasCriteria()
Checks whether the 'criteria' 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 |
hasPath()
Checks whether the 'path' field has been set.
|
boolean |
hasUsage()
Checks whether the 'usage' field has been set.
|
MeasureSupplementalData.Builder |
setCriteria(String value)
Sets the value of the 'criteria' field.
|
MeasureSupplementalData.Builder |
setId(String value)
Sets the value of the 'id' field.
|
MeasureSupplementalData.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
MeasureSupplementalData.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Field for FHIR property identifier
|
MeasureSupplementalData.Builder |
setPath(String value)
Sets the value of the 'path' field.
|
MeasureSupplementalData.Builder |
setUsage(List<CodeableConcept> value)
Sets the value of the 'usage' field.
|
public String getId()
public MeasureSupplementalData.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public MeasureSupplementalData.Builder clearId()
public Identifier getIdentifier()
public MeasureSupplementalData.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public MeasureSupplementalData.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public MeasureSupplementalData.Builder clearIdentifier()
public List<CodeableConcept> getUsage()
public MeasureSupplementalData.Builder setUsage(List<CodeableConcept> value)
value - The value of 'usage'.public boolean hasUsage()
public MeasureSupplementalData.Builder clearUsage()
public String getCriteria()
public MeasureSupplementalData.Builder setCriteria(String value)
value - The value of 'criteria'.public boolean hasCriteria()
public MeasureSupplementalData.Builder clearCriteria()
public String getPath()
public MeasureSupplementalData.Builder setPath(String value)
value - The value of 'path'.public boolean hasPath()
public MeasureSupplementalData.Builder clearPath()
public MeasureSupplementalData build()
build in interface org.apache.avro.data.RecordBuilder<MeasureSupplementalData>Copyright © 2020. All rights reserved.