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 IMEIAddressCAP4InitialDPArgExtension. getIMEI()Gets the value of the field iMEI.IMEIAddressCAP4InitialDPSMSArg. 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 CAP4InitialDPArgExtensionCAP4InitialDPArgExtension. setIMEI(IMEIAddress value)Sets the value of the field iMEI.CAP4InitialDPSMSArgCAP4InitialDPSMSArg. 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 IMEIAddressMAPCheckIMEI_v1ArgSeq. getImei()Gets the value of the field imei.IMEIAddressMAPProvideSubscriberLocation_Arg. getImei()Gets the value of the field imei.IMEIAddressMAPSubscriberInfo. getImei()Gets the value of the field imei.IMEIAddressMAPSubscriberLocationReport_Arg. getImei()Gets the value of the field imei.IMEIAddressMAPADD_Info. getImeisv()Gets the value of the field imeisv.IMEIAddressMAPPrepareHO_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_ArgMAPCheckIMEI_Arg. setImei(IMEIAddress value)Sets the value of the field imei.MAPCheckIMEI_v1ArgSeqMAPCheckIMEI_v1ArgSeq. setImei(IMEIAddress value)Sets the value of the field imei.MAPProvideSubscriberLocation_ArgMAPProvideSubscriberLocation_Arg. setImei(IMEIAddress value)Sets the value of the field imei.MAPSubscriberInfoMAPSubscriberInfo. setImei(IMEIAddress value)Sets the value of the field imei.MAPSubscriberLocationReport_ArgMAPSubscriberLocationReport_Arg. setImei(IMEIAddress value)Sets the value of the field imei.MAPADD_InfoMAPADD_Info. setImeisv(IMEIAddress value)Sets the value of the field imeisv.MAPPrepareHO_Arg_v3MAPPrepareHO_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_CODECBCD string codec for field Address.Methods in com.opencloud.slee.resources.in.datatypes.cc that return IMEIAddress Modifier and Type Method Description IMEIAddressIMEIAddress. clone()Constructs a copy of this object and everything reachable from it.static IMEIAddressIMEIAddress. 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.IMEIAddressIMEIAddress. setAddress(String value)Sets the value of the IMEI address.IMEIAddressIMEIAddress. setAddress(String value, StringCodec<IMEIAddress> codec)Sets the value of the IMEI address using the given codec.IMEIAddressIMEIAddress. 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 IMEIAddressIMEIAddress. 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 StringIMEIAddress. getAddress(StringCodec<IMEIAddress> codec)Gets the value of the IMEI address using the given codec.IMEIAddressIMEIAddress. 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.
-