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 LocalisedServiceAreaIdCAP3LocationInformationGPRS. 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 CAP3LocationInformationGPRSCAP3LocationInformationGPRS. 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 CAP4LocationInformationGPRSCAP4LocationInformationGPRS. 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 LocalisedServiceAreaIdMAPLSAData. getLsaIdentity()Gets the value of the field lsaIdentity.LocalisedServiceAreaId[]MAPLSAInformationWithdraw. getLsaIdentityList()Gets the value of the lsaIdentityList choice.LocalisedServiceAreaIdMAPLocationInformation. getSelectedLSA_Id()Gets the value of the field selectedLSA-Id.LocalisedServiceAreaIdMAPLocationInformationGPRS. 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 MAPLSADataMAPLSAData. setLsaIdentity(LocalisedServiceAreaId value)Sets the value of the field lsaIdentity.MAPLSAInformationWithdrawMAPLSAInformationWithdraw. setLsaIdentityList(LocalisedServiceAreaId[] value)Sets the value of the lsaIdentityList choice.MAPLocationInformationMAPLocationInformation. setSelectedLSA_Id(LocalisedServiceAreaId value)Sets the value of the field selectedLSA-Id.MAPLocationInformationGPRSMAPLocationInformationGPRS. 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 LocalisedServiceAreaIdLocalisedServiceAreaId. clone()Constructs a copy of this object and everything reachable from it.static LocalisedServiceAreaIdLocalisedServiceAreaId. 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.LocalisedServiceAreaIdLocalisedServiceAreaId. setAddressType(LocalisedServiceAreaId.AddressType value)Sets the value of whether PLMN or universal LSA.LocalisedServiceAreaIdLocalisedServiceAreaId. setLocalisedServiceAreaId(int value)Sets the value of 23 bits of localised service area id.LocalisedServiceAreaIdLocalisedServiceAreaId. 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 LocalisedServiceAreaIdLocalisedServiceAreaId. 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.
-