org.geotools.metadata.iso.identification
Class ServiceIdentificationImpl

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by IdentificationImpl
                  extended by ServiceIdentificationImpl
All Implemented Interfaces:
Serializable, Cloneable, Identification, ServiceIdentification

public class ServiceIdentificationImpl
extends IdentificationImpl
implements ServiceIdentification

Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour.

Since:
2.1
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
ServiceIdentificationImpl()
          Constructs an initially empty service identification.
ServiceIdentificationImpl(ServiceIdentification source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 
Methods inherited from class IdentificationImpl
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus, setAbstract, setAggregationInfo, setCitation, setCredits, setDescriptiveKeywords, setGraphicOverviews, setPointOfContacts, setPurpose, setResourceConstraints, setResourceFormat, setResourceMaintenance, setResourceSpecificUsages, setStatus
 
Methods inherited from class MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Identification
getAbstract, getAggregationInfo, getCitation, getCredits, getDescriptiveKeywords, getGraphicOverviews, getPointOfContacts, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsages, getStatus
 

Constructor Detail

ServiceIdentificationImpl

public ServiceIdentificationImpl()
Constructs an initially empty service identification.


ServiceIdentificationImpl

public ServiceIdentificationImpl(ServiceIdentification source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4


Copyright © 1996-2014 Geotools. All Rights Reserved.