public static class Annotation.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<Annotation> implements org.apache.avro.data.RecordBuilder<Annotation>
| Modifier and Type | Method and Description |
|---|---|
Annotation |
build() |
Annotation.Builder |
clearAuthor()
Clears the value of the 'author' field.
|
Annotation.Builder |
clearId()
Clears the value of the 'id' field.
|
Annotation.Builder |
clearText()
Clears the value of the 'text' field.
|
Annotation.Builder |
clearTime()
Clears the value of the 'time' field.
|
ChoicePatientPractitionerRelatedPersonReferenceString |
getAuthor()
Gets the value of the 'author' field.
|
ChoicePatientPractitionerRelatedPersonReferenceString.Builder |
getAuthorBuilder()
Gets the Builder instance for the 'author' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
String |
getText()
Gets the value of the 'text' field.
|
String |
getTime()
Gets the value of the 'time' field.
|
boolean |
hasAuthor()
Checks whether the 'author' field has been set.
|
boolean |
hasAuthorBuilder()
Checks whether the 'author' field has an active Builder instance
Field for FHIR property author
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
boolean |
hasTime()
Checks whether the 'time' field has been set.
|
Annotation.Builder |
setAuthor(ChoicePatientPractitionerRelatedPersonReferenceString value)
Sets the value of the 'author' field.
|
Annotation.Builder |
setAuthorBuilder(ChoicePatientPractitionerRelatedPersonReferenceString.Builder value)
Sets the Builder instance for the 'author' field
Field for FHIR property author
|
Annotation.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Annotation.Builder |
setText(String value)
Sets the value of the 'text' field.
|
Annotation.Builder |
setTime(String value)
Sets the value of the 'time' field.
|
public String getId()
public Annotation.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Annotation.Builder clearId()
public ChoicePatientPractitionerRelatedPersonReferenceString getAuthor()
public Annotation.Builder setAuthor(ChoicePatientPractitionerRelatedPersonReferenceString value)
value - The value of 'author'.public boolean hasAuthor()
public ChoicePatientPractitionerRelatedPersonReferenceString.Builder getAuthorBuilder()
public Annotation.Builder setAuthorBuilder(ChoicePatientPractitionerRelatedPersonReferenceString.Builder value)
value - The builder instance that must be set.public boolean hasAuthorBuilder()
public Annotation.Builder clearAuthor()
public String getTime()
public Annotation.Builder setTime(String value)
value - The value of 'time'.public boolean hasTime()
public Annotation.Builder clearTime()
public String getText()
public Annotation.Builder setText(String value)
value - The value of 'text'.public boolean hasText()
public Annotation.Builder clearText()
public Annotation build()
build in interface org.apache.avro.data.RecordBuilder<Annotation>Copyright © 2020. All rights reserved.