|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.common.ExtensibleData
org.gedcomx.links.HypermediaEnabledData
org.gedcomx.source.Coverage
public class Coverage
A description of the coverage of a resource.
| Field Summary |
|---|
| Fields inherited from class org.gedcomx.common.ExtensibleData |
|---|
extensionElements, transientProperties |
| Constructor Summary | |
|---|---|
Coverage()
|
|
| Method Summary | |
|---|---|
RecordType |
getKnownRecordType()
The type of record being covered in this collection, if any. |
URI |
getRecordType()
The type of record being covered, if any. |
PlaceReference |
getSpatial()
Spatial coverage. |
Date |
getTemporal()
Temporal coverage. |
Coverage |
recordType(RecordType recordType)
Build out this coverage with a record type. |
Coverage |
recordType(URI recordType)
Build out this coverage with a record type. |
void |
setKnownRecordType(RecordType type)
The type of record being covered in this collection, if any. |
void |
setRecordType(URI recordType)
The type of record being covered, if any. |
void |
setSpatial(PlaceReference spatial)
Spatial coverage. |
void |
setTemporal(Date temporal)
Temporal coverage. |
Coverage |
spatial(PlaceReference spatial)
Build out this coverage with spatial coverage. |
Coverage |
temporal(Date temporal)
Build out this coverage with temporal coverage. |
| Methods inherited from class org.gedcomx.links.HypermediaEnabledData |
|---|
addLink, addLink, addTemplatedLink, embed, getLink, getLinks, getLinks, link, link, setLinks |
| Methods inherited from class org.gedcomx.common.ExtensibleData |
|---|
addExtensionElement, embed, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, id, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Coverage()
| Method Detail |
|---|
public PlaceReference getSpatial()
public void setSpatial(PlaceReference spatial)
spatial - Spatial coverage.public Coverage spatial(PlaceReference spatial)
spatial - The spatial coverage.
public Date getTemporal()
public void setTemporal(Date temporal)
temporal - Temporal coverage.public Coverage temporal(Date temporal)
temporal - The temporal coverage.
public URI getRecordType()
public void setRecordType(URI recordType)
recordType - The type of record being covered.public Coverage recordType(URI recordType)
recordType - The record type.
public Coverage recordType(RecordType recordType)
recordType - The record type.
public RecordType getKnownRecordType()
public void setKnownRecordType(RecordType type)
type - The type of record being covered in this collection, if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||