Uses of Class
org.gedcomx.conclusion.Document
-
Packages that use Document 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 -
-
Uses of Document in org.gedcomx
Methods in org.gedcomx that return types with arguments of type Document Modifier and Type Method Description Stream<Document>Gedcomx. documents()Create a stream of the documents in this data set.List<Document>Gedcomx. getDocuments()The documents included in this genealogical data set.Methods in org.gedcomx with parameters of type Document Modifier and Type Method Description voidGedcomx. addDocument(Document document)Add a document to the data set.GedcomxGedcomx. document(Document document)Build this out with a document.Method parameters in org.gedcomx with type arguments of type Document Modifier and Type Method Description voidGedcomx. 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 Modifier and Type Method Description DocumentDocument. analysis(ResourceReference analysis)DocumentDocument. analysis(URI analysis)DocumentDocument. analysis(Document analysis)DocumentDocument. attribution(Attribution attribution)DocumentDocument. confidence(URI confidence)DocumentDocument. confidence(ConfidenceLevel confidence)DocumentDocument. extensionElement(Object element)DocumentDocument. extracted(Boolean extracted)Build up this document with an extracted flag.DocumentDocument. id(String id)DocumentDocument. lang(String lang)DocumentDocument. link(String rel, URI href)DocumentDocument. link(Link link)DocumentDocument. note(Note note)DocumentDocument. sortKey(String sortKey)DocumentDocument. source(SourceDescription source)DocumentDocument. source(SourceReference sourceReference)DocumentDocument. text(String text)Build up this document with some text.DocumentDocument. textType(String textType)Build up this document with a text type.DocumentDocument. type(URI type)Build up this document with a type.DocumentDocument. type(DocumentType type)Build up this document with a type.Methods in org.gedcomx.conclusion with parameters of type Document Modifier and Type Method Description ConclusionConclusion. analysis(Document analysis)Add a reference to the analysis for this conclusion.DocumentDocument. analysis(Document analysis)EventEvent. analysis(Document analysis)EventRoleEventRole. analysis(Document analysis)FactFact. analysis(Document analysis)GenderGender. analysis(Document analysis)NameName. analysis(Document analysis)PersonPerson. analysis(Document analysis)PlaceDescriptionPlaceDescription. analysis(Document analysis)RelationshipRelationship. analysis(Document analysis)SubjectSubject. analysis(Document analysis)voidDocument. embed(Document document)Embed a document. -
Uses of Document in org.gedcomx.records
Methods in org.gedcomx.records with parameters of type Document Modifier and Type Method Description FieldValueFieldValue. analysis(Document analysis) -
Uses of Document in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Document Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitDocument(Document document)voidGedcomxModelVisitor. visitDocument(Document document)voidGedcomxModelVisitorBase. visitDocument(Document document)
-