Package org.opengis.metadata.citation
Interface Series
-
@UML(identifier="CI_Series", specification=ISO_19115) public interface Series
Information about the series, or aggregate dataset, to which a dataset belongs.- Since:
- 1.0
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getIssueIdentification()
Information identifying the issue of the series.InternationalString
getName()
Name of the series, or aggregate dataset, of which the dataset is a part.java.lang.String
getPage()
Details on which pages of the publication the article was published.
-
-
-
Method Detail
-
getName
@UML(identifier="name", obligation=OPTIONAL, specification=ISO_19115) InternationalString getName()
Name of the series, or aggregate dataset, of which the dataset is a part. Returnsnull
if none.- Returns:
- The name of the series or aggregate dataset.
-
getIssueIdentification
@UML(identifier="issueIdentification", obligation=OPTIONAL, specification=ISO_19115) java.lang.String getIssueIdentification()
Information identifying the issue of the series.- Returns:
- Information identifying the issue of the series.
-
getPage
@UML(identifier="page", obligation=OPTIONAL, specification=ISO_19115) java.lang.String getPage()
Details on which pages of the publication the article was published.- Returns:
- Details on which pages of the publication the article was published.
-
-