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.SerializableDataset namespace configuration class
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description DatasetNamespaceConfig()The Constructor.DatasetNamespaceConfig(DatasetNamespaceConfig setting)The Constructor.
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDatasetName()Get the dataset namejava.lang.StringgetDatasourceName()Gets the datasource name.java.lang.StringgetLocalPart()java.lang.StringgetNamespaceURL()Get the namespace urljava.lang.StringgetPrefix()Get the namespace prefixbooleanisValid()Whether the dataset namespace configuration is availablevoidsetDatasetName(java.lang.String datasetName)Set the dataset namevoidsetDatasourceName(java.lang.String datasourceName)Set the name of the datasourcevoidsetLocalPart(java.lang.String localPart)voidsetNamespaceURL(java.lang.String namespaceURL)Set the namespace urlvoidsetPrefix(java.lang.String prefix)Set the namespace prefix
-
-
-
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
-
-