| Modifier and Type | Method and Description |
|---|---|
Address |
build() |
Address.Builder |
clearCity()
Clears the value of the 'city' field.
|
Address.Builder |
clearCountry()
Clears the value of the 'country' field.
|
Address.Builder |
clearDistrict()
Clears the value of the 'district' field.
|
Address.Builder |
clearId()
Clears the value of the 'id' field.
|
Address.Builder |
clearLine()
Clears the value of the 'line' field.
|
Address.Builder |
clearPeriod()
Clears the value of the 'period' field.
|
Address.Builder |
clearPostalCode()
Clears the value of the 'postalCode' field.
|
Address.Builder |
clearState()
Clears the value of the 'state' field.
|
Address.Builder |
clearText()
Clears the value of the 'text' field.
|
Address.Builder |
clearType()
Clears the value of the 'type' field.
|
Address.Builder |
clearUse()
Clears the value of the 'use' field.
|
String |
getCity()
Gets the value of the 'city' field.
|
String |
getCountry()
Gets the value of the 'country' field.
|
String |
getDistrict()
Gets the value of the 'district' field.
|
String |
getId()
Gets the value of the 'id' field.
|
List<String> |
getLine()
Gets the value of the 'line' 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.
|
String |
getPostalCode()
Gets the value of the 'postalCode' field.
|
String |
getState()
Gets the value of the 'state' field.
|
String |
getText()
Gets the value of the 'text' field.
|
String |
getType()
Gets the value of the 'type' field.
|
String |
getUse()
Gets the value of the 'use' field.
|
boolean |
hasCity()
Checks whether the 'city' field has been set.
|
boolean |
hasCountry()
Checks whether the 'country' field has been set.
|
boolean |
hasDistrict()
Checks whether the 'district' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasLine()
Checks whether the 'line' 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 |
hasPostalCode()
Checks whether the 'postalCode' field has been set.
|
boolean |
hasState()
Checks whether the 'state' field has been set.
|
boolean |
hasText()
Checks whether the 'text' field has been set.
|
boolean |
hasType()
Checks whether the 'type' field has been set.
|
boolean |
hasUse()
Checks whether the 'use' field has been set.
|
Address.Builder |
setCity(String value)
Sets the value of the 'city' field.
|
Address.Builder |
setCountry(String value)
Sets the value of the 'country' field.
|
Address.Builder |
setDistrict(String value)
Sets the value of the 'district' field.
|
Address.Builder |
setId(String value)
Sets the value of the 'id' field.
|
Address.Builder |
setLine(List<String> value)
Sets the value of the 'line' field.
|
Address.Builder |
setPeriod(Period value)
Sets the value of the 'period' field.
|
Address.Builder |
setPeriodBuilder(Period.Builder value)
Sets the Builder instance for the 'period' field
Field for FHIR property period
|
Address.Builder |
setPostalCode(String value)
Sets the value of the 'postalCode' field.
|
Address.Builder |
setState(String value)
Sets the value of the 'state' field.
|
Address.Builder |
setText(String value)
Sets the value of the 'text' field.
|
Address.Builder |
setType(String value)
Sets the value of the 'type' field.
|
Address.Builder |
setUse(String value)
Sets the value of the 'use' field.
|
public String getId()
public Address.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public Address.Builder clearId()
public String getUse()
public Address.Builder setUse(String value)
value - The value of 'use'.public boolean hasUse()
public Address.Builder clearUse()
public String getType()
public Address.Builder setType(String value)
value - The value of 'type'.public boolean hasType()
public Address.Builder clearType()
public String getText()
public Address.Builder setText(String value)
value - The value of 'text'.public boolean hasText()
public Address.Builder clearText()
public List<String> getLine()
public Address.Builder setLine(List<String> value)
value - The value of 'line'.public boolean hasLine()
public Address.Builder clearLine()
public String getCity()
public Address.Builder setCity(String value)
value - The value of 'city'.public boolean hasCity()
public Address.Builder clearCity()
public String getDistrict()
public Address.Builder setDistrict(String value)
value - The value of 'district'.public boolean hasDistrict()
public Address.Builder clearDistrict()
public String getState()
public Address.Builder setState(String value)
value - The value of 'state'.public boolean hasState()
public Address.Builder clearState()
public String getPostalCode()
public Address.Builder setPostalCode(String value)
value - The value of 'postalCode'.public boolean hasPostalCode()
public Address.Builder clearPostalCode()
public String getCountry()
public Address.Builder setCountry(String value)
value - The value of 'country'.public boolean hasCountry()
public Address.Builder clearCountry()
public Period getPeriod()
public Address.Builder setPeriod(Period value)
value - The value of 'period'.public boolean hasPeriod()
public Period.Builder getPeriodBuilder()
public Address.Builder setPeriodBuilder(Period.Builder value)
value - The builder instance that must be set.public boolean hasPeriodBuilder()
public Address.Builder clearPeriod()
Copyright © 2020. All rights reserved.