Uses of Class
org.gedcomx.records.Collection

Packages that use Collection
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
 List<Collection> Gedcomx.getCollections()
          The collections included in this genealogical data set.
 

Methods in org.gedcomx with parameters of type Collection
 void Gedcomx.addCollection(Collection collection)
          Add a collection to the data set.
 Gedcomx Gedcomx.collection(Collection collection)
          Build this out with a collection.
 

Method parameters in org.gedcomx with type arguments of type Collection
 void Gedcomx.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
 Collection Collection.attribution(Attribution attribution)
          Build out this collection with attribution.
 Collection Collection.content(CollectionContent content)
          Build out this collection with content.
 Collection Collection.id(String id)
           
 Collection Collection.identifier(Identifier identifier)
          Build out this collection with an identifier.
 Collection Collection.lang(String lang)
          Build out this collection with a lang.
 Collection Collection.link(Link link)
           
 Collection Collection.link(String rel, URI href)
           
 Collection Collection.size(Integer size)
          Build out this collection with size.
 Collection Collection.title(String title)
          Build out this collection with a title.
 

Methods in org.gedcomx.records with parameters of type Collection
 void Collection.embed(Collection collection)
          Embed another collection.
 

Uses of Collection in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type Collection
 void GedcomxModelVisitorBase.visitCollection(Collection collection)
           
 void GedcomxModelVisitor.visitCollection(Collection collection)
           
 void GedcomxLocalReferenceResolver.visitCollection(Collection collection)
           
 



Copyright © 2015. All rights reserved.