Uses of Class
org.apache.sis.metadata.iso.citation.DefaultResponsibility
-
Packages that use DefaultResponsibility 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. -
-
Uses of DefaultResponsibility in org.apache.sis.metadata.iso.citation
Subclasses of DefaultResponsibility in org.apache.sis.metadata.iso.citation Modifier and Type Class Description class
DefaultResponsibleParty
Identification of, and means of communication with, person(s) and organizations associated with the dataset.Constructors in org.apache.sis.metadata.iso.citation with parameters of type DefaultResponsibility Constructor 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. -
Uses of DefaultResponsibility in org.apache.sis.metadata.iso.constraint
Methods in org.apache.sis.metadata.iso.constraint that return types with arguments of type DefaultResponsibility Modifier and Type Method 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.Method parameters in org.apache.sis.metadata.iso.constraint with type arguments of type DefaultResponsibility Modifier and Type Method 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.
-