Class MCRIIIFService

java.lang.Object
org.mycore.iiif.model.MCRIIIFBase
org.mycore.iiif.presentation.model.attributes.MCRIIIFService
All Implemented Interfaces:
Cloneable

public class MCRIIIFService extends MCRIIIFBase
A link to a service that makes more functionality available for the resource, such as from an image to the base URI of an associated IIIF Image API service. The service resource should have additional information associated with it in order to allow the client to determine how to make appropriate use of it, such as a profile link to a service description. It may also have relevant information copied from the service itself. This duplication is permitted in order to increase the performance of rendering the object without necessitating additional HTTP requests.
See Also:
  • Field Details

  • Constructor Details

    • MCRIIIFService

      public MCRIIIFService(String id, String context)
  • Method Details

    • getProfile

      public String getProfile()
    • setProfile

      public void setProfile(String profile)