public static class ContactPoint.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ContactPoint> implements org.apache.avro.data.RecordBuilder<ContactPoint>
| Modifier and Type | Method and Description |
|---|---|
ContactPoint |
build() |
ContactPoint.Builder |
clearId()
Clears the value of the 'id' field.
|
ContactPoint.Builder |
clearPeriod()
Clears the value of the 'period' field.
|
ContactPoint.Builder |
clearRank()
Clears the value of the 'rank' field.
|
ContactPoint.Builder |
clearSystem()
Clears the value of the 'system' field.
|
ContactPoint.Builder |
clearUse()
Clears the value of the 'use' field.
|
ContactPoint.Builder |
clearValue()
Clears the value of the 'value' 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.
|
Integer |
getRank()
Gets the value of the 'rank' field.
|
String |
getSystem()
Gets the value of the 'system' field.
|
String |
getUse()
Gets the value of the 'use' field.
|
String |
getValue()
Gets the value of the 'value' field.
|
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 |
hasRank()
Checks whether the 'rank' field has been set.
|
boolean |
hasSystem()
Checks whether the 'system' field has been set.
|
boolean |
hasUse()
Checks whether the 'use' field has been set.
|
boolean |
hasValue()
Checks whether the 'value' field has been set.
|
ContactPoint.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ContactPoint.Builder |
setPeriod(Period value)
Sets the value of the 'period' field.
|
ContactPoint.Builder |
setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
ContactPoint.Builder |
setRank(Integer value)
Sets the value of the 'rank' field.
|
ContactPoint.Builder |
setSystem(String value)
Sets the value of the 'system' field.
|
ContactPoint.Builder |
setUse(String value)
Sets the value of the 'use' field.
|
ContactPoint.Builder |
setValue(String value)
Sets the value of the 'value' field.
|
public String getId()
public ContactPoint.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ContactPoint.Builder clearId()
public String getSystem()
public ContactPoint.Builder setSystem(String value)
value - The value of 'system'.public boolean hasSystem()
public ContactPoint.Builder clearSystem()
public String getValue()
public ContactPoint.Builder setValue(String value)
value - The value of 'value'.public boolean hasValue()
public ContactPoint.Builder clearValue()
public String getUse()
public ContactPoint.Builder setUse(String value)
value - The value of 'use'.public boolean hasUse()
public ContactPoint.Builder clearUse()
public Integer getRank()
public ContactPoint.Builder setRank(Integer value)
value - The value of 'rank'.public boolean hasRank()
public ContactPoint.Builder clearRank()
public Period getPeriod()
public ContactPoint.Builder setPeriod(Period value)
value - The value of 'period'.public boolean hasPeriod()
public Period.Builder getPeriodBuilder()
public ContactPoint.Builder setPeriodBuilder(Period.Builder value)
value - The builder instance that must be set.public boolean hasPeriodBuilder()
public ContactPoint.Builder clearPeriod()
public ContactPoint build()
build in interface org.apache.avro.data.RecordBuilder<ContactPoint>Copyright © 2020. All rights reserved.