Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSS_ForBS_Code
-
Packages that use MAPSS_ForBS_Code Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.events Provides event wrapper classes 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_ForBS_Code in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSS_ForBS_Code Modifier and Type Method Description MAPSS_ForBS_Code
MAPSS_ForBS_Code. clone()
Constructs a copy of this object and everything reachable from it.static MAPSS_ForBS_Code
MAPSS_ForBS_Code. copyOf(MAPSS_ForBS_Code 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_ForBS_Code
MAPRequestedSubscriptionInfo. getRequestedSS_Info()
Gets the value of the field requestedSS-Info.MAPSS_ForBS_Code
MAPSS_ForBS_Code. setBasicService(MAPBasicServiceCode value)
Sets the value of the field basicService.MAPSS_ForBS_Code
MAPSS_ForBS_Code. setLongFTN_SupportedPresent(boolean flag)
Sets the presence or absence of the optional field longFTN-Supported.MAPSS_ForBS_Code
MAPSS_ForBS_Code. setSs_Code(SSCode value)
Sets the value of the field ss-Code.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPSS_ForBS_Code Modifier and Type Method Description static MAPSS_ForBS_Code
MAPSS_ForBS_Code. copyOf(MAPSS_ForBS_Code 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.int
MAPDialog. sendActivateSS(long timeout, MAPSS_ForBS_Code argument)
Issues an activateSS_v1 operation request on the dialog.int
MAPDialog. sendDeactivateSS(long timeout, MAPSS_ForBS_Code argument)
Issues a deactivateSS_v1 operation request on the dialog.int
MAPDialog. sendEraseSS(long timeout, MAPSS_ForBS_Code argument)
Issues an eraseSS_v1 operation request on the dialog.int
MAPDialog. sendInterrogateSS(long timeout, MAPSS_ForBS_Code argument)
Issues an interrogateSS_v1 operation request on the dialog.MAPRequestedSubscriptionInfo
MAPRequestedSubscriptionInfo. setRequestedSS_Info(MAPSS_ForBS_Code value)
Sets the value of the field requestedSS-Info. -
Uses of MAPSS_ForBS_Code in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPSS_ForBS_Code Constructor Description MAPActivateSSRequestEvent(MAPDialog dialog, TcapOperation operation, MAPSS_ForBS_Code argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPActivateSSRequestEventMAPDeactivateSSRequestEvent(MAPDialog dialog, TcapOperation operation, MAPSS_ForBS_Code argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPDeactivateSSRequestEventMAPEraseSSRequestEvent(MAPDialog dialog, TcapOperation operation, MAPSS_ForBS_Code argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPEraseSSRequestEventMAPInterrogateSSRequestEvent(MAPDialog dialog, TcapOperation operation, MAPSS_ForBS_Code argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPInterrogateSSRequestEvent -
Uses of MAPSS_ForBS_Code in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPSS_ForBS_Code Modifier and Type Field Description static PersistCodec<MAPSS_ForBS_Code,MAPSS_ForBS_Code,MAPProto.MAP_SS_DataTypes_SS_ForBS_Code>
MAPCodecs. MAP_SS_DataTypes_SS_ForBS_Code
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-ForBS-Codestatic PersistCodec<MAPSS_ForBS_Code,MAPSS_ForBS_Code,MAPProto.MAP_SS_DataTypes_SS_ForBS_Code>
MAPCodecs. MAP_SS_DataTypes_SS_ForBS_Code
Singleton codec for the ASN.1 type: MAP-SS-DataTypes.SS-ForBS-Code
-