public class DefaultServiceIdentification extends AbstractIdentification implements ServiceIdentification
Defined in the sis-metadata
module
identifiers, LOGGER
Constructor and Description |
---|
DefaultServiceIdentification()
Constructs an initially empty service identification.
|
DefaultServiceIdentification(ServiceIdentification object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultServiceIdentification |
castOrCopy(ServiceIdentification object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
castOrCopy, getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormats, getResourceMaintenances, getResourceSpecificUsages, getStatus, setAbstract, setAggregationInfo, setCitation, setCredits, setDescriptiveKeywords, setGraphicOverviews, setPointOfContacts, setPurpose, setResourceConstraints, setResourceFormats, setResourceMaintenances, setResourceSpecificUsages, setStatus
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
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormats, getResourceMaintenances, getResourceSpecificUsages, getStatus
public DefaultServiceIdentification()
public DefaultServiceIdentification(ServiceIdentification object)
object
- The metadata to copy values from, or null
if none.castOrCopy(ServiceIdentification)
public static DefaultServiceIdentification castOrCopy(ServiceIdentification object)
null
, then this method returns null
.DefaultServiceIdentification
, then it is returned unchanged.DefaultServiceIdentification
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.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.