Method Summary |
|
final void | addAuthority(String identifier, boolean asTitle) Adds the specified identifier as a CRS authority factory. |
public synchronized Collection | getAlternateTitles() Returns the short name or other language name by which the cited information is known. |
public synchronized Collection | getCitedResponsibleParties() Returns the name and position information for an individual or organization that is
responsible for the resource. |
public InternationalString | getCollectiveTitle() Returns the common title with holdings note. |
public synchronized Collection | getDates() Returns the reference date for the cited resource. |
public InternationalString | getEdition() Returns the version of the cited resource. |
public synchronized Date | getEditionDate() Returns the date of the edition, or
null if none. |
public String | getISBN() Returns the International Standard Book Number, or
null if none. |
public String | getISSN() Returns the International Standard Serial Number, or
null if none. |
public synchronized Collection | getIdentifierTypes() Returns the reference form of the unique identifier (ID). |
public synchronized Collection | getIdentifiers() Returns the unique identifier for the resource. |
public InternationalString | getOtherCitationDetails() Returns other information required to complete the citation that is not recorded elsewhere. |
public synchronized Collection | getPresentationForm() Returns the mode in which the resource is represented, or an empty string if none. |
public Series | getSeries() Returns the information about the series, or aggregate dataset, of which the dataset is
a part. |
public InternationalString | getTitle() Returns the name by which the cited resource is known. |
public synchronized void | setAlternateTitles(Collection newValues) Set the short name or other language name by which the cited information is known. |
public synchronized void | setCitedResponsibleParties(Collection newValues) Set the name and position information for an individual or organization that is responsible
for the resource. |
public synchronized void | setCollectiveTitle(InternationalString newValue) Set the common title with holdings note. |
public synchronized void | setDates(Collection newValues) Set the reference date for the cited resource. |
public synchronized void | setEdition(InternationalString newValue) Set the version of the cited resource. |
public synchronized void | setEditionDate(Date newValue) Set the date of the edition, or
null if none. |
public synchronized void | setISBN(String newValue) Set the International Standard Book Number, or
null if none. |
public synchronized void | setISSN(String newValue) Set the International Standard Serial Number, or
null if none. |
public synchronized void | setIdentifierTypes(Collection newValues) Set the reference form of the unique identifier (ID). |
public synchronized void | setIdentifiers(Collection newValues) Set the unique identifier for the resource. |
public synchronized void | setOtherCitationDetails(InternationalString newValue) Set other information required to complete the citation that is not recorded elsewhere. |
public synchronized void | setPresentationForm(Collection newValues) Set the mode in which the resource is represented, or an empty string if none. |
public synchronized void | setSeries(Series newValue) Set the information about the series, or aggregate dataset, of which the dataset is
a part. |
public synchronized void | setTitle(InternationalString newValue) Set the name by which the cited resource is known. |