Uses of Class
org.gedcomx.source.SourceDescription

Packages that use SourceDescription
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
 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.
 

Methods in org.gedcomx that return types with arguments of type SourceDescription
 List<SourceDescription> Gedcomx.getSourceDescriptions()
          The descriptions of sources included in this genealogical data set.
 

Methods in org.gedcomx with parameters of type SourceDescription
 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.
 

Method parameters in org.gedcomx with type arguments of type SourceDescription
 void Gedcomx.setSourceDescriptions(List<SourceDescription> sourceDescriptions)
          The descriptions of sources included in this genealogical data set.
 

Uses of SourceDescription in org.gedcomx.conclusion
 

Methods in org.gedcomx.conclusion with parameters of type SourceDescription
 PlaceDescription PlaceDescription.media(SourceDescription media)
           
 Person Person.media(SourceDescription media)
           
 Relationship Relationship.media(SourceDescription media)
           
 Event Event.media(SourceDescription media)
           
 Subject Subject.media(SourceDescription media)
          Build up this subject with a media reference.
 PlaceDescription PlaceDescription.source(SourceDescription source)
           
 Document Document.source(SourceDescription source)
           
 Person Person.source(SourceDescription source)
           
 Conclusion Conclusion.source(SourceDescription source)
          Build up this conclusion with a source reference.
 Gender Gender.source(SourceDescription source)
           
 Relationship Relationship.source(SourceDescription source)
           
 Event Event.source(SourceDescription source)
           
 EventRole EventRole.source(SourceDescription source)
           
 Name Name.source(SourceDescription source)
           
 Fact Fact.source(SourceDescription source)
           
 Subject Subject.source(SourceDescription source)
           
 

Uses of SourceDescription in org.gedcomx.records
 

Methods in org.gedcomx.records with parameters of type SourceDescription
 FieldValue FieldValue.source(SourceDescription source)
           
 

Uses of SourceDescription in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type SourceDescription
 void GedcomxModelVisitorBase.visitSourceDescription(SourceDescription sourceDescription)
           
 void GedcomxModelVisitor.visitSourceDescription(SourceDescription sourceDescription)
           
 void GedcomxLocalReferenceResolver.visitSourceDescription(SourceDescription sourceDescription)
           
 

Uses of SourceDescription in org.gedcomx.source
 

Methods in org.gedcomx.source that return SourceDescription
 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.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.
 

Methods in org.gedcomx.source with parameters of type SourceDescription
 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.
 

Uses of SourceDescription in org.gedcomx.util
 

Methods in org.gedcomx.util that return SourceDescription
 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.
 

Methods in org.gedcomx.util that return types with arguments of type SourceDescription
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
static boolean FieldMap.isCensus(SourceDescription sourceDescription)
          Tell whether the given SourceDescription has 'coverage' with a RecordType of census.
 



Copyright © 2015. All rights reserved.