Uses of Class
org.gedcomx.records.CollectionContent
-
Packages that use CollectionContent Package Description org.gedcomx.records The sources model. -
-
Uses of CollectionContent in org.gedcomx.records
Methods in org.gedcomx.records that return CollectionContent Modifier and Type Method Description CollectionContentCollectionContent. completeness(Float completeness)Build out this content with completeness.CollectionContentCollectionContent. count(Integer count)Build out this collection content with a count.CollectionContentCollectionContent. extensionElement(Object element)CollectionContentCollectionContent. id(String id)CollectionContentCollectionContent. link(String rel, URI href)CollectionContentCollectionContent. link(Link link)CollectionContentCollectionContent. resourceType(URI resourceType)Build out the content with a resource type.CollectionContentCollectionContent. resourceType(ResourceType resourceType)Build out the content with a resource type.Methods in org.gedcomx.records that return types with arguments of type CollectionContent Modifier and Type Method Description List<CollectionContent>Collection. getContent()Descriptions of the content of this collection.Methods in org.gedcomx.records with parameters of type CollectionContent Modifier and Type Method Description voidCollection. addContent(CollectionContent content)Add a reference to the record content values being used as evidence.CollectionCollection. content(CollectionContent content)Build out this collection with content.Method parameters in org.gedcomx.records with type arguments of type CollectionContent Modifier and Type Method Description voidCollection. setContent(List<CollectionContent> content)Descriptions of the content of this collection.
-