public static class EncounterLocation.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<EncounterLocation> implements org.apache.avro.data.RecordBuilder<EncounterLocation>
| Modifier and Type | Method and Description |
|---|---|
EncounterLocation |
build() |
EncounterLocation.Builder |
clearId()
Clears the value of the 'id' field.
|
EncounterLocation.Builder |
clearLocation()
Clears the value of the 'location' field.
|
EncounterLocation.Builder |
clearPeriod()
Clears the value of the 'period' field.
|
EncounterLocation.Builder |
clearStatus()
Clears the value of the 'status' field.
|
String |
getId()
Gets the value of the 'id' field.
|
LocationReference |
getLocation()
Gets the value of the 'location' field.
|
LocationReference.Builder |
getLocationBuilder()
Gets the Builder instance for the 'location' field and creates one if it doesn't exist yet.
|
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.
|
String |
getStatus()
Gets the value of the 'status' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasLocation()
Checks whether the 'location' field has been set.
|
boolean |
hasLocationBuilder()
Checks whether the 'location' field has an active Builder instance
Field for FHIR property location
|
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
|
boolean |
hasStatus()
Checks whether the 'status' field has been set.
|
EncounterLocation.Builder |
setId(String value)
Sets the value of the 'id' field.
|
EncounterLocation.Builder |
setLocation(LocationReference value)
Sets the value of the 'location' field.
|
EncounterLocation.Builder |
setLocationBuilder(LocationReference.Builder value)
Sets the Builder instance for the 'location' field
Field for FHIR property location
|
EncounterLocation.Builder |
setPeriod(Period value)
Sets the value of the 'period' field.
|
EncounterLocation.Builder |
setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
EncounterLocation.Builder |
setStatus(String value)
Sets the value of the 'status' field.
|
public String getId()
public EncounterLocation.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public EncounterLocation.Builder clearId()
public LocationReference getLocation()
public EncounterLocation.Builder setLocation(LocationReference value)
value - The value of 'location'.public boolean hasLocation()
public LocationReference.Builder getLocationBuilder()
public EncounterLocation.Builder setLocationBuilder(LocationReference.Builder value)
value - The builder instance that must be set.public boolean hasLocationBuilder()
public EncounterLocation.Builder clearLocation()
public String getStatus()
public EncounterLocation.Builder setStatus(String value)
value - The value of 'status'.public boolean hasStatus()
public EncounterLocation.Builder clearStatus()
public Period getPeriod()
public EncounterLocation.Builder setPeriod(Period value)
value - The value of 'period'.public boolean hasPeriod()
public Period.Builder getPeriodBuilder()
public EncounterLocation.Builder setPeriodBuilder(Period.Builder value)
value - The builder instance that must be set.public boolean hasPeriodBuilder()
public EncounterLocation.Builder clearPeriod()
public EncounterLocation build()
build in interface org.apache.avro.data.RecordBuilder<EncounterLocation>Copyright © 2020. All rights reserved.