| Package | Description |
|---|---|
| org.gedcomx |
The base GEDCOM X data format.
|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.rt |
| Modifier and Type | Method and Description |
|---|---|
List<Collection> |
Gedcomx.getCollections()
The collections included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addCollection(Collection collection)
Add a collection to the data set.
|
Gedcomx |
Gedcomx.collection(Collection collection)
Build this out with a collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setCollections(List<Collection> collections)
The collections included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
Collection.attribution(Attribution attribution)
Build out this collection with attribution.
|
Collection |
Collection.content(CollectionContent content)
Build out this collection with content.
|
Collection |
Collection.extensionElement(Object element) |
Collection |
Collection.id(String id) |
Collection |
Collection.identifier(Identifier identifier)
Build out this collection with an identifier.
|
Collection |
Collection.lang(String lang)
Build out this collection with a lang.
|
Collection |
Collection.link(Link link) |
Collection |
Collection.link(String rel,
URI href) |
Collection |
Collection.size(Integer size)
Build out this collection with size.
|
Collection |
Collection.title(String title)
Build out this collection with a title.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Collection.embed(Collection collection)
Embed another collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitCollection(Collection collection) |
void |
GedcomxModelVisitor.visitCollection(Collection collection) |
void |
GedcomxLocalReferenceResolver.visitCollection(Collection collection) |
Copyright © 2016. All rights reserved.