Uses of Class
org.apache.sis.metadata.iso.identification.DefaultOperationChainMetadata
Packages that use DefaultOperationChainMetadata
Package
Description
JAXB adapters for metadata.
Information to uniquely identify the data or service.
-
Uses of DefaultOperationChainMetadata in org.apache.sis.internal.jaxb.metadata
Subclasses with type arguments of type DefaultOperationChainMetadata in org.apache.sis.internal.jaxb.metadataModifier and TypeClassDescriptionfinal classJAXB adapter mapping implementing class to the GeoAPI interface.Methods in org.apache.sis.internal.jaxb.metadata that return DefaultOperationChainMetadataModifier and TypeMethodDescriptionSV_OperationChainMetadata.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<srv:SV_OperationChainMetadata>XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultOperationChainMetadataModifier and TypeMethodDescriptionprotected Class<DefaultOperationChainMetadata> SV_OperationChainMetadata.getBoundType()Returns the type which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultOperationChainMetadataModifier and TypeMethodDescriptionvoidSV_OperationChainMetadata.setElement(DefaultOperationChainMetadata value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected SV_OperationChainMetadataSV_OperationChainMetadata.wrap(DefaultOperationChainMetadata value) Invoked byPropertyTypeat marshalling time for wrapping the given metadata value in a<srv:SV_OperationChainMetadata>XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultOperationChainMetadataModifierConstructorDescriptionprivateConstructor for theSV_OperationChainMetadata.wrap(DefaultOperationChainMetadata)method only. -
Uses of DefaultOperationChainMetadata in org.apache.sis.metadata.iso.identification
Fields in org.apache.sis.metadata.iso.identification with type parameters of type DefaultOperationChainMetadataModifier and TypeFieldDescriptionprivate Collection<DefaultOperationChainMetadata> DefaultServiceIdentification.containsChainInformation about the chain applied by the service.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type DefaultOperationChainMetadataModifier and TypeMethodDescriptionDefaultServiceIdentification.getContainsChain()Provides information about the chain applied by the service.private Collection<DefaultOperationChainMetadata> DefaultServiceIdentification.getOperationChain()Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type DefaultOperationChainMetadataModifier and TypeMethodDescriptionvoidDefaultServiceIdentification.setContainsChain(Collection<? extends DefaultOperationChainMetadata> newValues) Sets the information about the chain applied by the service.Constructors in org.apache.sis.metadata.iso.identification with parameters of type DefaultOperationChainMetadataModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.