static HumanName.Builder |
HumanName.builder() |
|
HumanName.Builder |
HumanName.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
HumanName.Builder |
HumanName.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
HumanName.Builder |
HumanName.Builder.family(String family) |
The part of a name that links to the genealogy.
|
protected HumanName.Builder |
HumanName.Builder.from(HumanName humanName) |
|
HumanName.Builder |
HumanName.Builder.given(String... given) |
Given name.
|
HumanName.Builder |
HumanName.Builder.given(Collection<String> given) |
Given name.
|
HumanName.Builder |
HumanName.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
HumanName.Builder |
HumanName.Builder.period(Period period) |
Indicates the period of time when this name was valid for the named person.
|
HumanName.Builder |
HumanName.Builder.prefix(String... prefix) |
Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc.
|
HumanName.Builder |
HumanName.Builder.prefix(Collection<String> prefix) |
Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc.
|
HumanName.Builder |
HumanName.Builder.suffix(String... suffix) |
Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc.
|
HumanName.Builder |
HumanName.Builder.suffix(Collection<String> suffix) |
Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc.
|
HumanName.Builder |
HumanName.Builder.text(String text) |
Specifies the entire name as it should be displayed e.g.
|
HumanName.Builder |
HumanName.toBuilder() |
|
HumanName.Builder |
HumanName.Builder.use(NameUse use) |
Identifies the purpose for this name.
|