|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.citation.SeriesImpl
public class SeriesImpl
Information about the series, or aggregate dataset, to which a dataset belongs.
Field Summary |
---|
Fields inherited from class org.geotools.metadata.AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
SeriesImpl()
Constructs a default series. |
|
SeriesImpl(java.lang.CharSequence name)
Constructs a series with the specified name. |
|
SeriesImpl(org.opengis.metadata.citation.Series source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
java.lang.String |
getIssueIdentification()
Returns information identifying the issue of the series. |
org.opengis.util.InternationalString |
getName()
Returne the name of the series, or aggregate dataset, of which the dataset is a part. |
java.lang.String |
getPage()
Returns details on which pages of the publication the article was published. |
void |
setIssueIdentification(java.lang.String newValue)
Set information identifying the issue of the series. |
void |
setName(org.opengis.util.InternationalString newValue)
Set the name of the series, or aggregate dataset, of which the dataset is a part. |
void |
setPage(java.lang.String newValue)
Set details on which pages of the publication the article was published. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class org.geotools.metadata.ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class org.geotools.metadata.AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SeriesImpl()
public SeriesImpl(org.opengis.metadata.citation.Series source)
public SeriesImpl(java.lang.CharSequence name)
Method Detail |
---|
public org.opengis.util.InternationalString getName()
getName
in interface org.opengis.metadata.citation.Series
public void setName(org.opengis.util.InternationalString newValue)
public java.lang.String getIssueIdentification()
getIssueIdentification
in interface org.opengis.metadata.citation.Series
public void setIssueIdentification(java.lang.String newValue)
public java.lang.String getPage()
getPage
in interface org.opengis.metadata.citation.Series
public void setPage(java.lang.String newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |