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 DefaultReleasabilityMD_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 voidMD_Releasability.setElement(DefaultReleasability value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected MD_ReleasabilityMD_Releasability.Since2014.wrap(DefaultReleasability value) Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.protected MD_ReleasabilityMD_Releasability.wrap(DefaultReleasability value) Invoked byPropertyTypeat 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 DefaultReleasabilityModifierConstructorDescriptionprivateConstructor 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 DefaultReleasabilityDefaultConstraints.releasabilityInformation 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 TypeMethodDescriptionvoidDefaultConstraints.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.