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
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 TypeMethodDescriptionvoid
SV_OperationChainMetadata.setElement
(DefaultOperationChainMetadata value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected SV_OperationChainMetadata
SV_OperationChainMetadata.wrap
(DefaultOperationChainMetadata value) Invoked byPropertyType
at 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 DefaultOperationChainMetadataModifierConstructorDescriptionprivate
Constructor for theSV_OperationChainMetadata.wrap(org.apache.sis.metadata.iso.identification.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.containsChain
Information 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 TypeMethodDescriptionvoid
DefaultServiceIdentification.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.