Class XMLNoNamespaceSchema

java.lang.Object
edu.ucsb.nceas.metacat.service.XMLSchema
edu.ucsb.nceas.metacat.service.XMLNoNamespaceSchema

public class XMLNoNamespaceSchema extends XMLSchema
This class represents the information for a schema without a namespace
Author:
tao
  • Constructor Details

    • XMLNoNamespaceSchema

      public XMLNoNamespaceSchema(String noNamespaceSchemaLocation, String externalFileUri, String formatId)
      Constructor of the object
      Parameters:
      noNamespaceSchemaLocation - the uri of the noNamespaceSchemaLocation of the schema
      externalFileUri - the registered file url location for this schema
      formatId - the format id of a xml instance of the schema
  • Method Details

    • getNoNamespaceSchemaLocation

      public String getNoNamespaceSchemaLocation()
      Get the no-namespace-schemal-location uri
      Returns:
    • setNoNamespaceSchemaLocation

      public void setNoNamespaceSchemaLocation(String noNamespaceSchemaLocation)
      Set the no-namespace-schemal-location uri
      Parameters:
      noNamespaceSchemaLocation -
    • getType

      public static String getType()
      Return the type of schema. It always is "NoNamespaceSchema".
      Returns: