Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3ElapsedTimeRollOver
-
Packages that use CAP3ElapsedTimeRollOver 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 CAP3ElapsedTimeRollOver in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3ElapsedTimeRollOver Modifier and Type Method Description CAP3ElapsedTimeRollOver
CAP3ElapsedTimeRollOver. clone()
Constructs a copy of this object and everything reachable from it.static CAP3ElapsedTimeRollOver
CAP3ElapsedTimeRollOver. copyOf(CAP3ElapsedTimeRollOver 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.CAP3ElapsedTimeRollOver
CAP3ChargingRollOver. getElapsedTimeRollOver()
Gets the value of the elapsedTimeRollOver choice.CAP3ElapsedTimeRollOver
CAP3ElapsedTimeRollOver. setRO_TimeGPRSIfNoTariffSwitch(int value)
Sets the value of the rO-TimeGPRSIfNoTariffSwitch choice.CAP3ElapsedTimeRollOver
CAP3ElapsedTimeRollOver. setRO_TimeGPRSIfTariffSwitch(CAP3ElapsedTimeRollOver.RO_TimeGPRSIfTariffSwitch value)
Sets the value of the rO-TimeGPRSIfTariffSwitch choice.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3ElapsedTimeRollOver Modifier and Type Method Description static CAP3ElapsedTimeRollOver
CAP3ElapsedTimeRollOver. copyOf(CAP3ElapsedTimeRollOver 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.CAP3ChargingRollOver
CAP3ChargingRollOver. setElapsedTimeRollOver(CAP3ElapsedTimeRollOver value)
Sets the value of the elapsedTimeRollOver choice. -
Uses of CAP3ElapsedTimeRollOver in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP3ElapsedTimeRollOver Modifier and Type Field Description static PersistCodec<CAP3ElapsedTimeRollOver,CAP3ElapsedTimeRollOver,CAP3Proto.CAP_datatypes_ElapsedTimeRollOver>
CAP3Codecs. CAP_datatypes_ElapsedTimeRollOver
Singleton codec for the ASN.1 type: CAP-datatypes.ElapsedTimeRollOverstatic PersistCodec<CAP3ElapsedTimeRollOver,CAP3ElapsedTimeRollOver,CAP3Proto.CAP_datatypes_ElapsedTimeRollOver>
CAP3Codecs. CAP_datatypes_ElapsedTimeRollOver
Singleton codec for the ASN.1 type: CAP-datatypes.ElapsedTimeRollOver
-