Class FormatIdentifierResponse


  • public class FormatIdentifierResponse
    extends java.lang.Object
    FormatIdentifierResponse the object containing information returned by the identifier
    • Constructor Summary

      Constructors 
      Constructor Description
      FormatIdentifierResponse​(java.lang.String formatLiteral, java.lang.String mimeType, java.lang.String puid, java.lang.String matchedNamespace)
      Create a new FormatIdentifierResponse with mandatory parameters.
    • Constructor Detail

      • FormatIdentifierResponse

        public FormatIdentifierResponse​(java.lang.String formatLiteral,
                                        java.lang.String mimeType,
                                        java.lang.String puid,
                                        java.lang.String matchedNamespace)
        Create a new FormatIdentifierResponse with mandatory parameters.
        Parameters:
        formatLiteral - the literal version of the matched format response
        mimeType - the mime type of response
        puid - the puid that match format
        matchedNamespace - the base of format
    • Method Detail

      • getFormatLiteral

        public java.lang.String getFormatLiteral()
        Returns:
        the literal format
      • getMimetype

        public java.lang.String getMimetype()
        Returns:
        the mime-type
      • getPuid

        public java.lang.String getPuid()
        Returns:
        the puid
      • getMatchedNamespace

        public java.lang.String getMatchedNamespace()
        Returns:
        the matched namespace