|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.constraint.ConstraintsImpl org.geotools.metadata.iso.constraint.SecurityConstraintsImpl
Handling restrictions imposed on the resource for national security or similar security concerns.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
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. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this security constraints with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
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. |
int |
hashCode()
Returns a hash code value for this constraints. |
void |
setClassification(org.opengis.metadata.constraint.Classification newValue)
Set the name of the handling restrictions on the resource. |
void |
setClassificatonSystem(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. |
java.lang.String |
toString()
Returns a string representation of this constraints. |
Methods inherited from class org.geotools.metadata.iso.constraint.ConstraintsImpl |
getUseLimitation, setUseLimitation |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, 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.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 setClassificatonSystem(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)
protected void freeze()
freeze
in class ConstraintsImpl
public boolean equals(java.lang.Object object)
equals
in class ConstraintsImpl
public int hashCode()
hashCode
in class ConstraintsImpl
public java.lang.String toString()
toString
in class ConstraintsImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |