Uses of Class
org.gedcomx.records.CollectionContent

Packages that use CollectionContent
org.gedcomx.records The sources model. 
 

Uses of CollectionContent in org.gedcomx.records
 

Methods in org.gedcomx.records that return CollectionContent
 CollectionContent CollectionContent.completeness(Float completeness)
          Build out this content with completeness.
 CollectionContent CollectionContent.count(Integer count)
          Build out this collection content with a count.
 CollectionContent CollectionContent.id(String id)
           
 CollectionContent CollectionContent.link(Link link)
           
 CollectionContent CollectionContent.link(String rel, URI href)
           
 CollectionContent CollectionContent.resourceType(ResourceType resourceType)
          Build out the content with a resource type.
 CollectionContent CollectionContent.resourceType(URI resourceType)
          Build out the content with a resource type.
 

Methods in org.gedcomx.records that return types with arguments of type CollectionContent
 List<CollectionContent> Collection.getContent()
          Descriptions of the content of this collection.
 

Methods in org.gedcomx.records with parameters of type CollectionContent
 void Collection.addContent(CollectionContent content)
          Add a reference to the record content values being used as evidence.
 Collection Collection.content(CollectionContent content)
          Build out this collection with content.
 

Method parameters in org.gedcomx.records with type arguments of type CollectionContent
 void Collection.setContent(List<CollectionContent> content)
          Descriptions of the content of this collection.
 



Copyright © 2015. All rights reserved.