Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
MAPGPRSMSClass |
CAP4InitialDPSMSArg.getGPRSMSClass()
Gets the value of the field gPRSMSClass.
|
Modifier and Type | Method and Description |
---|---|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setGPRSMSClass(MAPGPRSMSClass value)
Sets the value of the field gPRSMSClass.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPGPRSMSClass,MAPGPRSMSClass,CAP4Proto.MAP_MS_DataTypes_GPRSMSClass> |
CAP4Codecs.MAP_MS_DataTypes_GPRSMSClass
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSMSClass
|
static PersistCodec<MAPGPRSMSClass,MAPGPRSMSClass,CAP4Proto.MAP_MS_DataTypes_GPRSMSClass> |
CAP4Codecs.MAP_MS_DataTypes_GPRSMSClass
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSMSClass
|
Modifier and Type | Method and Description |
---|---|
MAPGPRSMSClass |
MAPGPRSMSClass.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPGPRSMSClass |
MAPGPRSMSClass.copyOf(MAPGPRSMSClass from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPGPRSMSClass |
MAPSubscriberInfo.getGprs_MS_Class()
Gets the value of the field gprs-MS-Class.
|
MAPGPRSMSClass |
MAPGPRSMSClass.setMSNetworkCapability(byte[] value)
Sets the value of the field mSNetworkCapability.
|
MAPGPRSMSClass |
MAPGPRSMSClass.setMSRadioAccessCapability(byte[] value)
Sets the value of the field mSRadioAccessCapability.
|
Modifier and Type | Method and Description |
---|---|
static MAPGPRSMSClass |
MAPGPRSMSClass.copyOf(MAPGPRSMSClass from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.
|
MAPSubscriberInfo |
MAPSubscriberInfo.setGprs_MS_Class(MAPGPRSMSClass value)
Sets the value of the field gprs-MS-Class.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPGPRSMSClass,MAPGPRSMSClass,MAPProto.MAP_MS_DataTypes_GPRSMSClass> |
MAPCodecs.MAP_MS_DataTypes_GPRSMSClass
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSMSClass
|
static PersistCodec<MAPGPRSMSClass,MAPGPRSMSClass,MAPProto.MAP_MS_DataTypes_GPRSMSClass> |
MAPCodecs.MAP_MS_DataTypes_GPRSMSClass
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.GPRSMSClass
|