Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.LocalisedServiceAreaId
-
Packages that use LocalisedServiceAreaId Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.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 LocalisedServiceAreaId in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return LocalisedServiceAreaId Modifier and Type Method Description LocalisedServiceAreaId
CAP3LocationInformationGPRS. getSelectedLSAIdentity()
Gets the value of the field selectedLSAIdentity.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type LocalisedServiceAreaId Modifier and Type Method Description CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. setSelectedLSAIdentity(LocalisedServiceAreaId value)
Sets the value of the field selectedLSAIdentity. -
Uses of LocalisedServiceAreaId in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type LocalisedServiceAreaId Modifier and Type Method Description CAP4LocationInformationGPRS
CAP4LocationInformationGPRS. setSelectedLSAIdentity(LocalisedServiceAreaId value)
Sets the value of the field selectedLSAIdentity. -
Uses of LocalisedServiceAreaId in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return LocalisedServiceAreaId Modifier and Type Method Description LocalisedServiceAreaId
MAPLSAData. getLsaIdentity()
Gets the value of the field lsaIdentity.LocalisedServiceAreaId[]
MAPLSAInformationWithdraw. getLsaIdentityList()
Gets the value of the lsaIdentityList choice.LocalisedServiceAreaId
MAPLocationInformation. getSelectedLSA_Id()
Gets the value of the field selectedLSA-Id.LocalisedServiceAreaId
MAPLocationInformationGPRS. getSelectedLSAIdentity()
Gets the value of the field selectedLSAIdentity.Methods in com.opencloud.slee.resources.cgin.map with parameters of type LocalisedServiceAreaId Modifier and Type Method Description MAPLSAData
MAPLSAData. setLsaIdentity(LocalisedServiceAreaId value)
Sets the value of the field lsaIdentity.MAPLSAInformationWithdraw
MAPLSAInformationWithdraw. setLsaIdentityList(LocalisedServiceAreaId[] value)
Sets the value of the lsaIdentityList choice.MAPLocationInformation
MAPLocationInformation. setSelectedLSA_Id(LocalisedServiceAreaId value)
Sets the value of the field selectedLSA-Id.MAPLocationInformationGPRS
MAPLocationInformationGPRS. setSelectedLSAIdentity(LocalisedServiceAreaId value)
Sets the value of the field selectedLSAIdentity. -
Uses of LocalisedServiceAreaId in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return LocalisedServiceAreaId Modifier and Type Method Description LocalisedServiceAreaId
LocalisedServiceAreaId. clone()
Constructs a copy of this object and everything reachable from it.static LocalisedServiceAreaId
LocalisedServiceAreaId. copyOf(LocalisedServiceAreaId 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.LocalisedServiceAreaId
LocalisedServiceAreaId. setAddressType(LocalisedServiceAreaId.AddressType value)
Sets the value of whether PLMN or universal LSA.LocalisedServiceAreaId
LocalisedServiceAreaId. setLocalisedServiceAreaId(int value)
Sets the value of 23 bits of localised service area id.LocalisedServiceAreaId
LocalisedServiceAreaId. setLocalisedServiceAreaIdPresent(boolean flag)
Sets the presence or absence of the field LocalisedServiceAreaId.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type LocalisedServiceAreaId Modifier and Type Method Description static LocalisedServiceAreaId
LocalisedServiceAreaId. copyOf(LocalisedServiceAreaId 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.
-