Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.IMEIAddress
-
Packages that use IMEIAddress Package Description com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of IMEIAddress in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return IMEIAddress Modifier and Type Method Description IMEIAddress
CAP4InitialDPArgExtension. getIMEI()
Gets the value of the field iMEI.IMEIAddress
CAP4InitialDPSMSArg. getIMEI()
Gets the value of the field iMEI.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type IMEIAddress Modifier and Type Method Description CAP4InitialDPArgExtension
CAP4InitialDPArgExtension. setIMEI(IMEIAddress value)
Sets the value of the field iMEI.CAP4InitialDPSMSArg
CAP4InitialDPSMSArg. setIMEI(IMEIAddress value)
Sets the value of the field iMEI. -
Uses of IMEIAddress in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return IMEIAddress Modifier and Type Method Description IMEIAddress
MAPCheckIMEI_v1ArgSeq. getImei()
Gets the value of the field imei.IMEIAddress
MAPProvideSubscriberLocation_Arg. getImei()
Gets the value of the field imei.IMEIAddress
MAPSubscriberInfo. getImei()
Gets the value of the field imei.IMEIAddress
MAPSubscriberLocationReport_Arg. getImei()
Gets the value of the field imei.IMEIAddress
MAPADD_Info. getImeisv()
Gets the value of the field imeisv.IMEIAddress
MAPPrepareHO_Arg_v3. getImeisv()
Gets the value of the field imeisv.Methods in com.opencloud.slee.resources.cgin.map with parameters of type IMEIAddress Modifier and Type Method Description MAPCheckIMEI_Arg
MAPCheckIMEI_Arg. setImei(IMEIAddress value)
Sets the value of the field imei.MAPCheckIMEI_v1ArgSeq
MAPCheckIMEI_v1ArgSeq. setImei(IMEIAddress value)
Sets the value of the field imei.MAPProvideSubscriberLocation_Arg
MAPProvideSubscriberLocation_Arg. setImei(IMEIAddress value)
Sets the value of the field imei.MAPSubscriberInfo
MAPSubscriberInfo. setImei(IMEIAddress value)
Sets the value of the field imei.MAPSubscriberLocationReport_Arg
MAPSubscriberLocationReport_Arg. setImei(IMEIAddress value)
Sets the value of the field imei.MAPADD_Info
MAPADD_Info. setImeisv(IMEIAddress value)
Sets the value of the field imeisv.MAPPrepareHO_Arg_v3
MAPPrepareHO_Arg_v3. setImeisv(IMEIAddress value)
Sets the value of the field imeisv.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type IMEIAddress Constructor Description MAPCheckIMEI_v1ArgSeq(IMEIAddress Imei_param)
Constructs an object from given values for all fields. -
Uses of IMEIAddress in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc with type parameters of type IMEIAddress Modifier and Type Field Description static BCDStringCodec<IMEIAddress>
IMEIAddress. ADDRESS_CODEC
BCD string codec for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc that return IMEIAddress Modifier and Type Method Description IMEIAddress
IMEIAddress. clone()
Constructs a copy of this object and everything reachable from it.static IMEIAddress
IMEIAddress. copyOf(IMEIAddress 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.IMEIAddress
IMEIAddress. setAddress(String value)
Sets the value of the IMEI address.IMEIAddress
IMEIAddress. setAddress(String value, StringCodec<IMEIAddress> codec)
Sets the value of the IMEI address using the given codec.IMEIAddress
IMEIAddress. setAddressEncoded(byte[] encoded)
Sets the encoded value of the IMEI address to a clone of the given byte array.Methods in com.opencloud.slee.resources.in.datatypes.cc that return types with arguments of type IMEIAddress Modifier and Type Method Description StringCodec<IMEIAddress>
IMEIAddress. getAddressCodec()
Gets the codec used for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type IMEIAddress Modifier and Type Method Description static IMEIAddress
IMEIAddress. copyOf(IMEIAddress 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.Method parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type IMEIAddress Modifier and Type Method Description String
IMEIAddress. getAddress(StringCodec<IMEIAddress> codec)
Gets the value of the IMEI address using the given codec.IMEIAddress
IMEIAddress. setAddress(String value, StringCodec<IMEIAddress> codec)
Sets the value of the IMEI address using the given codec.Constructor parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type IMEIAddress Constructor Description IMEIAddress(String address, StringCodec<IMEIAddress> Address_codec)
Constructs a new IMEIAddress object from given arguments, using the given codecs for encoding fields of type String.
-