Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSS_Data_v1
-
Packages that use MAPSS_Data_v1 Package Description 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. -
-
Uses of MAPSS_Data_v1 in com.opencloud.slee.resources.cgin.map
Subclasses of MAPSS_Data_v1 in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description class
MAPExt_SS_Data
API for MAP-MS-DataTypes.Ext-SS-Data.class
MAPSS_Data
API for MAP-SS-DataTypes.SS-Data.Methods in com.opencloud.slee.resources.cgin.map that return MAPSS_Data_v1 Modifier and Type Method Description MAPSS_Data_v1
MAPSS_Data_v1. clone()
Constructs a copy of this object and everything reachable from it.static MAPSS_Data_v1
MAPSS_Data_v1. copyOf(MAPSS_Data_v1 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_Data_v1
MAPSS_Information. getSs_Data_v1()
Gets the value of the ss-Data-v1 choice.MAPSS_Data_v1
MAPSS_Data_v1. setSs_Code(SSCode value)
Sets the value of the field ss-Code.MAPSS_Data_v1
MAPSS_Data_v1. setSs_Status(byte[] value)
Sets the value of the field ss-Status.MAPSS_Data_v1
MAPSS_Data_v1. setSs_SubscriptionOption_v1(MAPSS_SubscriptionOption_v1 value)
Sets the value of the field ss-SubscriptionOption-v1.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSS_Data_v1 Modifier and Type Method Description static MAPExt_SS_Data
MAPExt_SS_Data. copyOf(MAPSS_Data_v1 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 MAPSS_Data_v1
MAPSS_Data_v1. copyOf(MAPSS_Data_v1 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 MAPSS_Data
MAPSS_Data. copyOf(MAPSS_Data_v1 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_Information
MAPSS_Information. setSs_Data_v1(MAPSS_Data_v1 value)
Sets the value of the ss-Data-v1 choice. -
Uses of MAPSS_Data_v1 in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSS_Data_v1 Modifier and Type Field Description static PersistCodec<MAPSS_Data_v1,MAPExt_SS_Data,MAPProto.MAP_MS_DataTypes_Ext_SS_Data>
MAPCodecs. MAP_MS_DataTypes_Ext_SS_Data
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.Ext-SS-Datastatic PersistCodec<MAPSS_Data_v1,MAPSS_Data_v1,MAPProto.MAP_SS_DataTypes_ph1_SS_Data_v1>
MAPCodecs. MAP_SS_DataTypes_ph1_SS_Data_v1
Singleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.SS-Data-v1static PersistCodec<MAPSS_Data_v1,MAPSS_Data_v1,MAPProto.MAP_SS_DataTypes_ph1_SS_Data_v1>
MAPCodecs. MAP_SS_DataTypes_ph1_SS_Data_v1
Singleton codec for the ASN.1 type: MAP-SS-DataTypes-ph1.SS-Data-v1static PersistCodec<MAPSS_Data_v1,MAPSS_Data,MAPProto.MAP_SS_DataTypes_SS_Data>
MAPCodecs. MAP_SS_DataTypes_SS_Data
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-Data
-