public class LegalConstraintsImpl extends ConstraintsImpl implements LegalConstraints
LOGGER| Constructor and Description |
|---|
LegalConstraintsImpl()
Constructs an initially empty constraints.
|
LegalConstraintsImpl(LegalConstraints source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Restriction> |
getAccessConstraints()
Returns the access constraints applied to assure the protection of privacy or intellectual
property, and any special restrictions or limitations on obtaining the resource.
|
Collection<InternationalString> |
getOtherConstraints()
Returns the other restrictions and legal prerequisites for accessing and using the resource.
|
Collection<Restriction> |
getUseConstraints()
Returns the constraints applied to assure the protection of privacy or intellectual property,
and any special restrictions or limitations or warnings on using the resource.
|
void |
setAccessConstraints(Collection<? extends Restriction> newValues)
Set the access constraints applied to assure the protection of privacy or intellectual
property, and any special restrictions or limitations on obtaining the resource.
|
void |
setOtherConstraints(Collection<? extends InternationalString> newValues)
Set the other restrictions and legal prerequisites for accessing and using the resource.
|
void |
setUseConstraints(Collection<? extends Restriction> newValues)
Set the constraints applied to assure the protection of privacy or intellectual property, and
any special restrictions or limitations or warnings on using the resource.
|
getUseLimitation, setUseLimitationensureNonNull, getStandardcheckWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiableasMap, asTree, equals, getInterface, hashCode, toStringgetUseLimitationpublic LegalConstraintsImpl()
public LegalConstraintsImpl(LegalConstraints source)
public Collection<Restriction> getAccessConstraints()
getAccessConstraints in interface LegalConstraintspublic void setAccessConstraints(Collection<? extends Restriction> newValues)
public Collection<Restriction> getUseConstraints()
getUseConstraints in interface LegalConstraintspublic void setUseConstraints(Collection<? extends Restriction> newValues)
public Collection<InternationalString> getOtherConstraints()
getOtherConstraints in interface LegalConstraintspublic void setOtherConstraints(Collection<? extends InternationalString> newValues)
Copyright © 1996–2019 Geotools. All rights reserved.