public class SecurityConstraintsImpl extends ConstraintsImpl implements SecurityConstraints
LOGGER
Constructor and Description |
---|
SecurityConstraintsImpl()
Creates an initially empty security constraints.
|
SecurityConstraintsImpl(Classification classification)
Creates a security constraints initialized with the specified classification.
|
SecurityConstraintsImpl(SecurityConstraints source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
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)
Set the name of the handling restrictions on the resource.
|
void |
setClassificationSystem(InternationalString newValue)
Set the name of the classification system.
|
void |
setHandlingDescription(InternationalString newValue)
Set the additional information about the restrictions on handling the resource.
|
void |
setUserNote(InternationalString newValue)
Set the explanation of the application of the legal constraints or other restrictions and
legal prerequisites for obtaining and using the resource.
|
getUseLimitation, setUseLimitation
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
getUseLimitation
public SecurityConstraintsImpl()
public SecurityConstraintsImpl(SecurityConstraints source)
public SecurityConstraintsImpl(Classification classification)
public Classification getClassification()
getClassification
in interface SecurityConstraints
public void setClassification(Classification newValue)
public InternationalString getUserNote()
getUserNote
in interface SecurityConstraints
null
.public void setUserNote(InternationalString newValue)
public InternationalString getClassificationSystem()
getClassificationSystem
in interface SecurityConstraints
null
.public void setClassificationSystem(InternationalString newValue)
public InternationalString getHandlingDescription()
getHandlingDescription
in interface SecurityConstraints
null
.public void setHandlingDescription(InternationalString newValue)
Copyright © 1996–2019 Geotools. All rights reserved.