Uses of Class
com.opencloud.slee.resources.cgin.map.MAPRegisterSS_Arg
-
Packages that use MAPRegisterSS_Arg 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 MAPRegisterSS_Arg in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPRegisterSS_Arg Modifier and Type Method Description MAPRegisterSS_ArgMAPRegisterSS_Arg. clone()Constructs a copy of this object and everything reachable from it.static MAPRegisterSS_ArgMAPRegisterSS_Arg. copyOf(MAPRegisterSS_Arg 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.MAPRegisterSS_ArgMAPRegisterSS_Arg. setBasicService(MAPBasicServiceCode value)Sets the value of the field basicService.MAPRegisterSS_ArgMAPRegisterSS_Arg. setDefaultPriority(int value)Sets the value of the field defaultPriority and marks the field as present.MAPRegisterSS_ArgMAPRegisterSS_Arg. setDefaultPriorityPresent(boolean flag)Sets the presence or absence of the optional field defaultPriority.MAPRegisterSS_ArgMAPRegisterSS_Arg. setForwardedToNumber(AddressString value)Sets the value of the field forwardedToNumber.MAPRegisterSS_ArgMAPRegisterSS_Arg. setForwardedToSubaddress(ISDNSubaddress value)Sets the value of the field forwardedToSubaddress.MAPRegisterSS_ArgMAPRegisterSS_Arg. setLongFTN_SupportedPresent(boolean flag)Sets the presence or absence of the optional field longFTN-Supported.MAPRegisterSS_ArgMAPRegisterSS_Arg. setNbrUser(int value)Sets the value of the field nbrUser and marks the field as present.MAPRegisterSS_ArgMAPRegisterSS_Arg. setNbrUserPresent(boolean flag)Sets the presence or absence of the optional field nbrUser.MAPRegisterSS_ArgMAPRegisterSS_Arg. setNoReplyConditionTime(int value)Sets the value of the field noReplyConditionTime and marks the field as present.MAPRegisterSS_ArgMAPRegisterSS_Arg. setNoReplyConditionTimePresent(boolean flag)Sets the presence or absence of the optional field noReplyConditionTime.MAPRegisterSS_ArgMAPRegisterSS_Arg. setSs_Code(SSCode value)Sets the value of the field ss-Code.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPRegisterSS_Arg Modifier and Type Method Description static MAPRegisterSS_ArgMAPRegisterSS_Arg. copyOf(MAPRegisterSS_Arg 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.intMAPDialog. sendRegisterSS(long timeout, MAPRegisterSS_Arg argument)Issues a registerSS_v1 operation request on the dialog. -
Uses of MAPRegisterSS_Arg in com.opencloud.slee.resources.cgin.map.events
Constructors in com.opencloud.slee.resources.cgin.map.events with parameters of type MAPRegisterSS_Arg Constructor Description MAPRegisterSSRequestEvent(MAPDialog dialog, TcapOperation operation, MAPRegisterSS_Arg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)Initialise a new com.opencloud.slee.resources.cgin.map.events.MAPRegisterSSRequestEvent -
Uses of MAPRegisterSS_Arg in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPRegisterSS_Arg Modifier and Type Field Description static PersistCodec<MAPRegisterSS_Arg,MAPRegisterSS_Arg,MAPProto.MAP_SS_DataTypes_RegisterSS_Arg>MAPCodecs. MAP_SS_DataTypes_RegisterSS_ArgSingleton codec for the ASN.1 type: MAP-SS-DataTypes.RegisterSS-Argstatic PersistCodec<MAPRegisterSS_Arg,MAPRegisterSS_Arg,MAPProto.MAP_SS_DataTypes_RegisterSS_Arg>MAPCodecs. MAP_SS_DataTypes_RegisterSS_ArgSingleton codec for the ASN.1 type: MAP-SS-DataTypes.RegisterSS-Arg
-