Uses of Class
org.apache.sis.metadata.iso.citation.DefaultResponsibility
Packages that use DefaultResponsibility
Package
Description
JAXB adapters for metadata.
Reference to the data or service (citation, responsible party, contact information).
Information about legal and security constraints placed on data.
-
Uses of DefaultResponsibility in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultResponsibilityModifier and TypeMethodDescriptionCI_Responsibility.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<cit:CI_Responsibility>
XML element.CI_ResponsibleParty.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<gmd:CI_ResponsibleParty>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultResponsibilityModifier and TypeMethodDescriptionprotected Class
<DefaultResponsibility> CI_Responsibility.getBoundType()
Returns the type which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultResponsibilityModifier and TypeMethodDescriptionvoid
CI_Responsibility.setElement
(DefaultResponsibility value) Invoked by JAXB at unmarshalling time for storing the result temporarily.void
CI_ResponsibleParty.setElement
(DefaultResponsibility value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected CI_Responsibility
CI_Responsibility.wrap
(DefaultResponsibility value) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<cit:CI_Responsibility>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultResponsibilityModifierConstructorDescriptionprivate
Constructor for theCI_Responsibility.wrap(org.apache.sis.metadata.iso.citation.DefaultResponsibility)
method only. -
Uses of DefaultResponsibility in org.apache.sis.metadata.iso.citation
Subclasses of DefaultResponsibility in org.apache.sis.metadata.iso.citationModifier and TypeClassDescriptionclass
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 DefaultResponsibilityModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.Constructs a new instance initialized with the values from the specified metadata object. -
Uses of DefaultResponsibility in org.apache.sis.metadata.iso.constraint
Fields in org.apache.sis.metadata.iso.constraint with type parameters of type DefaultResponsibilityModifier and TypeFieldDescriptionprivate Collection
<DefaultResponsibility> DefaultReleasability.addressees
Party to which the release statement applies.private Collection
<DefaultResponsibility> DefaultConstraints.responsibleParties
Party responsible for the resource constraints.Methods in org.apache.sis.metadata.iso.constraint that return types with arguments of type DefaultResponsibilityModifier and TypeMethodDescriptionDefaultReleasability.getAddressees()
Returns the parties to which the release statement applies.DefaultConstraints.getResponsibleParties()
Returns the parties responsible for the resource constraints.private Collection
<DefaultResponsibility> DefaultConstraints.getResponsibleParty()
Method parameters in org.apache.sis.metadata.iso.constraint with type arguments of type DefaultResponsibilityModifier and TypeMethodDescriptionvoid
DefaultReleasability.getAddressees
(Collection<? extends DefaultResponsibility> newValues) Deprecated.void
DefaultReleasability.setAddressees
(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.
DefaultReleasability.setAddressees(Collection)
.