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, setUseLimitationensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringgetUseLimitationpublic SecurityConstraintsImpl()
public SecurityConstraintsImpl(SecurityConstraints source)
public SecurityConstraintsImpl(Classification classification)
public Classification getClassification()
getClassification in interface SecurityConstraintspublic void setClassification(Classification newValue)
public InternationalString getUserNote()
getUserNote in interface SecurityConstraintsnull.public void setUserNote(InternationalString newValue)
public InternationalString getClassificationSystem()
getClassificationSystem in interface SecurityConstraintsnull.public void setClassificationSystem(InternationalString newValue)
public InternationalString getHandlingDescription()
getHandlingDescription in interface SecurityConstraintsnull.public void setHandlingDescription(InternationalString newValue)
Copyright © 1996–2019 Geotools. All rights reserved.