org.geotoolkit.metadata.fra
Class FRA_Constraints

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

@ThreadSafe
public class FRA_Constraints
extends DefaultConstraints

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

<complexType name="FRA_Constraints_Type">
  <complexContent>
    <extension base="{http://www.isotc211.org/2005/gmd}MD_Constraints_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_Constraints()
          Constructs an initially empty constraints.
FRA_Constraints(Constraints 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 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
 

Constructor Detail

FRA_Constraints

public FRA_Constraints()
Constructs an initially empty constraints.


FRA_Constraints

public FRA_Constraints(Constraints 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.