public static enum SESUtils.SesNamespace extends Enum<SESUtils.SesNamespace>
Enum Constant and Description |
---|
ESSF
prefix:
essf namespace: http://www.opengis.net/es-sf/0.0 |
MUWS1
prefix:
muws1 namespace: http://docs.oasis-open.org/wsdm/muws1-2.xsd |
MUWS2
prefix:
muws2 namespace: http://docs.oasis-open.org/wsdm/muws2-2.xsd |
OWS
prefix:
ows namespace: http://www.opengis.net/ows/1.1 |
SES
Official SES namespace used in OGC 11-088r1.
|
SML
prefix:
sml namespace: http://www.opengis.net/sensorML/1.0.1 |
SOAP_ENV
prefix:
SOAP-ENV namespace: http://www.w3.org/2003/05/soap-envelope |
WSA
prefix:
wsa namespace: http://www.w3.org/2005/08/addressing |
WSDL
prefix:
wsdl namespace: http://schemas.xmlsoap.org/wsdl/ |
WSDL_SOAP12
prefix:
wsdl-soap12 namespace: http://schemas.xmlsoap.org/wsdl/soap12/ |
WSN_B
prefix:
wsn-b namespace: http://docs.oasis-open.org/wsn/b-2 |
WSN_BR
prefix:
wsn-br namespace: http://docs.oasis-open.org/wsn/br-2 |
WSN_T
prefix:
wsn-t namespace: http://docs.oasis-open.org/wsn/t-1 |
WSNTW
prefix:
wsntw namespace: http://docs.oasis-open.org/wsn/bw-2 |
WSRF_BF
prefix:
wsrf-bf namespace: http://docs.oasis-open.org/wsrf/bf-2 |
WSRF_R
prefix:
wsrf-r namespace: http://docs.oasis-open.org/wsrf/r-2 |
WSRF_RL
prefix:
wsrf-rl namespace: http://docs.oasis-open.org/wsrf/rl-2 |
WSRF_RP
prefix:
wsrf-rp namespace: http://docs.oasis-open.org/wsrf/rp-2 |
WSRMD
prefix:
wsrmd namespace: http://docs.oasis-open.org/wsrf/rmd-1 |
WSX
prefix:
wsx namespace: http://schemas.xmlsoap.org/ws/2004/09/mex |
XLINK
prefix:
xlink namespace: http://www.w3.org/1999/xlink |
XSD
prefix:
s namespace: http://www.w3.org/2001/XMLSchema |
XSI
prefix:
xsi namespace: http://www.w3.org/2001/XMLSchema-instance |
Modifier and Type | Method and Description |
---|---|
QName |
createQNameFor(String localPart) |
String |
getNamespace() |
String |
getPrefix() |
static SESUtils.SesNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SESUtils.SesNamespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SESUtils.SesNamespace SES
SES
ses
http://www.opengis.net/ses/0.0
public static final SESUtils.SesNamespace WSA
wsa
http://www.w3.org/2005/08/addressing
public static final SESUtils.SesNamespace ESSF
essf
http://www.opengis.net/es-sf/0.0
public static final SESUtils.SesNamespace WSDL
wsdl
http://schemas.xmlsoap.org/wsdl/
public static final SESUtils.SesNamespace WSDL_SOAP12
wsdl-soap12
http://schemas.xmlsoap.org/wsdl/soap12/
public static final SESUtils.SesNamespace XSD
s
http://www.w3.org/2001/XMLSchema
public static final SESUtils.SesNamespace WSX
wsx
http://schemas.xmlsoap.org/ws/2004/09/mex
public static final SESUtils.SesNamespace WSRF_R
wsrf-r
http://docs.oasis-open.org/wsrf/r-2
public static final SESUtils.SesNamespace WSRF_RL
wsrf-rl
http://docs.oasis-open.org/wsrf/rl-2
public static final SESUtils.SesNamespace WSRF_BF
wsrf-bf
http://docs.oasis-open.org/wsrf/bf-2
public static final SESUtils.SesNamespace WSRF_RP
wsrf-rp
http://docs.oasis-open.org/wsrf/rp-2
public static final SESUtils.SesNamespace WSRMD
wsrmd
http://docs.oasis-open.org/wsrf/rmd-1
public static final SESUtils.SesNamespace WSN_B
wsn-b
http://docs.oasis-open.org/wsn/b-2
public static final SESUtils.SesNamespace WSN_BR
wsn-br
http://docs.oasis-open.org/wsn/br-2
public static final SESUtils.SesNamespace WSNTW
wsntw
http://docs.oasis-open.org/wsn/bw-2
public static final SESUtils.SesNamespace WSN_T
wsn-t
http://docs.oasis-open.org/wsn/t-1
public static final SESUtils.SesNamespace MUWS1
muws1
http://docs.oasis-open.org/wsdm/muws1-2.xsd
public static final SESUtils.SesNamespace MUWS2
muws2
http://docs.oasis-open.org/wsdm/muws2-2.xsd
public static final SESUtils.SesNamespace SML
sml
http://www.opengis.net/sensorML/1.0.1
public static final SESUtils.SesNamespace OWS
ows
http://www.opengis.net/ows/1.1
public static final SESUtils.SesNamespace XLINK
xlink
http://www.w3.org/1999/xlink
public static final SESUtils.SesNamespace SOAP_ENV
SOAP-ENV
http://www.w3.org/2003/05/soap-envelope
public static final SESUtils.SesNamespace XSI
xsi
http://www.w3.org/2001/XMLSchema-instance
public static SESUtils.SesNamespace[] values()
for (SESUtils.SesNamespace c : SESUtils.SesNamespace.values()) System.out.println(c);
public static SESUtils.SesNamespace valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getPrefix()
public String getNamespace()
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.