Uses of Class
org.apache.sis.metadata.iso.constraint.DefaultReleasability
Packages that use DefaultReleasability
Package
Description
JAXB adapters for metadata.
Information about legal and security constraints placed on data.
-
Uses of DefaultReleasability in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultReleasabilityModifier and TypeMethodDescriptionfinal DefaultReleasability
MD_Releasability.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mco:MD_Releasability>
XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultReleasabilityModifier and TypeMethodDescriptionprotected final Class
<DefaultReleasability> MD_Releasability.getBoundType()
Returns the GeoAPI interface which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultReleasabilityModifier and TypeMethodDescriptionfinal void
MD_Releasability.setElement
(DefaultReleasability value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected MD_Releasability
MD_Releasability.Since2014.wrap
(DefaultReleasability value) Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.protected MD_Releasability
MD_Releasability.wrap
(DefaultReleasability value) Invoked byPropertyType
at marshalling time for wrapping the given metadata value in a<mco:MD_Releasability>
XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultReleasabilityModifierConstructorDescriptionprivate
Constructor for theMD_Releasability.wrap(org.apache.sis.metadata.iso.constraint.DefaultReleasability)
method only. -
Uses of DefaultReleasability in org.apache.sis.metadata.iso.constraint
Fields in org.apache.sis.metadata.iso.constraint declared as DefaultReleasabilityModifier and TypeFieldDescriptionprivate DefaultReleasability
DefaultConstraints.releasability
Information concerning the parties to whom the resource can or cannot be released.Methods in org.apache.sis.metadata.iso.constraint that return DefaultReleasabilityModifier and TypeMethodDescriptionDefaultConstraints.getReleasability()
Returns information concerning the parties to whom the resource can or cannot be released.Methods in org.apache.sis.metadata.iso.constraint with parameters of type DefaultReleasabilityModifier and TypeMethodDescriptionvoid
DefaultConstraints.setReleasability
(DefaultReleasability newValue) Sets the information concerning the parties to whom the resource.Constructors in org.apache.sis.metadata.iso.constraint with parameters of type DefaultReleasabilityModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.