Uses of Class
org.jainslee.resources.diameter.sh.types.vc60.LocalTimeZoneIndication
-
Packages that use LocalTimeZoneIndication Package Description org.jainslee.resources.diameter.sh.types.vc60 GroupedAvp
andDiameterMessage
objects defined in3GPP TS 29.329 v12.6.0.
-
-
Uses of LocalTimeZoneIndication in org.jainslee.resources.diameter.sh.types.vc60
Fields in org.jainslee.resources.diameter.sh.types.vc60 declared as LocalTimeZoneIndication Modifier and Type Field Description static LocalTimeZoneIndication
LocalTimeZoneIndication. LOCAL_TIME_ZONE_WITH_LOCATION_INFO_REQUESTED
static LocalTimeZoneIndication
LocalTimeZoneIndication. ONLY_LOCAL_TIME_ZONE_REQUESTED
Methods in org.jainslee.resources.diameter.sh.types.vc60 that return LocalTimeZoneIndication Modifier and Type Method Description static LocalTimeZoneIndication
LocalTimeZoneIndication. fromInt(int type)
LocalTimeZoneIndication
UserDataRequest. getLocalTimeZoneIndication()
Returns the value of the Local-Time-Zone-Indication AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.sh.types.vc60 with parameters of type LocalTimeZoneIndication Modifier and Type Method Description void
UserDataRequest. setLocalTimeZoneIndication(LocalTimeZoneIndication localTimeZoneIndication)
Sets the value of the Local-Time-Zone-Indication AVP, of type Enumerated.
-