Table of Contents

Class GenericMessage

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll

Provides the base class for MM7 message

public class GenericMessage
Inheritance
GenericMessage
Derived

Constructors

GenericMessage()

public GenericMessage()

Properties

MM7Version

Identifies the version of the interface supported by the VASP

public string MM7Version { get; set; }

Property Value

string

TransactionID

The identification of the request/response pair.

public string TransactionID { get; set; }

Property Value

string

Methods

AddNamespace(string, string)

Associates MM7 version number with MM7 Schema version

public static void AddNamespace(string version, string ns)

Parameters

version string

MM7 version number. f.e. 5.3.0

ns string

MM7 Schema version, f.e. http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5-MM7-1-0

GetNamespace()

Returns MM7 schema version.

protected string GetNamespace()

Returns

string