Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation
-
Packages that use CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation 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. -
-
Uses of CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation Modifier and Type Method Description CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation
CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation. clone()
Constructs a copy of this object and everything reachable from it.static CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation
CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation. copyOf(CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation 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.DisconnectSpecificInformation
CAP3GPRSEventSpecificInformation. getDisconnectSpecificInformation()
Gets the value of the disconnectSpecificInformation choice.CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation
CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation. setInitiatingEntity(CAP3InitiatingEntity value)
Sets the value of the field initiatingEntity.CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation
CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation. setRouteingAreaUpdatePresent(boolean flag)
Sets the presence or absence of the optional field routeingAreaUpdate.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation Modifier and Type Method Description static CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation
CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation. copyOf(CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation 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
CAP3GPRSEventSpecificInformation. setDisconnectSpecificInformation(CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation value)
Sets the value of the disconnectSpecificInformation choice. -
Uses of CAP3GPRSEventSpecificInformation.DisconnectSpecificInformation in com.opencloud.slee.resources.cgin.cap_v3.persist
-