| Package | Description |
|---|---|
| org.gedcomx.common |
The id model defines the standard mechanisms for identifying genealogical entities.
|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.rt | |
| org.gedcomx.source |
The sources model.
|
| Modifier and Type | Method and Description |
|---|---|
Note |
Note.attribution(Attribution attribution)
Build up this note with attribution.
|
Note |
Note.extensionElement(Object element) |
Note |
Note.id(String id) |
Note |
Note.lang(String lang)
Build up this note with a locale.
|
Note |
Note.link(Link link) |
Note |
Note.link(String rel,
URI href) |
Note |
Note.subject(String text)
Build up this note with a subject.
|
Note |
Note.text(String text)
Build up this note with some text.
|
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
HasNotes.getNotes()
The notes of a conclusion resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HasNotes.setNotes(List<Note> notes)
The notes of a conclusion resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
Conclusion.getNotes()
Notes about a person.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Conclusion.addNote(Note note)
Add a note.
|
Document |
Document.note(Note note) |
Conclusion |
Conclusion.note(Note note)
Build up this conclusion with a note.
|
Gender |
Gender.note(Note note) |
Person |
Person.note(Note note) |
Fact |
Fact.note(Note note) |
Event |
Event.note(Note note) |
PlaceDescription |
PlaceDescription.note(Note note) |
Subject |
Subject.note(Note note) |
EventRole |
EventRole.note(Note note) |
Relationship |
Relationship.note(Note note) |
Name |
Name.note(Note note) |
| Modifier and Type | Method and Description |
|---|---|
void |
Conclusion.setNotes(List<Note> notes)
Notes about a person.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.note(Note note) |
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitNote(Note note) |
void |
GedcomxModelVisitor.visitNote(Note note) |
void |
GedcomxLocalReferenceResolver.visitNote(Note note) |
| Modifier and Type | Method and Description |
|---|---|
List<Note> |
SourceDescription.getNotes()
Notes about a source.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
SourceDescription.note(Note note)
Build out this source description with a note.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDescription.setNotes(List<Note> notes)
Notes about a source.
|
Copyright © 2016. All rights reserved.