org.geotoolkit.metadata.fra
Class FRA_DataIdentification

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by AbstractIdentification
                  extended by DefaultDataIdentification
                      extended by FRA_DataIdentification
All Implemented Interfaces:
Serializable, Cloneable, LenientComparable, IdentifiedObject, DataIdentification, Identification

@ThreadSafe
public class FRA_DataIdentification
extends DefaultDataIdentification

AFNOR extension to ISO DataIdentification. The following schema fragment specifies the expected content contained within this class.

<complexType name="FRA_DataIdentification_Type">
  <complexContent>
    <extension base="{http://www.isotc211.org/2005/gmd}MD_DataIdentification_Type">
      <sequence>
        <element name="relatedCitation" type="{http://www.isotc211.org/2005/gmd}CI_Citation_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Since:
3.00
Version:
3.03
Author:
Cédric Briançon (Geomatys), Guilhem Legal (Geomatys)
See Also:
Serialized Form
Module:
metadata/geotk-metadata-fra (download)    View source code for this class

Field Summary
 
Fields inherited from class MetadataEntity
identifiers
 
Fields inherited from class AbstractMetadata
LOGGER
 
Constructor Summary
FRA_DataIdentification()
          Constructs an initially empty data identification.
FRA_DataIdentification(DataIdentification source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 Collection<Citation> getRelatedCitations()
          Returns the documents at the origin of the creation of the identified resources.
 void setRelatedCitations(Collection<? extends Citation> newValues)
          Sets the documents at the origin of the creation of the identified resources.
 
Methods inherited from class DefaultDataIdentification
castOrCopy, getCharacterSets, getEnvironmentDescription, getExtents, getLanguages, getSpatialRepresentationTypes, getSpatialResolutions, getSupplementalInformation, getTopicCategories, setCharacterSets, setEnvironmentDescription, setExtents, setLanguages, setSpatialRepresentationTypes, setSpatialResolutions, setSupplementalInformation, setTopicCategories
 
Methods inherited from class AbstractIdentification
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
 
Methods inherited from class MetadataEntity
getIdentifier, getIdentifierMap, getIdentifiers, getStandard
 
Methods inherited from class ModifiableMetadata
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable
 
Methods inherited from class AbstractMetadata
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, 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, getResourceFormats, getResourceMaintenances, getResourceSpecificUsages, getStatus
 

Constructor Detail

FRA_DataIdentification

public FRA_DataIdentification()
Constructs an initially empty data identification.


FRA_DataIdentification

public FRA_DataIdentification(DataIdentification source)
Constructs a metadata entity initialized with the values from the specified metadata.

Parameters:
source - The metadata to copy.
Method Detail

getRelatedCitations

public Collection<Citation> getRelatedCitations()
Returns the documents at the origin of the creation of the identified resources.

Returns:
Citations to the current documents.

setRelatedCitations

public void setRelatedCitations(Collection<? extends Citation> newValues)
Sets the documents at the origin of the creation of the identified resources.

Parameters:
newValues - Citation to the new documents.


Copyright © 2009-2012 Geotoolkit.org. All Rights Reserved.