|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bibliography.BiblioScope
public class BiblioScope
It represent an extent or scope of the content of the cited resource. It can include spatial location (a place name or geographic co-ordinates), temporal period (a period label, date, or date range), or both. Finally, it can have additional dynamic properties such as jurisdiction.
Field Summary | |
---|---|
Hashtable |
properties
It may contain additional properties related to the extend or scope of the cited resource. |
String |
spatialLocation
It defines a spatial location of the cited resource. |
String |
temporalPeriod
It defines temporal period of the cited resource. |
Constructor Summary | |
---|---|
BiblioScope()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Hashtable properties
jurisdiction => governmentAs with all properties, it is recommended to use a controlled vocabulary. Such vocabulary should be named
BibRefSupport.ATTR_SCOPE
.
public String spatialLocation
It defines a spatial location of the cited resource.
This specification does not suggest any rules for representing geographical names but implementations may consider Getty Thesaurus of Geographic Names, or MARC lists of countries and MARC list of geographical areas.
public String temporalPeriod
Constructor Detail |
---|
public BiblioScope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |