Uses of Class
org.gedcomx.common.Note

Packages that use Note
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
 Note Note.attribution(Attribution attribution)
          Build up this note with attribution.
 Note Note.id(String id)
           
 Note Note.lang(String lang)
          Build up this note with a locale.
 Note Note.link(Link link)
           
 Note Note.link(String rel, URI href)
           
 Note Note.subject(String text)
          Build up this note with a subject.
 Note Note.text(String text)
          Build up this note with some text.
 

Methods in org.gedcomx.common that return types with arguments of type Note
 List<Note> HasNotes.getNotes()
          The notes of a conclusion resource.
 

Method parameters in org.gedcomx.common with type arguments of type Note
 void HasNotes.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
 List<Note> Conclusion.getNotes()
          Notes about a person.
 

Methods in org.gedcomx.conclusion with parameters of type Note
 void Conclusion.addNote(Note note)
          Add a note.
 PlaceDescription PlaceDescription.note(Note note)
           
 Document Document.note(Note note)
           
 Person Person.note(Note note)
           
 Conclusion Conclusion.note(Note note)
          Build up this conclusion with a note.
 Gender Gender.note(Note note)
           
 Relationship Relationship.note(Note note)
           
 Event Event.note(Note note)
           
 EventRole EventRole.note(Note note)
           
 Name Name.note(Note note)
           
 Fact Fact.note(Note note)
           
 Subject Subject.note(Note note)
           
 

Method parameters in org.gedcomx.conclusion with type arguments of type Note
 void Conclusion.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
 FieldValue FieldValue.note(Note note)
           
 

Uses of Note in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type Note
 void GedcomxModelVisitorBase.visitNote(Note note)
           
 void GedcomxModelVisitor.visitNote(Note note)
           
 void GedcomxLocalReferenceResolver.visitNote(Note note)
           
 

Uses of Note in org.gedcomx.source
 

Methods in org.gedcomx.source that return types with arguments of type Note
 List<Note> SourceDescription.getNotes()
          Notes about a source.
 

Methods in org.gedcomx.source with parameters of type Note
 SourceDescription SourceDescription.note(Note note)
          Build out this source description with a note.
 

Method parameters in org.gedcomx.source with type arguments of type Note
 void SourceDescription.setNotes(List<Note> notes)
          Notes about a source.
 



Copyright © 2015. All rights reserved.