Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v1.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v2.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v3.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
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 | Field and Description |
---|---|
static PersistCodec<MAPBasicServiceCode,MAPExt_BasicServiceCode,CAP1Proto.MAP_CommonDataTypes_Ext_BasicServiceCode> |
CAP1Codecs.MAP_CommonDataTypes_Ext_BasicServiceCode
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Ext-BasicServiceCode
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPBasicServiceCode,MAPExt_BasicServiceCode,CAP2Proto.MAP_CommonDataTypes_Ext_BasicServiceCode> |
CAP2Codecs.MAP_CommonDataTypes_Ext_BasicServiceCode
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Ext-BasicServiceCode
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPBasicServiceCode,MAPExt_BasicServiceCode,CAP3Proto.MAP_CommonDataTypes_Ext_BasicServiceCode> |
CAP3Codecs.MAP_CommonDataTypes_Ext_BasicServiceCode
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Ext-BasicServiceCode
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPBasicServiceCode,MAPExt_BasicServiceCode,CAP4Proto.MAP_CommonDataTypes_Ext_BasicServiceCode> |
CAP4Codecs.MAP_CommonDataTypes_Ext_BasicServiceCode
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Ext-BasicServiceCode
|
Modifier and Type | Class and Description |
---|---|
class |
MAPExt_BasicServiceCode
API for MAP-CommonDataTypes.Ext-BasicServiceCode.
|
Modifier and Type | Method and Description |
---|---|
MAPBasicServiceCode |
MAPBasicServiceCode.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPBasicServiceCode |
MAPBasicServiceCode.copyOf(MAPBasicServiceCode 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.
|
MAPBasicServiceCode |
MAPSS_IncompatibilityCause.getBasicService()
Gets the value of the field basicService.
|
MAPBasicServiceCode |
MAPSS_ForBS_Code.getBasicService()
Gets the value of the field basicService.
|
MAPBasicServiceCode |
MAPRegisterSS_Arg.getBasicService()
Gets the value of the field basicService.
|
MAPBasicServiceCode |
MAPForwardingFeature.getBasicService()
Gets the value of the field basicService.
|
MAPBasicServiceCode |
MAPCallBarringFeature.getBasicService()
Gets the value of the field basicService.
|
MAPBasicServiceCode |
MAPCCBS_Feature.getBasicServiceGroup()
Gets the value of the field basicServiceGroup.
|
MAPBasicServiceCode[] |
MAPSS_Data.getBasicServiceGroupList()
Gets the value of the field basicServiceGroupList.
|
MAPBasicServiceCode[] |
MAPInterrogateSS_Res.getBasicServiceGroupList()
Gets the value of the basicServiceGroupList choice.
|
MAPBasicServiceCode |
MAPBasicServiceCode.setBearerService(byte[] value)
Sets the value of the bearerService choice.
|
MAPBasicServiceCode |
MAPBasicServiceCode.setTeleservice(byte[] value)
Sets the value of the teleservice choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPExt_BasicServiceCode |
MAPExt_BasicServiceCode.copyOf(MAPBasicServiceCode 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.
|
static MAPBasicServiceCode |
MAPBasicServiceCode.copyOf(MAPBasicServiceCode 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.
|
MAPSS_IncompatibilityCause |
MAPSS_IncompatibilityCause.setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
MAPSS_ForBS_Code |
MAPSS_ForBS_Code.setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
MAPRegisterSS_Arg |
MAPRegisterSS_Arg.setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
MAPForwardingFeature |
MAPForwardingFeature.setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
MAPCallBarringFeature |
MAPCallBarringFeature.setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.
|
MAPCCBS_Feature |
MAPCCBS_Feature.setBasicServiceGroup(MAPBasicServiceCode value)
Sets the value of the field basicServiceGroup.
|
MAPSS_Data |
MAPSS_Data.setBasicServiceGroupList(MAPBasicServiceCode[] value)
Sets the value of the field basicServiceGroupList.
|
MAPInterrogateSS_Res |
MAPInterrogateSS_Res.setBasicServiceGroupList(MAPBasicServiceCode[] value)
Sets the value of the basicServiceGroupList choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPBasicServiceCode,MAPBasicServiceCode,MAPProto.MAP_CommonDataTypes_BasicServiceCode> |
MAPCodecs.MAP_CommonDataTypes_BasicServiceCode
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.BasicServiceCode
|
static PersistCodec<MAPBasicServiceCode,MAPBasicServiceCode,MAPProto.MAP_CommonDataTypes_BasicServiceCode> |
MAPCodecs.MAP_CommonDataTypes_BasicServiceCode
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.BasicServiceCode
|
static PersistCodec<MAPBasicServiceCode,MAPExt_BasicServiceCode,MAPProto.MAP_CommonDataTypes_Ext_BasicServiceCode> |
MAPCodecs.MAP_CommonDataTypes_Ext_BasicServiceCode
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Ext-BasicServiceCode
|