public static class ObservationRelated.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ObservationRelated> implements org.apache.avro.data.RecordBuilder<ObservationRelated>
Modifier and Type | Method and Description |
---|---|
ObservationRelated |
build() |
ObservationRelated.Builder |
clearId()
Clears the value of the 'id' field.
|
ObservationRelated.Builder |
clearTarget()
Clears the value of the 'target' field.
|
ObservationRelated.Builder |
clearType()
Clears the value of the 'type' field.
|
String |
getId()
Gets the value of the 'id' field.
|
ObservationQuestionnaireResponseSequenceReference |
getTarget()
Gets the value of the 'target' field.
|
ObservationQuestionnaireResponseSequenceReference.Builder |
getTargetBuilder()
Gets the Builder instance for the 'target' field and creates one if it doesn't exist yet.
|
String |
getType()
Gets the value of the 'type' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasTarget()
Checks whether the 'target' field has been set.
|
boolean |
hasTargetBuilder()
Checks whether the 'target' field has an active Builder instance
Field for FHIR property target
|
boolean |
hasType()
Checks whether the 'type' field has been set.
|
ObservationRelated.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ObservationRelated.Builder |
setTarget(ObservationQuestionnaireResponseSequenceReference value)
Sets the value of the 'target' field.
|
ObservationRelated.Builder |
setTargetBuilder(ObservationQuestionnaireResponseSequenceReference.Builder value)
Sets the Builder instance for the 'target' field
Field for FHIR property target
|
ObservationRelated.Builder |
setType(String value)
Sets the value of the 'type' field.
|
public String getId()
public ObservationRelated.Builder setId(String value)
value
- The value of 'id'.public boolean hasId()
public ObservationRelated.Builder clearId()
public String getType()
public ObservationRelated.Builder setType(String value)
value
- The value of 'type'.public boolean hasType()
public ObservationRelated.Builder clearType()
public ObservationQuestionnaireResponseSequenceReference getTarget()
public ObservationRelated.Builder setTarget(ObservationQuestionnaireResponseSequenceReference value)
value
- The value of 'target'.public boolean hasTarget()
public ObservationQuestionnaireResponseSequenceReference.Builder getTargetBuilder()
public ObservationRelated.Builder setTargetBuilder(ObservationQuestionnaireResponseSequenceReference.Builder value)
value
- The builder instance that must be set.public boolean hasTargetBuilder()
public ObservationRelated.Builder clearTarget()
public ObservationRelated build()
build
in interface org.apache.avro.data.RecordBuilder<ObservationRelated>
Copyright © 2020. All rights reserved.