Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.HourMinute
-
Packages that use HourMinute Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols.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 HourMinute in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return HourMinute Modifier and Type Method Description HourMinute
CCVariablePart. getTime()
Gets the value of the time choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type HourMinute Modifier and Type Method Description CCVariablePart
CCVariablePart. setTime(HourMinute value)
Sets the value of the time choice. -
Uses of HourMinute in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return HourMinute Modifier and Type Method Description HourMinute
HourMinute. clone()
Constructs a copy of this object and everything reachable from it.static HourMinute
HourMinute. copyOf(HourMinute 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.HourMinute
HourMinute. setHour(int value)
Sets the value of the hour, in range [0,23].HourMinute
HourMinute. setHourPresent(boolean flag)
Sets the presence or absence of the field Hour.HourMinute
HourMinute. setMinute(int value)
Sets the value of the minute, in range [0,59].HourMinute
HourMinute. setMinutePresent(boolean flag)
Sets the presence or absence of the field Minute.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type HourMinute Modifier and Type Method Description static HourMinute
HourMinute. copyOf(HourMinute 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.
-