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