org.geotoolkit.metadata.fra
Class FRA_LegalConstraints

Object
  extended by AbstractMetadata
      extended by ModifiableMetadata
          extended by MetadataEntity
              extended by DefaultConstraints
                  extended by DefaultLegalConstraints
                      extended by FRA_LegalConstraints
All Implemented Interfaces:
Serializable, Cloneable, LenientComparable, IdentifiedObject, Constraints, LegalConstraints

@ThreadSafe
public class FRA_LegalConstraints
extends DefaultLegalConstraints

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

<complexType name="FRA_LegalConstraints_Type">
  <complexContent>
    <extension base="{http://www.isotc211.org/2005/gmd}MD_LegalConstraints_Type">
      <sequence>
        <element name="citation" 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), Martin Desruisseaux (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_LegalConstraints()
          Constructs an initially empty constraints.
FRA_LegalConstraints(LegalConstraints source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 Collection<Citation> getCitations()
          Returns the documents that specifies the nature of the constraints.
 void setCitations(Collection<? extends Citation> newValues)
          Sets the documents that specifies the nature of the constraints.
 
Methods inherited from class DefaultLegalConstraints
castOrCopy, getAccessConstraints, getOtherConstraints, getUseConstraints, setAccessConstraints, setOtherConstraints, setUseConstraints
 
Methods inherited from class DefaultConstraints
castOrCopy, getUseLimitations, setUseLimitations
 
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 Constraints
getUseLimitations
 

Constructor Detail

FRA_LegalConstraints

public FRA_LegalConstraints()
Constructs an initially empty constraints.


FRA_LegalConstraints

public FRA_LegalConstraints(LegalConstraints source)
Constructs a metadata entity initialized with the values from the specified metadata.

Parameters:
source - The metadata to copy.
Method Detail

getCitations

public Collection<Citation> getCitations()
Returns the documents that specifies the nature of the constraints.

Returns:
Citations to the current documents.

setCitations

public void setCitations(Collection<? extends Citation> newValues)
Sets the documents that specifies the nature of the constraints.

Parameters:
newValues - Citation to the new documents.


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