public static class PatientCommunication.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<PatientCommunication> implements org.apache.avro.data.RecordBuilder<PatientCommunication>
| Modifier and Type | Method and Description |
|---|---|
PatientCommunication |
build() |
PatientCommunication.Builder |
clearId()
Clears the value of the 'id' field.
|
PatientCommunication.Builder |
clearLanguage()
Clears the value of the 'language' field.
|
PatientCommunication.Builder |
clearPreferred()
Clears the value of the 'preferred' field.
|
String |
getId()
Gets the value of the 'id' field.
|
CodeableConcept |
getLanguage()
Gets the value of the 'language' field.
|
CodeableConcept.Builder |
getLanguageBuilder()
Gets the Builder instance for the 'language' field and creates one if it doesn't exist yet.
|
Boolean |
getPreferred()
Gets the value of the 'preferred' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasLanguage()
Checks whether the 'language' field has been set.
|
boolean |
hasLanguageBuilder()
Checks whether the 'language' field has an active Builder instance
Field for FHIR property language
|
boolean |
hasPreferred()
Checks whether the 'preferred' field has been set.
|
PatientCommunication.Builder |
setId(String value)
Sets the value of the 'id' field.
|
PatientCommunication.Builder |
setLanguage(CodeableConcept value)
Sets the value of the 'language' field.
|
PatientCommunication.Builder |
setLanguageBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'language' field
Field for FHIR property language
|
PatientCommunication.Builder |
setPreferred(Boolean value)
Sets the value of the 'preferred' field.
|
public String getId()
public PatientCommunication.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public PatientCommunication.Builder clearId()
public CodeableConcept getLanguage()
public PatientCommunication.Builder setLanguage(CodeableConcept value)
value - The value of 'language'.public boolean hasLanguage()
public CodeableConcept.Builder getLanguageBuilder()
public PatientCommunication.Builder setLanguageBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasLanguageBuilder()
public PatientCommunication.Builder clearLanguage()
public Boolean getPreferred()
public PatientCommunication.Builder setPreferred(Boolean value)
value - The value of 'preferred'.public boolean hasPreferred()
public PatientCommunication.Builder clearPreferred()
public PatientCommunication build()
build in interface org.apache.avro.data.RecordBuilder<PatientCommunication>Copyright © 2020. All rights reserved.