Package org.gedcomx.source
Interface ReferencesSources
- All Known Implementing Classes:
Conclusion,Document,Event,EventRole,Fact,Field,FieldValue,Gender,Name,Person,PlaceDescription,Relationship,SourceDescription,Subject
public interface ReferencesSources
Conclusion data that references sources.
- Author:
- Ryan Heaton
-
Method Summary
Modifier and TypeMethodDescriptionThe references to the sources of a conclusion resource.voidsetSources(List<SourceReference> notes) The references to the sources of a conclusion resource.
-
Method Details
-
getSources
List<SourceReference> getSources()The references to the sources of a conclusion resource.- Returns:
- The references to the sources of a conclusion resource.
-
setSources
The references to the sources of a conclusion resource.- Parameters:
notes- The references to the sources of a conclusion resource.
-