| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt |
| Modifier and Type | Method and Description |
|---|---|
EventRole |
EventRole.analysis(Document analysis) |
EventRole |
EventRole.analysis(ResourceReference analysis) |
EventRole |
EventRole.analysis(URI analysis) |
EventRole |
EventRole.attribution(Attribution attribution) |
EventRole |
EventRole.confidence(ConfidenceLevel confidence) |
EventRole |
EventRole.confidence(URI confidence) |
EventRole |
EventRole.details(String details)
Build up this event role with details.
|
EventRole |
EventRole.extensionElement(Object element) |
EventRole |
EventRole.id(String id) |
EventRole |
EventRole.lang(String lang) |
EventRole |
EventRole.link(Link link) |
EventRole |
EventRole.link(String rel,
URI href) |
EventRole |
EventRole.note(Note note) |
EventRole |
EventRole.person(Person person)
Build up this event role with a person.
|
EventRole |
EventRole.person(ResourceReference person)
Build up this event role with a person.
|
EventRole |
EventRole.sortKey(String sortKey) |
EventRole |
EventRole.source(SourceDescription source) |
EventRole |
EventRole.source(SourceReference sourceReference) |
EventRole |
EventRole.type(EventRoleType type)
Build up this role with a type.
|
EventRole |
EventRole.type(URI type)
Build up this role with a type.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventRole> |
Event.getRoles()
The roles played in this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.addRole(EventRole role)
Add a role to the list of roles played in this event.
|
Event |
Event.role(EventRole role)
Build up this event with a role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setRoles(List<EventRole> roles)
The roles played in this event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitEventRole(EventRole role) |
void |
GedcomxModelVisitor.visitEventRole(EventRole role) |
void |
GedcomxLocalReferenceResolver.visitEventRole(EventRole role) |
Copyright © 2016. All rights reserved.