| 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 | |
| org.gedcomx.source |
The sources model.
|
| org.gedcomx.util |
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
Gedcomx.getSourceDescription()
Get the first source description in the document.
|
SourceDescription |
Gedcomx.getSourceDescription(URI resourceType)
Get the first source description in the document with the type that is specified.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceDescription> |
Gedcomx.getSourceDescriptions()
The descriptions of sources included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addSourceDescription(SourceDescription sourceDescription)
Add a source description to the data set.
|
Gedcomx |
Gedcomx.sourceDescription(SourceDescription sourceDescription)
Build this out with a source description.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setSourceDescriptions(List<SourceDescription> sourceDescriptions)
The descriptions of sources included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
FieldValue.source(SourceDescription source) |
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitSourceDescription(SourceDescription sourceDescription) |
void |
GedcomxModelVisitor.visitSourceDescription(SourceDescription sourceDescription) |
void |
GedcomxLocalReferenceResolver.visitSourceDescription(SourceDescription sourceDescription) |
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
SourceDescription.about(URI about)
Build out this source description with an about reference.
|
SourceDescription |
SourceDescription.analysis(ResourceReference analysis)
Build out this source description with an analyis.
|
SourceDescription |
SourceDescription.attribution(Attribution attribution)
Build out this source description with attribution.
|
SourceDescription |
SourceDescription.citation(SourceCitation citation)
Build out this source description with a citation.
|
SourceDescription |
SourceDescription.citation(String citation)
Build out this source description with a citation.
|
SourceDescription |
SourceDescription.componentOf(SourceDescription componentOf)
Build out this source description with a component of.
|
SourceDescription |
SourceDescription.componentOf(SourceReference componentOf)
Build out this source description with a component of.
|
SourceDescription |
SourceDescription.coverage(Coverage coverage)
Build out this source description with coverage.
|
SourceDescription |
SourceDescription.created(Date created)
Build out this source description with a created date.
|
SourceDescription |
SourceDescription.description(String description)
Build out this source description with a description.
|
SourceDescription |
SourceDescription.description(TextValue description)
Build out this source description with a description.
|
SourceDescription |
SourceDescription.descriptorRef(ResourceReference descriptorRef)
Build out this source description with a descriptor ref.
|
SourceDescription |
SourceDescription.extensionElement(Object element) |
SourceDescription |
SourceDescription.field(Field field)
Build this out with a field.
|
SourceDescription |
SourceDescription.id(String id) |
SourceDescription |
SourceDescription.identifier(Identifier identifier)
Build out this source description with an identifier.
|
SourceDescription |
SourceDescription.lang(String lang)
Build out this envelope with a lang.
|
SourceDescription |
SourceDescription.link(Link link) |
SourceDescription |
SourceDescription.link(String rel,
URI href) |
SourceDescription |
SourceDescription.mediator(ResourceReference mediator)
Build out this source description with a mediator.
|
SourceDescription |
SourceDescription.mediaType(String mediaType)
Build out this source description with a media type.
|
SourceDescription |
SourceDescription.modified(Date modified)
Build out this source description with a modified date.
|
SourceDescription |
SourceDescription.note(Note note)
Build out this source description with a note.
|
SourceDescription |
SourceDescription.repository(Agent repository)
Build out this source description with a repository.
|
SourceDescription |
SourceDescription.repository(ResourceReference repository)
Build out this source description with a repository.
|
SourceDescription |
SourceDescription.resourceType(ResourceType resourceType)
Build of this source description with a resource type.
|
SourceDescription |
SourceDescription.resourceType(URI resourceType)
Build of this source description with a resource type.
|
SourceDescription |
SourceDescription.rights(URI rights)
Build out this source description with a rights.
|
SourceDescription |
SourceDescription.sortKey(String sortKey)
Build out this source description with a sort key.
|
SourceDescription |
SourceDescription.source(SourceReference source)
Build out this source description by adding a source reference.
|
SourceDescription |
SourceDescription.title(String title)
Build out this source description with a title.
|
SourceDescription |
SourceDescription.title(TextValue title)
Build out this source description with a title.
|
SourceDescription |
SourceDescription.titleLabel(TextValue titleLabel)
Build this out by applying a label for the title of this description.
|
SourceDescription |
SourceDescription.version(String version)
Build out this source description with a version.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
SourceDescription.componentOf(SourceDescription componentOf)
Build out this source description with a component of.
|
SourceReference |
SourceReference.description(SourceDescription description)
Build up this source reference with a description reference.
|
void |
SourceDescription.embed(SourceDescription description)
Embed the specified description.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
DocMap.getMainSourceDescription()
Get the SourceDescription referenced by the GedcomX document's descriptionRef.
|
SourceDescription |
DocMap.getSourceDescription(SourceReference sourceReference)
Get the SourceDescription referenced by the given SourceReference.
|
SourceDescription |
DocMap.getSourceDescription(String idOrUrl)
Get the SourceDescription from the GedcomX document that has the given id (with or without "#") or an identifier
that matches the given idOrUrl.
|
SourceDescription |
DocMap.getSourceDescription(URI uri)
Get the SourceDescription from the GedcomX document that has the given id (with or without "#") or an identifier
that matches the given idOrUrl.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,SourceDescription> |
DocMap.getSourceDescriptionMap(Gedcomx doc)
Create a map of id (and "#" + id) and all identifier URI strings to SourceDescription with that ID,
to make it easier to look up SourceDescriptions that are referenced elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FieldMap.isCensus(SourceDescription sourceDescription)
Tell whether the given SourceDescription has 'coverage' with a RecordType of census.
|
Copyright © 2016. All rights reserved.