Class InspireUniqueResourceIdentifier

  • All Implemented Interfaces:
    InspireObject

    public class InspireUniqueResourceIdentifier
    extends Object
    implements InspireObject
    Service internal representation of INSPIRE unique resource identifier
    Since:
    1.0.0
    • Constructor Detail

      • InspireUniqueResourceIdentifier

        public InspireUniqueResourceIdentifier​(String code)
        constructor
        Parameters:
        code - the code of the identifier
    • Method Detail

      • getCode

        public String getCode()
        Get the code
        Returns:
        the code
      • getNamespace

        public String getNamespace()
        Get the namespace
        Returns:
        the namespaces
      • isSetNamespace

        public boolean isSetNamespace()
        Check if the namespace is set
        Returns:
        true, if the namespace is set
      • getMetadataUrl

        public String getMetadataUrl()
        Get the metadata URL
        Returns:
        the metadataUrl
      • isSetMetadataUrl

        public boolean isSetMetadataUrl()
        Check if the metadata URL is set
        Returns:
        true, if the metadata URL is set