Uses of Class
com.opencloud.slee.resources.cgin.cap_v2.CAP2InitialDPArgExtension
-
Packages that use CAP2InitialDPArgExtension Package Description com.opencloud.slee.resources.cgin.cap_v2 Provides an API for the CAP v2 protocol.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 Provides an API for the CAP v3 protocol.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 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. -
-
Uses of CAP2InitialDPArgExtension in com.opencloud.slee.resources.cgin.cap_v2
Methods in com.opencloud.slee.resources.cgin.cap_v2 that return CAP2InitialDPArgExtension Modifier and Type Method Description CAP2InitialDPArgExtension
CAP2InitialDPArgExtension. clone()
Constructs a copy of this object and everything reachable from it.static CAP2InitialDPArgExtension
CAP2InitialDPArgExtension. copyOf(CAP2InitialDPArgExtension 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.CAP2InitialDPArgExtension
CAP2InitialDPArg. getInitialDPArgExtension()
Gets the value of the field initialDPArgExtension.CAP2InitialDPArgExtension
CAP2InitialDPArgExtension. setGmscAddress(AddressString value)
Sets the value of the field gmscAddress.CAP2InitialDPArgExtension
CAP2InitialDPArgExtension. setNaCarrierInformation(CAP2NACarrierInformation value)
Sets the value of the field naCarrierInformation.Methods in com.opencloud.slee.resources.cgin.cap_v2 with parameters of type CAP2InitialDPArgExtension Modifier and Type Method Description static CAP2InitialDPArgExtension
CAP2InitialDPArgExtension. copyOf(CAP2InitialDPArgExtension 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.CAP2InitialDPArg
CAP2InitialDPArg. setInitialDPArgExtension(CAP2InitialDPArgExtension value)
Sets the value of the field initialDPArgExtension. -
Uses of CAP2InitialDPArgExtension in com.opencloud.slee.resources.cgin.cap_v2.persist
Fields in com.opencloud.slee.resources.cgin.cap_v2.persist with type parameters of type CAP2InitialDPArgExtension Modifier and Type Field Description static PersistCodec<CAP2InitialDPArgExtension,CAP2InitialDPArgExtension,CAP2Proto.CAP_DataTypes_InitialDPArgExtension>
CAP2Codecs. CAP_DataTypes_InitialDPArgExtension
Singleton codec for the ASN.1 type: CAP-DataTypes.InitialDPArgExtensionstatic PersistCodec<CAP2InitialDPArgExtension,CAP2InitialDPArgExtension,CAP2Proto.CAP_DataTypes_InitialDPArgExtension>
CAP2Codecs. CAP_DataTypes_InitialDPArgExtension
Singleton codec for the ASN.1 type: CAP-DataTypes.InitialDPArgExtension -
Uses of CAP2InitialDPArgExtension in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP2InitialDPArgExtension Modifier and Type Method Description CAP3InitialDPArg
CAP3InitialDPArg. setInitialDPArgExtension(CAP2InitialDPArgExtension value)
Sets the value of the field initialDPArgExtension. -
Uses of CAP2InitialDPArgExtension in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP2InitialDPArgExtension Modifier and Type Field Description static PersistCodec<CAP2InitialDPArgExtension,CAP2InitialDPArgExtension,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_InitialDPArgExtension>
CAP3Codecs. CAP_gsmSSF_gsmSCF_ops_args_InitialDPArgExtension
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.InitialDPArgExtensionstatic PersistCodec<CAP2InitialDPArgExtension,CAP2InitialDPArgExtension,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_InitialDPArgExtension>
CAP3Codecs. CAP_gsmSSF_gsmSCF_ops_args_InitialDPArgExtension
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.InitialDPArgExtension -
Uses of CAP2InitialDPArgExtension in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP2InitialDPArgExtension in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description class
CAP4InitialDPArgExtension
API for CAP-gsmSSF-gsmSCF-ops-args.InitialDPArgExtension.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP2InitialDPArgExtension Modifier and Type Method Description static CAP4InitialDPArgExtension
CAP4InitialDPArgExtension. copyOf(CAP2InitialDPArgExtension 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. -
Uses of CAP2InitialDPArgExtension in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP2InitialDPArgExtension Modifier and Type Field Description static PersistCodec<CAP2InitialDPArgExtension,CAP4InitialDPArgExtension,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_InitialDPArgExtension>
CAP4Codecs. CAP_gsmSSF_gsmSCF_ops_args_InitialDPArgExtension
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.InitialDPArgExtension
-