public static class DeviceGroupLocationPatientReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<DeviceGroupLocationPatientReference> implements org.apache.avro.data.RecordBuilder<DeviceGroupLocationPatientReference>
| Modifier and Type | Method and Description |
|---|---|
DeviceGroupLocationPatientReference |
build() |
DeviceGroupLocationPatientReference.Builder |
clearDeviceId()
Clears the value of the 'DeviceId' field.
|
DeviceGroupLocationPatientReference.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
DeviceGroupLocationPatientReference.Builder |
clearGroupId()
Clears the value of the 'GroupId' field.
|
DeviceGroupLocationPatientReference.Builder |
clearId()
Clears the value of the 'id' field.
|
DeviceGroupLocationPatientReference.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
DeviceGroupLocationPatientReference.Builder |
clearLocationId()
Clears the value of the 'LocationId' field.
|
DeviceGroupLocationPatientReference.Builder |
clearPatientId()
Clears the value of the 'PatientId' field.
|
DeviceGroupLocationPatientReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
String |
getDeviceId()
Gets the value of the 'DeviceId' field.
|
String |
getDisplay()
Gets the value of the 'display' field.
|
String |
getGroupId()
Gets the value of the 'GroupId' field.
|
String |
getId()
Gets the value of the 'id' field.
|
Identifier |
getIdentifier()
Gets the value of the 'identifier' field.
|
Identifier.Builder |
getIdentifierBuilder()
Gets the Builder instance for the 'identifier' field and creates one if it doesn't exist yet.
|
String |
getLocationId()
Gets the value of the 'LocationId' field.
|
String |
getPatientId()
Gets the value of the 'PatientId' field.
|
String |
getReference()
Gets the value of the 'reference' field.
|
boolean |
hasDeviceId()
Checks whether the 'DeviceId' field has been set.
|
boolean |
hasDisplay()
Checks whether the 'display' field has been set.
|
boolean |
hasGroupId()
Checks whether the 'GroupId' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasIdentifier()
Checks whether the 'identifier' field has been set.
|
boolean |
hasIdentifierBuilder()
Checks whether the 'identifier' field has an active Builder instance
Reference field
|
boolean |
hasLocationId()
Checks whether the 'LocationId' field has been set.
|
boolean |
hasPatientId()
Checks whether the 'PatientId' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
DeviceGroupLocationPatientReference.Builder |
setDeviceId(String value)
Sets the value of the 'DeviceId' field.
|
DeviceGroupLocationPatientReference.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
DeviceGroupLocationPatientReference.Builder |
setGroupId(String value)
Sets the value of the 'GroupId' field.
|
DeviceGroupLocationPatientReference.Builder |
setId(String value)
Sets the value of the 'id' field.
|
DeviceGroupLocationPatientReference.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
DeviceGroupLocationPatientReference.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Reference field
|
DeviceGroupLocationPatientReference.Builder |
setLocationId(String value)
Sets the value of the 'LocationId' field.
|
DeviceGroupLocationPatientReference.Builder |
setPatientId(String value)
Sets the value of the 'PatientId' field.
|
DeviceGroupLocationPatientReference.Builder |
setReference(String value)
Sets the value of the 'reference' field.
|
public String getDeviceId()
public DeviceGroupLocationPatientReference.Builder setDeviceId(String value)
value - The value of 'DeviceId'.public boolean hasDeviceId()
public DeviceGroupLocationPatientReference.Builder clearDeviceId()
public String getGroupId()
public DeviceGroupLocationPatientReference.Builder setGroupId(String value)
value - The value of 'GroupId'.public boolean hasGroupId()
public DeviceGroupLocationPatientReference.Builder clearGroupId()
public String getLocationId()
public DeviceGroupLocationPatientReference.Builder setLocationId(String value)
value - The value of 'LocationId'.public boolean hasLocationId()
public DeviceGroupLocationPatientReference.Builder clearLocationId()
public String getPatientId()
public DeviceGroupLocationPatientReference.Builder setPatientId(String value)
value - The value of 'PatientId'.public boolean hasPatientId()
public DeviceGroupLocationPatientReference.Builder clearPatientId()
public String getId()
public DeviceGroupLocationPatientReference.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public DeviceGroupLocationPatientReference.Builder clearId()
public String getReference()
public DeviceGroupLocationPatientReference.Builder setReference(String value)
value - The value of 'reference'.public boolean hasReference()
public DeviceGroupLocationPatientReference.Builder clearReference()
public Identifier getIdentifier()
public DeviceGroupLocationPatientReference.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public DeviceGroupLocationPatientReference.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public DeviceGroupLocationPatientReference.Builder clearIdentifier()
public String getDisplay()
public DeviceGroupLocationPatientReference.Builder setDisplay(String value)
value - The value of 'display'.public boolean hasDisplay()
public DeviceGroupLocationPatientReference.Builder clearDisplay()
public DeviceGroupLocationPatientReference build()
build in interface org.apache.avro.data.RecordBuilder<DeviceGroupLocationPatientReference>Copyright © 2020. All rights reserved.