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