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