public class DefaultReleasability extends ISOMetadata
Releasability
interface.
Limitations:
XML
instead.Defined in the sis-metadata
module
identifiers, LOGGER
Constructor and Description |
---|
DefaultReleasability()
Creates an initially empty releasability.
|
DefaultReleasability(DefaultReleasability object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
Collection<DefaultResponsibility> |
getAddressees()
Returns the parties to which the release statement applies.
|
void |
getAddressees(Collection<? extends DefaultResponsibility> newValues)
Sets the parties to which the release statement applies.
|
Collection<Restriction> |
getDisseminationConstraints()
Components in determining releasability.
|
void |
getDisseminationConstraints(Collection<? extends Restriction> newValues)
Sets the components in determining releasability.
|
InternationalString |
getStatement()
Returns the release statement.
|
void |
setStatement(InternationalString newValue)
Sets the release statement.
|
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public DefaultReleasability()
public DefaultReleasability(DefaultReleasability object)
object
- The metadata to copy values from, or null
if none.#castOrCopy(Releasability)
public Collection<DefaultResponsibility> getAddressees()
Responsibility
interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
public void getAddressees(Collection<? extends DefaultResponsibility> newValues)
Responsibility
interface
when GeoAPI will provide it (tentatively in GeoAPI 3.1).
newValues
- The new parties.public InternationalString getStatement()
null
if none.public void setStatement(InternationalString newValue)
newValue
- The new release statement.public Collection<Restriction> getDisseminationConstraints()
public void getDisseminationConstraints(Collection<? extends Restriction> newValues)
newValues
- The new components.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.