public static class DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<DeviceOrganizationPatientPractitionerRelatedPersonReference> implements org.apache.avro.data.RecordBuilder<DeviceOrganizationPatientPractitionerRelatedPersonReference>
| Modifier and Type | Method and Description |
|---|---|
DeviceOrganizationPatientPractitionerRelatedPersonReference |
build() |
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearDeviceId()
Clears the value of the 'DeviceId' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearDisplay()
Clears the value of the 'display' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearId()
Clears the value of the 'id' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearIdentifier()
Clears the value of the 'identifier' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearOrganizationId()
Clears the value of the 'OrganizationId' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearPatientId()
Clears the value of the 'PatientId' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearPractitionerId()
Clears the value of the 'PractitionerId' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearReference()
Clears the value of the 'reference' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
clearRelatedPersonId()
Clears the value of the 'RelatedPersonId' 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 |
getOrganizationId()
Gets the value of the 'OrganizationId' field.
|
String |
getPatientId()
Gets the value of the 'PatientId' field.
|
String |
getPractitionerId()
Gets the value of the 'PractitionerId' field.
|
String |
getReference()
Gets the value of the 'reference' field.
|
String |
getRelatedPersonId()
Gets the value of the 'RelatedPersonId' 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 |
hasOrganizationId()
Checks whether the 'OrganizationId' field has been set.
|
boolean |
hasPatientId()
Checks whether the 'PatientId' field has been set.
|
boolean |
hasPractitionerId()
Checks whether the 'PractitionerId' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasRelatedPersonId()
Checks whether the 'RelatedPersonId' field has been set.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setDeviceId(String value)
Sets the value of the 'DeviceId' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setDisplay(String value)
Sets the value of the 'display' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setId(String value)
Sets the value of the 'id' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setIdentifier(Identifier value)
Sets the value of the 'identifier' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setIdentifierBuilder(Identifier.Builder value)
Sets the Builder instance for the 'identifier' field
Reference field
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setOrganizationId(String value)
Sets the value of the 'OrganizationId' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setPatientId(String value)
Sets the value of the 'PatientId' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setPractitionerId(String value)
Sets the value of the 'PractitionerId' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setReference(String value)
Sets the value of the 'reference' field.
|
DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder |
setRelatedPersonId(String value)
Sets the value of the 'RelatedPersonId' field.
|
public String getDeviceId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setDeviceId(String value)
value - The value of 'DeviceId'.public boolean hasDeviceId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder clearDeviceId()
public String getOrganizationId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setOrganizationId(String value)
value - The value of 'OrganizationId'.public boolean hasOrganizationId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder clearOrganizationId()
public String getPatientId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setPatientId(String value)
value - The value of 'PatientId'.public boolean hasPatientId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder clearPatientId()
public String getPractitionerId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setPractitionerId(String value)
value - The value of 'PractitionerId'.public boolean hasPractitionerId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder clearPractitionerId()
public String getRelatedPersonId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setRelatedPersonId(String value)
value - The value of 'RelatedPersonId'.public boolean hasRelatedPersonId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder clearRelatedPersonId()
public String getId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder clearId()
public String getReference()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setReference(String value)
value - The value of 'reference'.public boolean hasReference()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder clearReference()
public Identifier getIdentifier()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setIdentifier(Identifier value)
value - The value of 'identifier'.public boolean hasIdentifier()
public Identifier.Builder getIdentifierBuilder()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setIdentifierBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasIdentifierBuilder()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder clearIdentifier()
public String getDisplay()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder setDisplay(String value)
value - The value of 'display'.public boolean hasDisplay()
public DeviceOrganizationPatientPractitionerRelatedPersonReference.Builder clearDisplay()
public DeviceOrganizationPatientPractitionerRelatedPersonReference build()
build in interface org.apache.avro.data.RecordBuilder<DeviceOrganizationPatientPractitionerRelatedPersonReference>Copyright © 2020. All rights reserved.