com.supermap.services.wfs

Class DatasetNamespaceConfig

  • java.lang.Object
    • com.supermap.services.wfs.DatasetNamespaceConfig
  • All Implemented Interfaces:
    java.io.Serializable


    public class DatasetNamespaceConfig
    extends java.lang.Object
    implements java.io.Serializable
    

    Dataset namespace configuration class

    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDatasetName()
      Get the dataset name
      java.lang.String getDatasourceName()
      Gets the datasource name.
      java.lang.String getLocalPart() 
      java.lang.String getNamespaceURL()
      Get the namespace url
      java.lang.String getPrefix()
      Get the namespace prefix
      boolean isValid()
      Whether the dataset namespace configuration is available
      void setDatasetName(java.lang.String datasetName)
      Set the dataset name
      void setDatasourceName(java.lang.String datasourceName)
      Set the name of the datasource
      void setLocalPart(java.lang.String localPart) 
      void setNamespaceURL(java.lang.String namespaceURL)
      Set the namespace url
      void setPrefix(java.lang.String prefix)
      Set the namespace prefix
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DatasetNamespaceConfig

        public DatasetNamespaceConfig()
        

        The Constructor.

      • DatasetNamespaceConfig

        public DatasetNamespaceConfig(DatasetNamespaceConfig setting)
        

        The Constructor.

        Parameters:
        setting -
    • Method Detail

      • isValid

        public boolean isValid()
        

        Whether the dataset namespace configuration is available

        Returns:
        boolean, indicates whether the dataset namespace configuration is available
      • getDatasourceName

        public java.lang.String getDatasourceName()
        

        Gets the datasource name.

        Returns:
        the datasource name
      • setDatasourceName

        public void setDatasourceName(java.lang.String datasourceName)
        

        Set the name of the datasource

        Parameters:
        datasourceName - the name of the datasource
      • getDatasetName

        public java.lang.String getDatasetName()
        

        Get the dataset name

        Returns:
        the dataset name
      • setDatasetName

        public void setDatasetName(java.lang.String datasetName)
        

        Set the dataset name

        Parameters:
        datasetName - the dataset name.
      • getPrefix

        public java.lang.String getPrefix()
        

        Get the namespace prefix

        Returns:
        the namespace prefix
      • setPrefix

        public void setPrefix(java.lang.String prefix)
        

        Set the namespace prefix

        Parameters:
        prefix - the namespace prefix
      • getLocalPart

        public java.lang.String getLocalPart()
        
      • setLocalPart

        public void setLocalPart(java.lang.String localPart)
        
      • getNamespaceURL

        public java.lang.String getNamespaceURL()
        

        Get the namespace url

        Returns:
        the namespace url
      • setNamespaceURL

        public void setNamespaceURL(java.lang.String namespaceURL)
        

        Set the namespace url

        Parameters:
        namespaceURL - the namespace url