Class SchemaLocation

    • Constructor Detail

      • SchemaLocation

        public SchemaLocation​(String namespace,
                              String schemaFileUrl)
        Constructor
        Parameters:
        namespace - Namespace
        schemaFileUrl - Schema file URL
    • Method Detail

      • getNamespace

        public String getNamespace()
        Get namespace of schema location
        Returns:
        namespace
      • getSchemaFileUrl

        public String getSchemaFileUrl()
        Get schema file URL
        Returns:
        schema file URL
      • getSchemaLocationString

        public String getSchemaLocationString()
        Returns:
        Schema location string
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object