public class DefaultSeries extends ISOMetadata implements Series
Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultSeries()
Constructs a default series.
|
DefaultSeries(CharSequence name)
Constructs a series with the specified name.
|
DefaultSeries(Series object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultSeries |
castOrCopy(Series object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
String |
getIssueIdentification()
Returns information identifying the issue of the series.
|
InternationalString |
getName()
Returns the name of the series, or aggregate dataset, of which the dataset is a part.
|
String |
getPage()
Returns details on which pages of the publication the article was published.
|
void |
setIssueIdentification(String newValue)
Sets information identifying the issue of the series.
|
void |
setName(InternationalString newValue)
Sets the name of the series, or aggregate dataset, of which the dataset is a part.
|
void |
setPage(String newValue)
Sets details on which pages of the publication the article was published.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultSeries()
public DefaultSeries(CharSequence name)
name - the name of the series of which the dataset is a part, or null.public DefaultSeries(Series object)
object - the metadata to copy values from, or null if none.castOrCopy(Series)public static DefaultSeries castOrCopy(Series object)
null, then this method returns null.DefaultSeries, then it is returned unchanged.DefaultSeries instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public InternationalString getName()
public void setName(InternationalString newValue)
newValue - the new name, or null if none.public String getIssueIdentification()
String is replaced by the InternationalString interface.
This change will be tentatively applied in GeoAPI 4.0.
getIssueIdentification in interface Seriesnull.public void setIssueIdentification(String newValue)
String is replaced by the InternationalString interface.
This change will be tentatively applied in GeoAPI 4.0.
newValue - the new issue identification, or null if none.public String getPage()
String is replaced by the InternationalString interface.
This change will be tentatively applied in GeoAPI 4.0.
public void setPage(String newValue)
String is replaced by the InternationalString interface.
This change will be tentatively applied in GeoAPI 4.0.
newValue - the new page, or null if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.