Package | Description |
---|---|
org.apache.sis.metadata.iso.citation |
Reference to the data or service (citation, responsible party, contact information).
|
org.apache.sis.metadata.iso.constraint |
Information about legal and security constraints placed on data.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultResponsibleParty
Identification of, and means of communication with, person(s) and
organizations associated with the dataset.
|
Constructor and Description |
---|
DefaultResponsibility(DefaultResponsibility object)
Constructs a new instance initialized with the values from the specified metadata object.
|
DefaultResponsibleParty(DefaultResponsibility object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
Collection<DefaultResponsibility> |
DefaultReleasability.getAddressees()
Returns the parties to which the release statement applies.
|
Collection<DefaultResponsibility> |
DefaultConstraints.getResponsibleParties()
Returns the parties responsible for the resource constraints.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultReleasability.getAddressees(Collection<? extends DefaultResponsibility> newValues)
Sets the parties to which the release statement applies.
|
void |
DefaultConstraints.setResponsibleParties(Collection<? extends DefaultResponsibility> newValues)
Sets the parties responsible for the resource constraints.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.