|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultConstraints
DefaultSecurityConstraints
@ThreadSafe public class DefaultSecurityConstraints
Handling restrictions imposed on the resource for national security or similar security concerns.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultSecurityConstraints()
Creates an initially empty security constraints. |
|
DefaultSecurityConstraints(Classification classification)
Creates a security constraints initialized with the specified classification. |
|
DefaultSecurityConstraints(SecurityConstraints source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultSecurityConstraints |
castOrCopy(SecurityConstraints object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Classification |
getClassification()
Returns the name of the handling restrictions on the resource. |
InternationalString |
getClassificationSystem()
Returns the name of the classification system. |
InternationalString |
getHandlingDescription()
Returns the additional information about the restrictions on handling the resource. |
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(Classification newValue)
Sets the name of the handling restrictions on the resource. |
void |
setClassificationSystem(InternationalString newValue)
Sets the name of the classification system. |
void |
setHandlingDescription(InternationalString newValue)
Sets the additional information about the restrictions on handling the resource. |
void |
setUserNote(InternationalString newValue)
Sets 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 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 |
| Methods inherited from interface Constraints |
|---|
getUseLimitations |
| Constructor Detail |
|---|
public DefaultSecurityConstraints()
public DefaultSecurityConstraints(SecurityConstraints source)
source - The metadata to copy, or null if none.public DefaultSecurityConstraints(Classification classification)
classification - The name of the handling restrictions on the resource.| Method Detail |
|---|
public static DefaultSecurityConstraints castOrCopy(SecurityConstraints object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public Classification getClassification()
getClassification in interface SecurityConstraintspublic void setClassification(Classification newValue)
newValue - The new classification.public InternationalString getUserNote()
getUserNote in interface SecurityConstraintspublic void setUserNote(InternationalString newValue)
newValue - The new user note.public InternationalString getClassificationSystem()
getClassificationSystem in interface SecurityConstraintspublic void setClassificationSystem(InternationalString newValue)
newValue - The new classification system.public InternationalString getHandlingDescription()
getHandlingDescription in interface SecurityConstraintspublic void setHandlingDescription(InternationalString newValue)
newValue - The new handling description.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||