Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.DateAndTime
-
Packages that use DateAndTime 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.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.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 DateAndTime in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return DateAndTime Modifier and Type Method Description DateAndTime
CCRequestedInformationValue. getCallStopTimeValue()
Gets the value of the callStopTimeValue choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type DateAndTime Modifier and Type Method Description CCRequestedInformationValue
CCRequestedInformationValue. setCallStopTimeValue(DateAndTime value)
Sets the value of the callStopTimeValue choice. -
Uses of DateAndTime in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return DateAndTime Modifier and Type Method Description DateAndTime
CS1ActivateServiceFilteringArg. getStartTime()
Gets the value of the field startTime.DateAndTime
CS1FilteringTimeOut. getStopTime()
Gets the value of the stopTime choice.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type DateAndTime Modifier and Type Method Description CS1RequestedInformationValue
CS1RequestedInformationValue. setCallStopTimeValue(DateAndTime value)
Sets the value of the callStopTimeValue choice.CS1ActivateServiceFilteringArg
CS1ActivateServiceFilteringArg. setStartTime(DateAndTime value)
Sets the value of the field startTime.CS1FilteringTimeOut
CS1FilteringTimeOut. setStopTime(DateAndTime value)
Sets the value of the stopTime choice. -
Uses of DateAndTime in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return DateAndTime Modifier and Type Method Description DateAndTime
DateAndTime. clone()
Constructs a copy of this object and everything reachable from it.static DateAndTime
DateAndTime. copyOf(DateAndTime 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.DateAndTime
DateAndTime. setDay(int value)
Sets the value of the day of the month, in range [1,31].DateAndTime
DateAndTime. setDayPresent(boolean flag)
Sets the presence or absence of the field Day.DateAndTime
DateAndTime. setHour(int value)
Sets the value of the hour, in range [0,23].DateAndTime
DateAndTime. setHourPresent(boolean flag)
Sets the presence or absence of the field Hour.DateAndTime
DateAndTime. setMinute(int value)
Sets the value of the minute, in range [0,59].DateAndTime
DateAndTime. setMinutePresent(boolean flag)
Sets the presence or absence of the field Minute.DateAndTime
DateAndTime. setMonth(int value)
Sets the value of the month, in range [1,12].DateAndTime
DateAndTime. setMonthPresent(boolean flag)
Sets the presence or absence of the field Month.DateAndTime
DateAndTime. setSecond(int value)
Sets the value of the second, in range [0,59].DateAndTime
DateAndTime. setSecondPresent(boolean flag)
Sets the presence or absence of the field Second.DateAndTime
DateAndTime. setYear(int value)
Sets the value of the year, in range [0000,9999].DateAndTime
DateAndTime. setYearPresent(boolean flag)
Sets the presence or absence of the field Year.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type DateAndTime Modifier and Type Method Description static DateAndTime
DateAndTime. copyOf(DateAndTime 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.
-