| Package | Description |
|---|---|
| org.gedcomx |
The base GEDCOM X data format.
|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.rt |
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
Gedcomx.getDocuments()
The documents included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addDocument(Document document)
Add a document to the data set.
|
Gedcomx |
Gedcomx.document(Document document)
Build this out with a document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setDocuments(List<Document> documents)
The documents included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.analysis(Document analysis) |
Document |
Document.analysis(ResourceReference analysis) |
Document |
Document.analysis(URI analysis) |
Document |
Document.attribution(Attribution attribution) |
Document |
Document.confidence(ConfidenceLevel confidence) |
Document |
Document.confidence(URI confidence) |
Document |
Document.extensionElement(Object element) |
Document |
Document.extracted(Boolean extracted)
Build up this document with an extracted flag.
|
Document |
Document.id(String id) |
Document |
Document.lang(String lang) |
Document |
Document.link(Link link) |
Document |
Document.link(String rel,
URI href) |
Document |
Document.note(Note note) |
Document |
Document.sortKey(String sortKey) |
Document |
Document.source(SourceDescription source) |
Document |
Document.source(SourceReference sourceReference) |
Document |
Document.text(String text)
Build up this document with some text.
|
Document |
Document.textType(String textType)
Build up this document with a text type.
|
Document |
Document.type(DocumentType type)
Build up this document with a type.
|
Document |
Document.type(URI type)
Build up this document with a type.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.analysis(Document analysis) |
Conclusion |
Conclusion.analysis(Document analysis)
Add a reference to the analysis for this conclusion.
|
Gender |
Gender.analysis(Document analysis) |
Person |
Person.analysis(Document analysis) |
Fact |
Fact.analysis(Document analysis) |
Event |
Event.analysis(Document analysis) |
PlaceDescription |
PlaceDescription.analysis(Document analysis) |
Subject |
Subject.analysis(Document analysis) |
EventRole |
EventRole.analysis(Document analysis) |
Relationship |
Relationship.analysis(Document analysis) |
Name |
Name.analysis(Document analysis) |
void |
Document.embed(Document document)
Embed a document.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.analysis(Document analysis) |
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitDocument(Document document) |
void |
GedcomxModelVisitor.visitDocument(Document document) |
void |
GedcomxLocalReferenceResolver.visitDocument(Document document) |
Copyright © 2016. All rights reserved.