Uses of Class
org.gedcomx.conclusion.Document

Packages that use Document
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   
 

Uses of Document in org.gedcomx
 

Methods in org.gedcomx that return types with arguments of type Document
 List<Document> Gedcomx.getDocuments()
          The documents included in this genealogical data set.
 

Methods in org.gedcomx with parameters of type Document
 void Gedcomx.addDocument(Document document)
          Add a document to the data set.
 Gedcomx Gedcomx.document(Document document)
          Build this out with a document.
 

Method parameters in org.gedcomx with type arguments of type Document
 void Gedcomx.setDocuments(List<Document> documents)
          The documents included in this genealogical data set.
 

Uses of Document in org.gedcomx.conclusion
 

Methods in org.gedcomx.conclusion that return Document
 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.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.
 

Methods in org.gedcomx.conclusion with parameters of type Document
 PlaceDescription PlaceDescription.analysis(Document analysis)
           
 Document Document.analysis(Document analysis)
           
 Person Person.analysis(Document analysis)
           
 Conclusion Conclusion.analysis(Document analysis)
          Add a reference to the analysis for this conclusion.
 Gender Gender.analysis(Document analysis)
           
 Relationship Relationship.analysis(Document analysis)
           
 Event Event.analysis(Document analysis)
           
 EventRole EventRole.analysis(Document analysis)
           
 Name Name.analysis(Document analysis)
           
 Fact Fact.analysis(Document analysis)
           
 Subject Subject.analysis(Document analysis)
           
 void Document.embed(Document document)
          Embed a document.
 

Uses of Document in org.gedcomx.records
 

Methods in org.gedcomx.records with parameters of type Document
 FieldValue FieldValue.analysis(Document analysis)
           
 

Uses of Document in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type Document
 void GedcomxModelVisitorBase.visitDocument(Document document)
           
 void GedcomxModelVisitor.visitDocument(Document document)
           
 void GedcomxLocalReferenceResolver.visitDocument(Document document)
           
 



Copyright © 2015. All rights reserved.