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