| Package | Description |
|---|---|
| org.gedcomx |
The base GEDCOM X data format.
|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
Gedcomx.getEvents()
The events included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addEvent(Event event)
Add a event to the data set.
|
Gedcomx |
Gedcomx.event(Event event)
Build this out with a event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setEvents(List<Event> events)
The events included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.analysis(Document analysis) |
Event |
Event.analysis(ResourceReference analysis) |
Event |
Event.analysis(URI analysis) |
Event |
Event.attribution(Attribution attribution) |
Event |
Event.confidence(ConfidenceLevel confidence) |
Event |
Event.confidence(URI confidence) |
Event |
Event.date(Date date)
Build up this event with a date.
|
Event |
Event.evidence(Event evidence) |
Event |
Event.evidence(EvidenceReference evidence) |
Event |
Event.extensionElement(Object element) |
Event |
Event.extracted(Boolean extracted) |
Event |
Event.id(String id) |
Event |
Event.identifier(Identifier identifier) |
Event |
Event.lang(String lang) |
Event |
Event.link(Link link) |
Event |
Event.link(String rel,
URI href) |
Event |
Event.media(SourceDescription media) |
Event |
Event.media(SourceReference media) |
Event |
Event.note(Note note) |
Event |
Event.place(PlaceReference place)
Build up this event with a place.
|
Event |
Event.role(EventRole role)
Build up this event with a role.
|
Event |
Event.sortKey(String sortKey) |
Event |
Event.source(SourceDescription source) |
Event |
Event.source(SourceReference sourceReference) |
Event |
Event.type(EventType type)
Build up this event with a type.
|
Event |
Event.type(URI type)
Build up this event with a type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.embed(Event event)
Embed another event.
|
Event |
Event.evidence(Event evidence) |
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitEvent(Event event) |
void |
GedcomxModelVisitor.visitEvent(Event event) |
void |
GedcomxLocalReferenceResolver.visitEvent(Event event) |
Copyright © 2016. All rights reserved.