Uses of Class
org.apache.sis.metadata.iso.identification.DefaultCoupledResource
Packages that use DefaultCoupledResource
Package
Description
JAXB adapters for metadata.
Information to uniquely identify the data or service.
-
Uses of DefaultCoupledResource in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultCoupledResourceModifier and TypeMethodDescriptionSV_CoupledResource.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<srv:SV_CoupledResource>XML element.Methods in org.apache.sis.internal.jaxb.metadata that return types with arguments of type DefaultCoupledResourceModifier and TypeMethodDescriptionprotected Class<DefaultCoupledResource>SV_CoupledResource.getBoundType()Returns the type which is bound by this adapter.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultCoupledResourceModifier and TypeMethodDescriptionvoidSV_CoupledResource.setElement(DefaultCoupledResource value) Invoked by JAXB at unmarshalling time for storing the result temporarily.protected SV_CoupledResourceSV_CoupledResource.wrap(DefaultCoupledResource value) Invoked byPropertyTypeat marshalling time for wrapping the given metadata value in a<srv:SV_CoupledResource>XML element.Constructors in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultCoupledResourceModifierConstructorDescriptionprivateConstructor for theSV_CoupledResource.wrap(org.apache.sis.metadata.iso.identification.DefaultCoupledResource)method only. -
Uses of DefaultCoupledResource in org.apache.sis.metadata.iso.identification
Fields in org.apache.sis.metadata.iso.identification with type parameters of type DefaultCoupledResourceModifier and TypeFieldDescriptionprivate Collection<DefaultCoupledResource>DefaultServiceIdentification.coupledResourcesFurther description of the data coupling in the case of tightly coupled services.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type DefaultCoupledResourceModifier and TypeMethodDescriptionDefaultServiceIdentification.getCoupledResources()Returns further description(s) of the data coupling in the case of tightly coupled services.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type DefaultCoupledResourceModifier and TypeMethodDescriptionvoidDefaultServiceIdentification.setCoupledResources(Collection<? extends DefaultCoupledResource> newValues) Sets further description(s) of the data coupling in the case of tightly coupled services.Constructors in org.apache.sis.metadata.iso.identification with parameters of type DefaultCoupledResourceModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object.