public static class ProcedurePerformer.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ProcedurePerformer> implements org.apache.avro.data.RecordBuilder<ProcedurePerformer>
Modifier and Type | Method and Description |
---|---|
ProcedurePerformer |
build() |
ProcedurePerformer.Builder |
clearActor()
Clears the value of the 'actor' field.
|
ProcedurePerformer.Builder |
clearId()
Clears the value of the 'id' field.
|
ProcedurePerformer.Builder |
clearOnBehalfOf()
Clears the value of the 'onBehalfOf' field.
|
ProcedurePerformer.Builder |
clearRole()
Clears the value of the 'role' 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.
|
CodeableConcept |
getRole()
Gets the value of the 'role' field.
|
CodeableConcept.Builder |
getRoleBuilder()
Gets the Builder instance for the 'role' 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
|
boolean |
hasRole()
Checks whether the 'role' field has been set.
|
boolean |
hasRoleBuilder()
Checks whether the 'role' field has an active Builder instance
Field for FHIR property role
|
ProcedurePerformer.Builder |
setActor(DeviceOrganizationPatientPractitionerRelatedPersonReference value)
Sets the value of the 'actor' field.
|
ProcedurePerformer.Builder |
setActorBuilder(DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder value)
Sets the Builder instance for the 'actor' field
Field for FHIR property actor
|
ProcedurePerformer.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ProcedurePerformer.Builder |
setOnBehalfOf(OrganizationReference value)
Sets the value of the 'onBehalfOf' field.
|
ProcedurePerformer.Builder |
setOnBehalfOfBuilder(OrganizationReference.Builder value)
Sets the Builder instance for the 'onBehalfOf' field
Field for FHIR property onBehalfOf
|
ProcedurePerformer.Builder |
setRole(CodeableConcept value)
Sets the value of the 'role' field.
|
ProcedurePerformer.Builder |
setRoleBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'role' field
Field for FHIR property role
|
public String getId()
public ProcedurePerformer.Builder setId(String value)
value
- The value of 'id'.public boolean hasId()
public ProcedurePerformer.Builder clearId()
public CodeableConcept getRole()
public ProcedurePerformer.Builder setRole(CodeableConcept value)
value
- The value of 'role'.public boolean hasRole()
public CodeableConcept.Builder getRoleBuilder()
public ProcedurePerformer.Builder setRoleBuilder(CodeableConcept.Builder value)
value
- The builder instance that must be set.public boolean hasRoleBuilder()
public ProcedurePerformer.Builder clearRole()
public DeviceOrganizationPatientPractitionerRelatedPersonReference getActor()
public ProcedurePerformer.Builder setActor(DeviceOrganizationPatientPractitionerRelatedPersonReference value)
value
- The value of 'actor'.public boolean hasActor()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder getActorBuilder()
public ProcedurePerformer.Builder setActorBuilder(DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder value)
value
- The builder instance that must be set.public boolean hasActorBuilder()
public ProcedurePerformer.Builder clearActor()
public OrganizationReference getOnBehalfOf()
public ProcedurePerformer.Builder setOnBehalfOf(OrganizationReference value)
value
- The value of 'onBehalfOf'.public boolean hasOnBehalfOf()
public OrganizationReference.Builder getOnBehalfOfBuilder()
public ProcedurePerformer.Builder setOnBehalfOfBuilder(OrganizationReference.Builder value)
value
- The builder instance that must be set.public boolean hasOnBehalfOfBuilder()
public ProcedurePerformer.Builder clearOnBehalfOf()
public ProcedurePerformer build()
build
in interface org.apache.avro.data.RecordBuilder<ProcedurePerformer>
Copyright © 2020. All rights reserved.