org.geotoolkit.metadata.fra
Class FRA_Constraints
Object
AbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultConstraints
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:
| Methods inherited from class ModifiableMetadata |
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
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.
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.