Uses of Class
org.gedcomx.records.Collection
-
Packages that use Collection Package Description org.gedcomx The base GEDCOM X data format.org.gedcomx.records The sources model.org.gedcomx.rt -
-
Uses of Collection in org.gedcomx
Methods in org.gedcomx that return types with arguments of type Collection Modifier and Type Method Description Stream<Collection>Gedcomx. collections()Create a stream of the collections in this data set.List<Collection>Gedcomx. getCollections()The collections included in this genealogical data set.Methods in org.gedcomx with parameters of type Collection Modifier and Type Method Description voidGedcomx. addCollection(Collection collection)Add a collection to the data set.GedcomxGedcomx. collection(Collection collection)Build this out with a collection.Method parameters in org.gedcomx with type arguments of type Collection Modifier and Type Method Description voidGedcomx. setCollections(List<Collection> collections)The collections included in this genealogical data set. -
Uses of Collection in org.gedcomx.records
Methods in org.gedcomx.records that return Collection Modifier and Type Method Description CollectionCollection. attribution(Attribution attribution)Build out this collection with attribution.CollectionCollection. content(CollectionContent content)Build out this collection with content.CollectionCollection. extensionElement(Object element)CollectionCollection. id(String id)CollectionCollection. identifier(Identifier identifier)Build out this collection with an identifier.CollectionCollection. lang(String lang)Build out this collection with a lang.CollectionCollection. link(String rel, URI href)CollectionCollection. link(Link link)CollectionCollection. size(Integer size)Build out this collection with size.CollectionCollection. title(String title)Build out this collection with a title.Methods in org.gedcomx.records with parameters of type Collection Modifier and Type Method Description voidCollection. embed(Collection collection)Embed another collection. -
Uses of Collection in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type Collection Modifier and Type Method Description voidGedcomxLocalReferenceResolver. visitCollection(Collection collection)voidGedcomxModelVisitor. visitCollection(Collection collection)voidGedcomxModelVisitorBase. visitCollection(Collection collection)
-