public class RecordSet extends HypermediaEnabledData
extensionElements, transientProperties| Constructor and Description |
|---|
RecordSet() |
| Modifier and Type | Method and Description |
|---|---|
RecordSet |
extensionElement(Object element) |
String |
getLang()
The language of this genealogical data set.
|
Gedcomx |
getMetadata()
Metadata about this record set; shared among all records in the set.
|
List<Gedcomx> |
getRecords()
The records included in this genealogical data set.
|
RecordSet |
id(String id)
Build up this object with an id.
|
RecordSet |
lang(String lang)
Build out this record set with a lang.
|
RecordSet |
link(Link link)
Build up this data with a link.
|
RecordSet |
link(String rel,
URI href)
Build up this data with a link.
|
RecordSet |
metadata(Gedcomx metadata)
Build out this record set with metadata.
|
RecordSet |
record(Gedcomx record)
Build out this record set with a record.
|
void |
setLang(String lang)
The language of this genealogical data set.
|
void |
setMetadata(Gedcomx metadata)
Metadata about this record set; shared among all records in the set.
|
void |
setRecords(List<Gedcomx> records)
The records included in this genealogical data set.
|
addLink, addLink, addTemplatedLink, embed, getLink, getLinks, getLinks, setLinksaddExtensionElement, embed, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toStringpublic RecordSet id(String id)
ExtensibleDataid in class ExtensibleDataid - The id.public RecordSet extensionElement(Object element)
extensionElement in class ExtensibleDatapublic RecordSet link(String rel, URI href)
HypermediaEnabledDatalink in class HypermediaEnabledDatarel - The rel.href - The href.public RecordSet link(Link link)
HypermediaEnabledDatalink in class HypermediaEnabledDatalink - The link.public String getLang()
public void setLang(String lang)
lang - The language of this genealogical data.public RecordSet lang(String lang)
lang - The lang.public Gedcomx getMetadata()
public void setMetadata(Gedcomx metadata)
metadata - Metadata about this record set; shared among all records in the set.public RecordSet metadata(Gedcomx metadata)
metadata - The metadata.public List<Gedcomx> getRecords()
public void setRecords(List<Gedcomx> records)
records - The records included in this genealogical data set.Copyright © 2016. All rights reserved.