| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt |
| Modifier and Type | Method and Description |
|---|---|
Name |
Name.analysis(Document analysis) |
Name |
Name.analysis(ResourceReference analysis) |
Name |
Name.analysis(URI analysis) |
Name |
Name.attribution(Attribution attribution) |
Name |
Name.confidence(ConfidenceLevel confidence) |
Name |
Name.confidence(URI confidence) |
Name |
Name.date(Date date)
Build up this name with a date.
|
Name |
Name.extensionElement(Object element) |
Name |
Person.getFirstNameOfType(NameType type)
Get the first name of the specified type.
|
Name |
Person.getName()
Get the first name of this person.
|
Name |
Person.getPreferredName()
Get the preferred name of the person.
|
Name |
Name.id(String id) |
Name |
Name.lang(String lang) |
Name |
Name.link(Link link) |
Name |
Name.link(String rel,
URI href) |
Name |
Name.nameForm(NameForm nameForm)
Build up this name with a name form.
|
Name |
Name.note(Note note) |
Name |
Name.preferred(Boolean preferred)
Build up this name with a preferred flag.
|
Name |
Name.sortKey(String sortKey) |
Name |
Name.source(SourceDescription source) |
Name |
Name.source(SourceReference sourceReference) |
Name |
Name.type(NameType type)
Build up this name with a type.
|
Name |
Name.type(URI type)
Build up this name with a type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Name> |
Person.getNames()
The name conclusions for the person.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.addName(Name name)
Add a name conclusion to the person.
|
Person |
Person.name(Name name)
Build out this person with a name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setNames(List<Name> names)
The name conclusions for the person.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitName(Name name) |
void |
GedcomxModelVisitor.visitName(Name name) |
void |
GedcomxLocalReferenceResolver.visitName(Name name) |
Copyright © 2016. All rights reserved.