Uses of Class
org.gedcomx.common.Note
-
Packages that use Note Package Description org.gedcomx.common The id model defines the standard mechanisms for identifying genealogical entities.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. -
-
Uses of Note in org.gedcomx.common
Methods in org.gedcomx.common that return Note Modifier and Type Method Description NoteNote. attribution(Attribution attribution)Build up this note with attribution.NoteNote. extensionElement(Object element)NoteNote. id(String id)NoteNote. lang(String lang)Build up this note with a locale.NoteNote. link(String rel, URI href)NoteNote. link(Link link)NoteNote. subject(String text)Build up this note with a subject.NoteNote. text(String text)Build up this note with some text.Methods in org.gedcomx.common that return types with arguments of type Note Modifier and Type Method Description List<Note>HasNotes. getNotes()The notes of a conclusion resource.Method parameters in org.gedcomx.common with type arguments of type Note Modifier and Type Method Description voidHasNotes. setNotes(List<Note> notes)The notes of a conclusion resource. -
Uses of Note in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return types with arguments of type Note Modifier and Type Method Description List<Note>Conclusion. getNotes()Notes about a person.Stream<Note>Conclusion. notes()Create a stream for the notes of this conclusion.Methods in org.gedcomx.conclusion with parameters of type Note Modifier and Type Method Description voidConclusion. addNote(Note note)Add a note.ConclusionConclusion. note(Note note)Build up this conclusion with a note.DocumentDocument. note(Note note)EventEvent. note(Note note)EventRoleEventRole. note(Note note)FactFact. note(Note note)GenderGender. note(Note note)NameName. note(Note note)PersonPerson. note(Note note)PlaceDescriptionPlaceDescription. note(Note note)RelationshipRelationship. note(Note note)SubjectSubject. note(Note note)Method parameters in org.gedcomx.conclusion with type arguments of type Note Modifier and Type Method Description voidConclusion. setNotes(List<Note> notes)Notes about a person. -
Uses of Note in org.gedcomx.records
Methods in org.gedcomx.records with parameters of type Note Modifier and Type Method Description FieldValueFieldValue. note(Note note) -
Uses of Note in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Note Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitNote(Note note)voidGedcomxModelVisitor. visitNote(Note note)voidGedcomxModelVisitorBase. visitNote(Note note) -
Uses of Note in org.gedcomx.source
Methods in org.gedcomx.source that return types with arguments of type Note Modifier and Type Method Description List<Note>SourceDescription. getNotes()Notes about a source.Methods in org.gedcomx.source with parameters of type Note Modifier and Type Method Description SourceDescriptionSourceDescription. note(Note note)Build out this source description with a note.Method parameters in org.gedcomx.source with type arguments of type Note Modifier and Type Method Description voidSourceDescription. setNotes(List<Note> notes)Notes about a source.
-