public static class DeviceMedicationSubstanceReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<DeviceMedicationSubstanceReference> implements org.apache.avro.data.RecordBuilder<DeviceMedicationSubstanceReference>
Modifier and Type | Method and Description |
---|---|
DeviceMedicationSubstanceReference |
build() |
DeviceMedicationSubstanceReference.Builder |
clearDeviceId()
Clears the value of the 'DeviceId' field.
|
DeviceMedicationSubstanceReference.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
DeviceMedicationSubstanceReference.Builder |
clearId()
Clears the value of the 'id' field.
|
DeviceMedicationSubstanceReference.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
DeviceMedicationSubstanceReference.Builder |
clearMedicationId()
Clears the value of the 'MedicationId' field.
|
DeviceMedicationSubstanceReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
DeviceMedicationSubstanceReference.Builder |
clearSubstanceId()
Clears the value of the 'SubstanceId' field.
|
String |
getDeviceId()
Gets the value of the 'DeviceId' field.
|
String |
getDisplay()
Gets the value of the 'display' 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 |
getMedicationId()
Gets the value of the 'MedicationId' field.
|
String |
getReference()
Gets the value of the 'reference' field.
|
String |
getSubstanceId()
Gets the value of the 'SubstanceId' field.
|
boolean |
hasDeviceId()
Checks whether the 'DeviceId' field has been set.
|
boolean |
hasDisplay()
Checks whether the 'display' 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 |
hasMedicationId()
Checks whether the 'MedicationId' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasSubstanceId()
Checks whether the 'SubstanceId' field has been set.
|
DeviceMedicationSubstanceReference.Builder |
setDeviceId(String value)
Sets the value of the 'DeviceId' field.
|
DeviceMedicationSubstanceReference.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
DeviceMedicationSubstanceReference.Builder |
setId(String value)
Sets the value of the 'id' field.
|
DeviceMedicationSubstanceReference.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
DeviceMedicationSubstanceReference.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Reference field
|
DeviceMedicationSubstanceReference.Builder |
setMedicationId(String value)
Sets the value of the 'MedicationId' field.
|
DeviceMedicationSubstanceReference.Builder |
setReference(String value)
Sets the value of the 'reference' field.
|
DeviceMedicationSubstanceReference.Builder |
setSubstanceId(String value)
Sets the value of the 'SubstanceId' field.
|
public String getDeviceId()
public DeviceMedicationSubstanceReference.Builder setDeviceId(String value)
value
- The value of 'DeviceId'.public boolean hasDeviceId()
public DeviceMedicationSubstanceReference.Builder clearDeviceId()
public String getMedicationId()
public DeviceMedicationSubstanceReference.Builder setMedicationId(String value)
value
- The value of 'MedicationId'.public boolean hasMedicationId()
public DeviceMedicationSubstanceReference.Builder clearMedicationId()
public String getSubstanceId()
public DeviceMedicationSubstanceReference.Builder setSubstanceId(String value)
value
- The value of 'SubstanceId'.public boolean hasSubstanceId()
public DeviceMedicationSubstanceReference.Builder clearSubstanceId()
public String getId()
public DeviceMedicationSubstanceReference.Builder setId(String value)
value
- The value of 'id'.public boolean hasId()
public DeviceMedicationSubstanceReference.Builder clearId()
public String getReference()
public DeviceMedicationSubstanceReference.Builder setReference(String value)
value
- The value of 'reference'.public boolean hasReference()
public DeviceMedicationSubstanceReference.Builder clearReference()
public Identifier getIdentifier()
public DeviceMedicationSubstanceReference.Builder setIdentifier(Identifier value)
value
- The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public DeviceMedicationSubstanceReference.Builder setIdentifierBuilder(Identifier.Builder value)
value
- The builder instance that must be set.public boolean hasIdentifierBuilder()
public DeviceMedicationSubstanceReference.Builder clearIdentifier()
public String getDisplay()
public DeviceMedicationSubstanceReference.Builder setDisplay(String value)
value
- The value of 'display'.public boolean hasDisplay()
public DeviceMedicationSubstanceReference.Builder clearDisplay()
public DeviceMedicationSubstanceReference build()
build
in interface org.apache.avro.data.RecordBuilder<DeviceMedicationSubstanceReference>
Copyright © 2020. All rights reserved.