public static class HumanName.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HumanName> implements org.apache.avro.data.RecordBuilder<HumanName>
| Modifier and Type | Method and Description |
|---|---|
HumanName |
build() |
HumanName.Builder |
clearFamily()
Clears the value of the 'family' field.
|
HumanName.Builder |
clearGiven()
Clears the value of the 'given' field.
|
HumanName.Builder |
clearId()
Clears the value of the 'id' field.
|
HumanName.Builder |
clearPeriod()
Clears the value of the 'period' field.
|
HumanName.Builder |
clearPrefix()
Clears the value of the 'prefix' field.
|
HumanName.Builder |
clearSuffix()
Clears the value of the 'suffix' field.
|
HumanName.Builder |
clearText()
Clears the value of the 'text' field.
|
HumanName.Builder |
clearUse()
Clears the value of the 'use' field.
|
String |
getFamily()
Gets the value of the 'family' field.
|
List<String> |
getGiven()
Gets the value of the 'given' field.
|
String |
getId()
Gets the value of the 'id' field.
|
Period |
getPeriod()
Gets the value of the 'period' field.
|
Period.Builder |
getPeriodBuilder()
Gets the Builder instance for the 'period' field and creates one if it doesn't exist yet.
|
List<String> |
getPrefix()
Gets the value of the 'prefix' field.
|
List<String> |
getSuffix()
Gets the value of the 'suffix' field.
|
String |
getText()
Gets the value of the 'text' field.
|
String |
getUse()
Gets the value of the 'use' field.
|
boolean |
hasFamily()
Checks whether the 'family' field has been set.
|
boolean |
hasGiven()
Checks whether the 'given' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasPeriod()
Checks whether the 'period' field has been set.
|
boolean |
hasPeriodBuilder()
Checks whether the 'period' field has an active Builder instance
Field for FHIR property period
|
boolean |
hasPrefix()
Checks whether the 'prefix' field has been set.
|
boolean |
hasSuffix()
Checks whether the 'suffix' field has been set.
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
boolean |
hasUse()
Checks whether the 'use' field has been set.
|
HumanName.Builder |
setFamily(String value)
Sets the value of the 'family' field.
|
HumanName.Builder |
setGiven(List<String> value)
Sets the value of the 'given' field.
|
HumanName.Builder |
setId(String value)
Sets the value of the 'id' field.
|
HumanName.Builder |
setPeriod(Period value)
Sets the value of the 'period' field.
|
HumanName.Builder |
setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
HumanName.Builder |
setPrefix(List<String> value)
Sets the value of the 'prefix' field.
|
HumanName.Builder |
setSuffix(List<String> value)
Sets the value of the 'suffix' field.
|
HumanName.Builder |
setText(String value)
Sets the value of the 'text' field.
|
HumanName.Builder |
setUse(String value)
Sets the value of the 'use' field.
|
public String getId()
public HumanName.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public HumanName.Builder clearId()
public String getUse()
public HumanName.Builder setUse(String value)
value - The value of 'use'.public boolean hasUse()
public HumanName.Builder clearUse()
public String getText()
public HumanName.Builder setText(String value)
value - The value of 'text'.public boolean hasText()
public HumanName.Builder clearText()
public String getFamily()
public HumanName.Builder setFamily(String value)
value - The value of 'family'.public boolean hasFamily()
public HumanName.Builder clearFamily()
public List<String> getGiven()
public HumanName.Builder setGiven(List<String> value)
value - The value of 'given'.public boolean hasGiven()
public HumanName.Builder clearGiven()
public List<String> getPrefix()
public HumanName.Builder setPrefix(List<String> value)
value - The value of 'prefix'.public boolean hasPrefix()
public HumanName.Builder clearPrefix()
public List<String> getSuffix()
public HumanName.Builder setSuffix(List<String> value)
value - The value of 'suffix'.public boolean hasSuffix()
public HumanName.Builder clearSuffix()
public Period getPeriod()
public HumanName.Builder setPeriod(Period value)
value - The value of 'period'.public boolean hasPeriod()
public Period.Builder getPeriodBuilder()
public HumanName.Builder setPeriodBuilder(Period.Builder value)
value - The builder instance that must be set.public boolean hasPeriodBuilder()
public HumanName.Builder clearPeriod()
Copyright © 2020. All rights reserved.