public static class EncounterClassHistory.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<EncounterClassHistory> implements org.apache.avro.data.RecordBuilder<EncounterClassHistory>
| Modifier and Type | Method and Description |
|---|---|
EncounterClassHistory |
build() |
EncounterClassHistory.Builder |
clearClass$()
Clears the value of the 'class$' field.
|
EncounterClassHistory.Builder |
clearId()
Clears the value of the 'id' field.
|
EncounterClassHistory.Builder |
clearPeriod()
Clears the value of the 'period' field.
|
Coding |
getClass$()
Gets the value of the 'class$' field.
|
Coding.Builder |
getClass$Builder()
Gets the Builder instance for the 'class$' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
Period |
getPeriod()
Gets the value of the 'period' field.
|
Period.Builder |
getPeriodBuilder()
Gets the Builder instance for the 'period' field and creates one if it doesn't exist yet.
|
boolean |
hasClass$()
Checks whether the 'class$' field has been set.
|
boolean |
hasClass$Builder()
Checks whether the 'class$' field has an active Builder instance
Field for FHIR property class
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasPeriod()
Checks whether the 'period' field has been set.
|
boolean |
hasPeriodBuilder()
Checks whether the 'period' field has an active Builder instance
Field for FHIR property period
|
EncounterClassHistory.Builder |
setClass$(Coding value)
Sets the value of the 'class$' field.
|
EncounterClassHistory.Builder |
setClass$Builder(Coding.Builder value)
Sets the Builder instance for the 'class$' field
Field for FHIR property class
|
EncounterClassHistory.Builder |
setId(String value)
Sets the value of the 'id' field.
|
EncounterClassHistory.Builder |
setPeriod(Period value)
Sets the value of the 'period' field.
|
EncounterClassHistory.Builder |
setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
public String getId()
public EncounterClassHistory.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public EncounterClassHistory.Builder clearId()
public Coding getClass$()
public EncounterClassHistory.Builder setClass$(Coding value)
value - The value of 'class$'.public boolean hasClass$()
public Coding.Builder getClass$Builder()
public EncounterClassHistory.Builder setClass$Builder(Coding.Builder value)
value - The builder instance that must be set.public boolean hasClass$Builder()
public EncounterClassHistory.Builder clearClass$()
public Period getPeriod()
public EncounterClassHistory.Builder setPeriod(Period value)
value - The value of 'period'.public boolean hasPeriod()
public Period.Builder getPeriodBuilder()
public EncounterClassHistory.Builder setPeriodBuilder(Period.Builder value)
value - The builder instance that must be set.public boolean hasPeriodBuilder()
public EncounterClassHistory.Builder clearPeriod()
public EncounterClassHistory build()
build in interface org.apache.avro.data.RecordBuilder<EncounterClassHistory>Copyright © 2020. All rights reserved.