org.geotools.metadata.iso.constraint
Class SecurityConstraintsImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.constraint.ConstraintsImpl
                  extended by org.geotools.metadata.iso.constraint.SecurityConstraintsImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.constraint.Constraints, org.opengis.metadata.constraint.SecurityConstraints

public class SecurityConstraintsImpl
extends ConstraintsImpl
implements org.opengis.metadata.constraint.SecurityConstraints

Handling restrictions imposed on the resource for national security or similar security concerns.

Since:
2.1
Version:
$Id: SecurityConstraintsImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
Constructor Summary
SecurityConstraintsImpl()
          Creates an initially empty security constraints.
SecurityConstraintsImpl(org.opengis.metadata.constraint.Classification classification)
          Creates a security constraints initialized with the specified classification.
SecurityConstraintsImpl(org.opengis.metadata.constraint.SecurityConstraints source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 org.opengis.metadata.constraint.Classification getClassification()
          Returns the name of the handling restrictions on the resource.
 org.opengis.util.InternationalString getClassificationSystem()
          Returns the name of the classification system.
 org.opengis.util.InternationalString getHandlingDescription()
          Returns the additional information about the restrictions on handling the resource.
 org.opengis.util.InternationalString getUserNote()
          Returns the explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.
 void setClassification(org.opengis.metadata.constraint.Classification newValue)
          Set the name of the handling restrictions on the resource.
 void setClassificationSystem(org.opengis.util.InternationalString newValue)
          Set the name of the classification system.
 void setHandlingDescription(org.opengis.util.InternationalString newValue)
          Set the additional information about the restrictions on handling the resource.
 void setUserNote(org.opengis.util.InternationalString newValue)
          Set the explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.
 
Methods inherited from class org.geotools.metadata.iso.constraint.ConstraintsImpl
getUseLimitation, setUseLimitation
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class org.geotools.metadata.ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class org.geotools.metadata.AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.metadata.constraint.Constraints
getUseLimitation
 

Constructor Detail

SecurityConstraintsImpl

public SecurityConstraintsImpl()
Creates an initially empty security constraints.


SecurityConstraintsImpl

public SecurityConstraintsImpl(org.opengis.metadata.constraint.SecurityConstraints source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4

SecurityConstraintsImpl

public SecurityConstraintsImpl(org.opengis.metadata.constraint.Classification classification)
Creates a security constraints initialized with the specified classification.

Method Detail

getClassification

public org.opengis.metadata.constraint.Classification getClassification()
Returns the name of the handling restrictions on the resource.

Specified by:
getClassification in interface org.opengis.metadata.constraint.SecurityConstraints

setClassification

public void setClassification(org.opengis.metadata.constraint.Classification newValue)
Set the name of the handling restrictions on the resource.


getUserNote

public org.opengis.util.InternationalString getUserNote()
Returns the explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.

Specified by:
getUserNote in interface org.opengis.metadata.constraint.SecurityConstraints

setUserNote

public void setUserNote(org.opengis.util.InternationalString newValue)
Set the explanation of the application of the legal constraints or other restrictions and legal prerequisites for obtaining and using the resource.


getClassificationSystem

public org.opengis.util.InternationalString getClassificationSystem()
Returns the name of the classification system.

Specified by:
getClassificationSystem in interface org.opengis.metadata.constraint.SecurityConstraints

setClassificationSystem

public void setClassificationSystem(org.opengis.util.InternationalString newValue)
Set the name of the classification system.


getHandlingDescription

public org.opengis.util.InternationalString getHandlingDescription()
Returns the additional information about the restrictions on handling the resource.

Specified by:
getHandlingDescription in interface org.opengis.metadata.constraint.SecurityConstraints

setHandlingDescription

public void setHandlingDescription(org.opengis.util.InternationalString newValue)
Set the additional information about the restrictions on handling the resource.



Copyright © 1996-2010 Geotools. All Rights Reserved.