Class NamespaceISO19139
- java.lang.Object
-
- org.gcube.datatransfer.resolver.util.NamespaceISO19139
-
- Direct Known Subclasses:
NamespaceCsw
public abstract class NamespaceISO19139 extends Object
The Class NamespaceISO19139.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it May 16, 2017
-
-
Constructor Summary
Constructors Constructor Description NamespaceISO19139()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceCSW()Gets the namespace csw.StringgetNamespaceDC()Gets the namespace dc.StringgetNamespaceDCT()Gets the namespace dct.StringgetNamespaceGCO()Gets the namespace gco.StringgetNamespaceGEONET()Gets the namespace geonet.StringgetNamespaceGMD()Gets the namespace gmd.StringgetNamespaceGML()Gets the namespace gml.StringgetNamespaceGMX()Gets the namespace gmx.StringgetNamespaceGTS()Gets the namespace gts.StringgetNamespaceOWS()Gets the namespace ows.StringgetNamespaceSRV()Gets the namespace srv.StringgetNamespaceWMS()Gets the namespace wms.StringgetNamespaceXLINK()Gets the namespace xlink.StringgetNamespaceXSI()Gets the namespace xsi.StringgetPrefixCSW()Gets the prefix csw.StringgetPrefixDC()Gets the prefix dc.StringgetPrefixDCT()Gets the prefix dct.StringgetPrefixGCO()Gets the prefix gco.StringgetPrefixGEONET()Gets the prefix geonet.StringgetPrefixGMD()Gets the prefix gmd.StringgetPrefixGML()Gets the prefix gml.StringgetPrefixGMX()Gets the prefix gmx.StringgetPrefixGTS()Gets the prefix gts.StringgetPrefixOWS()Gets the prefix ows.StringgetPrefixSRV()Gets the prefix srv.StringgetPrefixWMS()Gets the prefix wms.StringgetPrefixXLINK()Gets the prefix xlink.StringgetPrefixXSI()Gets the prefix xsi.StringtoString()
-
-
-
Method Detail
-
getNamespaceCSW
public String getNamespaceCSW()
Gets the namespace csw.- Returns:
- the namespace csw
-
getNamespaceDC
public String getNamespaceDC()
Gets the namespace dc.- Returns:
- the namespace dc
-
getNamespaceOWS
public String getNamespaceOWS()
Gets the namespace ows.- Returns:
- the namespace ows
-
getNamespaceGMD
public String getNamespaceGMD()
Gets the namespace gmd.- Returns:
- the namespace gmd
-
getNamespaceGCO
public String getNamespaceGCO()
Gets the namespace gco.- Returns:
- the namespace gco
-
getNamespaceXLINK
public String getNamespaceXLINK()
Gets the namespace xlink.- Returns:
- the namespace xlink
-
getNamespaceSRV
public String getNamespaceSRV()
Gets the namespace srv.- Returns:
- the namespace srv
-
getNamespaceXSI
public String getNamespaceXSI()
Gets the namespace xsi.- Returns:
- the namespace xsi
-
getNamespaceGML
public String getNamespaceGML()
Gets the namespace gml.- Returns:
- the namespace gml
-
getNamespaceGTS
public String getNamespaceGTS()
Gets the namespace gts.- Returns:
- the namespace gts
-
getNamespaceGEONET
public String getNamespaceGEONET()
Gets the namespace geonet.- Returns:
- the namespace geonet
-
getPrefixCSW
public String getPrefixCSW()
Gets the prefix csw.- Returns:
- the prefix csw
-
getPrefixGMD
public String getPrefixGMD()
Gets the prefix gmd.- Returns:
- the prefix gmd
-
getPrefixOWS
public String getPrefixOWS()
Gets the prefix ows.- Returns:
- the prefix ows
-
getPrefixDC
public String getPrefixDC()
Gets the prefix dc.- Returns:
- the prefix dc
-
getPrefixGCO
public String getPrefixGCO()
Gets the prefix gco.- Returns:
- the prefix gco
-
getPrefixXLINK
public String getPrefixXLINK()
Gets the prefix xlink.- Returns:
- the prefix xlink
-
getPrefixSRV
public String getPrefixSRV()
Gets the prefix srv.- Returns:
- the prefix srv
-
getPrefixGML
public String getPrefixGML()
Gets the prefix gml.- Returns:
- the prefix gml
-
getPrefixGTS
public String getPrefixGTS()
Gets the prefix gts.- Returns:
- the prefix gts
-
getPrefixGEONET
public String getPrefixGEONET()
Gets the prefix geonet.- Returns:
- the prefix geonet
-
getPrefixXSI
public String getPrefixXSI()
Gets the prefix xsi.- Returns:
- the prefix xsi
-
getPrefixGMX
public String getPrefixGMX()
Gets the prefix gmx.- Returns:
- the prefix gmx
-
getNamespaceGMX
public String getNamespaceGMX()
Gets the namespace gmx.- Returns:
- the namespace gmx
-
getPrefixWMS
public String getPrefixWMS()
Gets the prefix wms.- Returns:
- the prefix wms
-
getNamespaceWMS
public String getNamespaceWMS()
Gets the namespace wms.- Returns:
- the namespace wms
-
getNamespaceDCT
public String getNamespaceDCT()
Gets the namespace dct.- Returns:
- the namespace dct
-
getPrefixDCT
public String getPrefixDCT()
Gets the prefix dct.- Returns:
- the prefix dct
-
-