public static class MedicationDispensePerformer.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MedicationDispensePerformer> implements org.apache.avro.data.RecordBuilder<MedicationDispensePerformer>
| Modifier and Type | Method and Description |
|---|---|
MedicationDispensePerformer |
build() |
MedicationDispensePerformer.Builder |
clearActor()
Clears the value of the 'actor' field.
|
MedicationDispensePerformer.Builder |
clearId()
Clears the value of the 'id' field.
|
MedicationDispensePerformer.Builder |
clearOnBehalfOf()
Clears the value of the 'onBehalfOf' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference |
getActor()
Gets the value of the 'actor' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
getActorBuilder()
Gets the Builder instance for the 'actor' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
OrganizationReference |
getOnBehalfOf()
Gets the value of the 'onBehalfOf' field.
|
OrganizationReference.Builder |
getOnBehalfOfBuilder()
Gets the Builder instance for the 'onBehalfOf' field and creates one if it doesn't exist yet.
|
boolean |
hasActor()
Checks whether the 'actor' field has been set.
|
boolean |
hasActorBuilder()
Checks whether the 'actor' field has an active Builder instance
Field for FHIR property actor
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasOnBehalfOf()
Checks whether the 'onBehalfOf' field has been set.
|
boolean |
hasOnBehalfOfBuilder()
Checks whether the 'onBehalfOf' field has an active Builder instance
Field for FHIR property onBehalfOf
|
MedicationDispensePerformer.Builder |
setActor(DeviceOrganizationPatientPractitionerRelatedPersonReference value)
Sets the value of the 'actor' field.
|
MedicationDispensePerformer.Builder |
setActorBuilder(DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder value)
Sets the Builder instance for the 'actor' field
Field for FHIR property actor
|
MedicationDispensePerformer.Builder |
setId(String value)
Sets the value of the 'id' field.
|
MedicationDispensePerformer.Builder |
setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
MedicationDispensePerformer.Builder |
setOnBehalfOfBuilder(OrganizationReference.Builder value)
Sets the Builder instance for the 'onBehalfOf' field
Field for FHIR property onBehalfOf
|
public String getId()
public MedicationDispensePerformer.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public MedicationDispensePerformer.Builder clearId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference getActor()
public MedicationDispensePerformer.Builder setActor(DeviceOrganizationPatientPractitionerRelatedPersonReference value)
value - The value of 'actor'.public boolean hasActor()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder getActorBuilder()
public MedicationDispensePerformer.Builder setActorBuilder(DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder value)
value - The builder instance that must be set.public boolean hasActorBuilder()
public MedicationDispensePerformer.Builder clearActor()
public OrganizationReference getOnBehalfOf()
public MedicationDispensePerformer.Builder setOnBehalfOf(OrganizationReference value)
value - The value of 'onBehalfOf'.public boolean hasOnBehalfOf()
public OrganizationReference.Builder getOnBehalfOfBuilder()
public MedicationDispensePerformer.Builder setOnBehalfOfBuilder(OrganizationReference.Builder value)
value - The builder instance that must be set.public boolean hasOnBehalfOfBuilder()
public MedicationDispensePerformer.Builder clearOnBehalfOf()
public MedicationDispensePerformer build()
build in interface org.apache.avro.data.RecordBuilder<MedicationDispensePerformer>Copyright © 2020. All rights reserved.