Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3LocationInformationGPRS
-
Packages that use CAP3LocationInformationGPRS Package Description 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 CAP3LocationInformationGPRS in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3LocationInformationGPRS Modifier and Type Method Description CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. clone()
Constructs a copy of this object and everything reachable from it.static CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. copyOf(CAP3LocationInformationGPRS 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.CAP3LocationInformationGPRS
CAP3GPRSEventSpecificInformation.AttachChangeOfPositionSpecificInformation. getLocationInformationGPRS()
Gets the value of the field locationInformationGPRS.CAP3LocationInformationGPRS
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation. getLocationInformationGPRS()
Gets the value of the field locationInformationGPRS.CAP3LocationInformationGPRS
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation. getLocationInformationGPRS()
Gets the value of the field locationInformationGPRS.CAP3LocationInformationGPRS
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation. getLocationInformationGPRS()
Gets the value of the field locationInformationGPRS.CAP3LocationInformationGPRS
CAP3InitialDPGPRSArg. getLocationInformationGPRS()
Gets the value of the field locationInformationGPRS.CAP3LocationInformationGPRS
CAP3InitialDPSMSArg. getLocationInformationGPRS()
Gets the value of the field locationInformationGPRS.CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. setCellGlobalIdOrServiceAreaIdOrLAI(byte[] value)
Sets the value of the field cellGlobalIdOrServiceAreaIdOrLAI.CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. setGeographicalInformation(byte[] value)
Sets the value of the field geographicalInformation.CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. setRouteingAreaIdentity(byte[] value)
Sets the value of the field routeingAreaIdentity.CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. setSai_PresentPresent(boolean flag)
Sets the presence or absence of the optional field sai-Present.CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. setSelectedLSAIdentity(LocalisedServiceAreaId value)
Sets the value of the field selectedLSAIdentity.CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3LocationInformationGPRS Modifier and Type Method Description static CAP3LocationInformationGPRS
CAP3LocationInformationGPRS. copyOf(CAP3LocationInformationGPRS 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.CAP3GPRSEventSpecificInformation.AttachChangeOfPositionSpecificInformation
CAP3GPRSEventSpecificInformation.AttachChangeOfPositionSpecificInformation. setLocationInformationGPRS(CAP3LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation. setLocationInformationGPRS(CAP3LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation. setLocationInformationGPRS(CAP3LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation. setLocationInformationGPRS(CAP3LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.CAP3InitialDPGPRSArg
CAP3InitialDPGPRSArg. setLocationInformationGPRS(CAP3LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setLocationInformationGPRS(CAP3LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS. -
Uses of CAP3LocationInformationGPRS in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP3LocationInformationGPRS Modifier and Type Field Description static PersistCodec<CAP3LocationInformationGPRS,CAP3LocationInformationGPRS,CAP3Proto.CAP_datatypes_LocationInformationGPRS>
CAP3Codecs. CAP_datatypes_LocationInformationGPRS
Singleton codec for the ASN.1 type: CAP-datatypes.LocationInformationGPRSstatic PersistCodec<CAP3LocationInformationGPRS,CAP3LocationInformationGPRS,CAP3Proto.CAP_datatypes_LocationInformationGPRS>
CAP3Codecs. CAP_datatypes_LocationInformationGPRS
Singleton codec for the ASN.1 type: CAP-datatypes.LocationInformationGPRS -
Uses of CAP3LocationInformationGPRS in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP3LocationInformationGPRS in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description class
CAP4LocationInformationGPRS
API for CAP-datatypes.LocationInformationGPRS.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP3LocationInformationGPRS Modifier and Type Method Description static CAP4LocationInformationGPRS
CAP4LocationInformationGPRS. copyOf(CAP3LocationInformationGPRS 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 CAP3LocationInformationGPRS in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP3LocationInformationGPRS Modifier and Type Field Description static PersistCodec<CAP3LocationInformationGPRS,CAP4LocationInformationGPRS,CAP4Proto.CAP_datatypes_LocationInformationGPRS>
CAP4Codecs. CAP_datatypes_LocationInformationGPRS
Singleton codec for the ASN.1 type: CAP-datatypes.LocationInformationGPRS
-