public class DefaultPlatform extends ISOMetadata implements Platform
Defined in the sis-metadata
module
identifiers, LOGGER
Constructor and Description |
---|
DefaultPlatform()
Constructs an initially empty platform.
|
DefaultPlatform(Platform object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultPlatform |
castOrCopy(Platform object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Citation |
getCitation()
Returns the source where information about the platform is described.
|
InternationalString |
getDescription()
Gets the narrative description of the platform supporting the instrument.
|
Identifier |
getIdentifier()
Returns the unique identification of the platform.
|
Collection<Instrument> |
getInstruments()
Gets the instrument(s) mounted on a platform.
|
Collection<ResponsibleParty> |
getSponsors()
Returns the organization responsible for building, launch, or operation of the platform.
|
void |
setCitation(Citation newValue)
Sets the source where information about the platform is described.
|
void |
setDescription(InternationalString newValue)
Sets the narrative description of the platform supporting the instrument.
|
void |
setIdentifier(Identifier newValue)
Sets the unique identification of the platform.
|
void |
setInstruments(Collection<? extends Instrument> newValues)
Sets the instrument(s) mounted on a platform.
|
void |
setSponsors(Collection<? extends ResponsibleParty> newValues)
Sets the organization responsible for building, launch, or operation of the platform.
|
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public DefaultPlatform()
public DefaultPlatform(Platform object)
object
- The metadata to copy values from, or null
if none.castOrCopy(Platform)
public static DefaultPlatform castOrCopy(Platform object)
null
, then this method returns null
.DefaultPlatform
, then it is returned unchanged.DefaultPlatform
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 Citation getCitation()
null
if unspecified.getCitation
in interface Platform
null
.public void setCitation(Citation newValue)
newValue
- The new citation value.public Identifier getIdentifier()
getIdentifier
in interface Platform
null
.public void setIdentifier(Identifier newValue)
newValue
- The new identifier value.public InternationalString getDescription()
getDescription
in interface Platform
null
.public void setDescription(InternationalString newValue)
newValue
- The new description value.public Collection<ResponsibleParty> getSponsors()
getSponsors
in interface Platform
public void setSponsors(Collection<? extends ResponsibleParty> newValues)
newValues
- The new sponsors values;public Collection<Instrument> getInstruments()
getInstruments
in interface Platform
public void setInstruments(Collection<? extends Instrument> newValues)
newValues
- The new instruments values.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.