|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.constraint.ConstraintsImpl
org.geotools.metadata.iso.constraint.SecurityConstraintsImpl
public class SecurityConstraintsImpl
Handling restrictions imposed on the resource for national security or similar security concerns.
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 |
---|
public SecurityConstraintsImpl()
public SecurityConstraintsImpl(org.opengis.metadata.constraint.SecurityConstraints source)
public SecurityConstraintsImpl(org.opengis.metadata.constraint.Classification classification)
Method Detail |
---|
public org.opengis.metadata.constraint.Classification getClassification()
getClassification
in interface org.opengis.metadata.constraint.SecurityConstraints
public void setClassification(org.opengis.metadata.constraint.Classification newValue)
public org.opengis.util.InternationalString getUserNote()
getUserNote
in interface org.opengis.metadata.constraint.SecurityConstraints
public void setUserNote(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getClassificationSystem()
getClassificationSystem
in interface org.opengis.metadata.constraint.SecurityConstraints
public void setClassificationSystem(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getHandlingDescription()
getHandlingDescription
in interface org.opengis.metadata.constraint.SecurityConstraints
public void setHandlingDescription(org.opengis.util.InternationalString newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |