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