Package org.somda.sdc.glue
Class GlueConstants
- java.lang.Object
-
- org.somda.sdc.glue.GlueConstants
-
public class GlueConstants extends Object
Any constants relevant to SDC Glue.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORITYstatic StringIPV4_ADDRESSstatic StringJAXB_CONTEXT_PATHJAXB context paths used to let JAXB recognize the BICEPS model.static StringLOC_CTXT_QUERYstatic StringOID_KEY_PURPOSE_SDC_SERVICE_CONSUMERKey purpose dot-notated OID that expresses compliance with all mandatory requirements for an SDC service consumer.static StringOID_KEY_PURPOSE_SDC_SERVICE_PROVIDERKey purpose dot-notated OID that expresses compliance with all mandatory requirements for an SDC service provider.static StringSCHEMA_PATHResource path to BICEPS XML Schemas.static StringSCHEME_SEGMENTSegmentNz and Segment regex definitions.static StringSCOPE_SDC_PROVIDERDefinition of the SDC participant discovery scope.static StringSEGMENT_NZ_REGEXstatic StringSEGMENT_REGEXstatic StringURI_REGEX
-
Constructor Summary
Constructors Constructor Description GlueConstants()
-
-
-
Field Detail
-
JAXB_CONTEXT_PATH
public static final String JAXB_CONTEXT_PATH
JAXB context paths used to let JAXB recognize the BICEPS model.- See Also:
- Constant Field Values
-
SCHEMA_PATH
public static final String SCHEMA_PATH
Resource path to BICEPS XML Schemas.- See Also:
- Constant Field Values
-
OID_KEY_PURPOSE_SDC_SERVICE_PROVIDER
public static final String OID_KEY_PURPOSE_SDC_SERVICE_PROVIDER
Key purpose dot-notated OID that expresses compliance with all mandatory requirements for an SDC service provider.- See Also:
- Constant Field Values
-
OID_KEY_PURPOSE_SDC_SERVICE_CONSUMER
public static final String OID_KEY_PURPOSE_SDC_SERVICE_CONSUMER
Key purpose dot-notated OID that expresses compliance with all mandatory requirements for an SDC service consumer.- See Also:
- Constant Field Values
-
SCOPE_SDC_PROVIDER
public static final String SCOPE_SDC_PROVIDER
Definition of the SDC participant discovery scope.This scope, encoded in accordance with SDC Glue clause 9.3, claims conformance with IEEE 11073-20701, published 2018.
-
SCHEME_SEGMENT
public static final String SCHEME_SEGMENT
SegmentNz and Segment regex definitions.- See Also:
- Constant Field Values
-
SEGMENT_NZ_REGEX
public static final String SEGMENT_NZ_REGEX
- See Also:
- Constant Field Values
-
SEGMENT_REGEX
public static final String SEGMENT_REGEX
- See Also:
- Constant Field Values
-
IPV4_ADDRESS
public static final String IPV4_ADDRESS
-
AUTHORITY
public static final String AUTHORITY
-
URI_REGEX
public static final String URI_REGEX
-
LOC_CTXT_QUERY
public static final String LOC_CTXT_QUERY
- See Also:
- Constant Field Values
-
-