Uses of Class
org.gedcomx.source.SourceDescription
-
Packages that use SourceDescription 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 -
-
Uses of SourceDescription in org.gedcomx
Methods in org.gedcomx that return SourceDescription Modifier and Type Method Description SourceDescriptionGedcomx. findDescription()Find the description of this record.SourceDescriptionGedcomx. findDescription(URI uri)Find a description in the document by URI.SourceDescriptionGedcomx. getSourceDescription()Get the first source description in the document.SourceDescriptionGedcomx. getSourceDescription(URI resourceType)Get the first source description in the document with the type that is specified.Methods in org.gedcomx that return types with arguments of type SourceDescription Modifier and Type Method Description List<SourceDescription>Gedcomx. getSourceDescriptions()The descriptions of sources included in this genealogical data set.Stream<SourceDescription>Gedcomx. sourceDescriptions()Create a stream of the source descriptions in this document.Methods in org.gedcomx with parameters of type SourceDescription Modifier and Type Method Description voidGedcomx. addSourceDescription(SourceDescription sourceDescription)Add a source description to the data set.GedcomxGedcomx. sourceDescription(SourceDescription sourceDescription)Build this out with a source description.Method parameters in org.gedcomx with type arguments of type SourceDescription Modifier and Type Method Description protected static voidGedcomx. fixupSourceReferences(List<SourceDescription> sds, Subject local)voidGedcomx. setSourceDescriptions(List<SourceDescription> sourceDescriptions)The descriptions of sources included in this genealogical data set. -
Uses of SourceDescription in org.gedcomx.conclusion
-
Uses of SourceDescription in org.gedcomx.records
Methods in org.gedcomx.records with parameters of type SourceDescription Modifier and Type Method Description FieldValueFieldValue. source(SourceDescription source) -
Uses of SourceDescription in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type SourceDescription Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitSourceDescription(SourceDescription sourceDescription)voidGedcomxModelVisitor. visitSourceDescription(SourceDescription sourceDescription)voidGedcomxModelVisitorBase. visitSourceDescription(SourceDescription sourceDescription) -
Uses of SourceDescription in org.gedcomx.source
Methods in org.gedcomx.source that return SourceDescription Modifier and Type Method Description SourceDescriptionSourceDescription. about(URI about)Build out this source description with an about reference.SourceDescriptionSourceDescription. analysis(ResourceReference analysis)Build out this source description with an analyis.SourceDescriptionSourceDescription. attribution(Attribution attribution)Build out this source description with attribution.SourceDescriptionSourceDescription. authors(URI authors)Build out this source description with a authors.SourceDescriptionSourceDescription. citation(String citation)Build out this source description with a citation.SourceDescriptionSourceDescription. citation(SourceCitation citation)Build out this source description with a citation.SourceDescriptionSourceDescription. componentOf(SourceDescription componentOf)Build out this source description with a component of.SourceDescriptionSourceDescription. componentOf(SourceReference componentOf)Build out this source description with a component of.SourceDescriptionSourceDescription. coverage(Coverage coverage)Build out this source description with coverage.SourceDescriptionSourceDescription. created(Date created)Build out this source description with a created date.SourceDescriptionSourceDescription. description(String description)Build out this source description with a description.SourceDescriptionSourceDescription. description(TextValue description)Build out this source description with a description.SourceDescriptionSourceDescription. descriptorRef(ResourceReference descriptorRef)Build out this source description with a descriptor ref.SourceDescriptionSourceDescription. extensionElement(Object element)SourceDescriptionSourceDescription. field(Field field)Build this out with a field.SourceDescriptionSourceDescription. id(String id)SourceDescriptionSourceDescription. identifier(Identifier identifier)Build out this source description with an identifier.SourceDescriptionSourceDescription. lang(String lang)Build out this envelope with a lang.SourceDescriptionSourceDescription. link(String rel, URI href)SourceDescriptionSourceDescription. link(Link link)SourceDescriptionSourceDescription. mediator(ResourceReference mediator)Build out this source description with a mediator.SourceDescriptionSourceDescription. mediaType(String mediaType)Build out this source description with a media type.SourceDescriptionSourceDescription. modified(Date modified)Build out this source description with a modified date.SourceDescriptionSourceDescription. note(Note note)Build out this source description with a note.SourceDescriptionSourceDescription. persistentId(URI persistentId)Build out this source with a persistent ID.SourceDescriptionSourceDescription. publisher(ResourceReference publisher)Build out this source description with a publisher.SourceDescriptionSourceDescription. repository(Agent repository)Build out this source description with a repository.SourceDescriptionSourceDescription. repository(ResourceReference repository)Build out this source description with a repository.SourceDescriptionSourceDescription. resourceType(URI resourceType)Build of this source description with a resource type.SourceDescriptionSourceDescription. resourceType(ResourceType resourceType)Build of this source description with a resource type.SourceDescriptionSourceDescription. rights(URI rights)Build out this source description with a rights.SourceDescriptionSourceDescription. sortKey(String sortKey)Build out this source description with a sort key.SourceDescriptionSourceDescription. source(SourceReference source)Build out this source description by adding a source reference.SourceDescriptionSourceDescription. title(String title)Build out this source description with a title.SourceDescriptionSourceDescription. title(TextValue title)Build out this source description with a title.SourceDescriptionSourceDescription. titleLabel(TextValue titleLabel)Build this out by applying a label for the title of this description.SourceDescriptionSourceDescription. version(String version)Build out this source description with a version.Methods in org.gedcomx.source with parameters of type SourceDescription Modifier and Type Method Description SourceDescriptionSourceDescription. componentOf(SourceDescription componentOf)Build out this source description with a component of.SourceReferenceSourceReference. description(SourceDescription description)Build up this source reference with a description reference.voidSourceDescription. embed(SourceDescription description)Embed the specified description. -
Uses of SourceDescription in org.gedcomx.util
Methods in org.gedcomx.util that return SourceDescription Modifier and Type Method Description SourceDescriptionDocMap. getMainSourceDescription()Get the SourceDescription referenced by the GedcomX document's descriptionRef.SourceDescriptionDocMap. 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.SourceDescriptionDocMap. 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.SourceDescriptionDocMap. getSourceDescription(SourceReference sourceReference)Get the SourceDescription referenced by the given SourceReference.Methods in org.gedcomx.util that return types with arguments of type SourceDescription Modifier and Type Method 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.Methods in org.gedcomx.util with parameters of type SourceDescription Modifier and Type Method Description static booleanFieldMap. isCensus(SourceDescription sourceDescription)Tell whether the given SourceDescription has 'coverage' with a RecordType of census.
-