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