SMSTimeStamp |
SMSTimeStamp.clone() |
Constructs a copy of this object and everything reachable from it.
|
static SMSTimeStamp |
SMSTimeStamp.copyOf(SMSTimeStamp 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.
|
SMSTimeStamp |
SMSStatusReport.getDischargeTime() |
Gets the value of time associated with a particular TP-ST outcome.
|
SMSTimeStamp |
SMSDeliver.getServiceCentreTimeStamp() |
Gets the value of the time when the SC received the message.
|
SMSTimeStamp |
SMSStatusReport.getServiceCentreTimeStamp() |
Gets the value of time when the SC received the previously sent SMSSUBMIT.
|
SMSTimeStamp |
SMSSubmitReport.getServiceCentreTimeStamp() |
Gets the value of time when the SC received the SMSSubmit.
|
SMSTimeStamp |
SMSSubmitReportAck.getServiceCentreTimeStamp() |
Gets the value of time when the SC received the SMSSubmit.
|
SMSTimeStamp |
SMSSubmitReportError.getServiceCentreTimeStamp() |
Gets the value of time when the SC received the SMSSubmit.
|
SMSTimeStamp |
SMSSubmit.ValidityPeriod.getTimeStamp() |
Gets the value of absolute time of validity period termination.
|
SMSTimeStamp |
SMSTimeStamp.setDay(int value) |
Sets the value of the day of the month, in range [0,99] (but usually [1,31]).
|
SMSTimeStamp |
SMSTimeStamp.setDayPresent(boolean flag) |
Sets the presence or absence of the field Day.
|
SMSTimeStamp |
SMSTimeStamp.setHour(int value) |
Sets the value of the hour, in range [0,99] (but usually [0,23]).
|
SMSTimeStamp |
SMSTimeStamp.setHourPresent(boolean flag) |
Sets the presence or absence of the field Hour.
|
SMSTimeStamp |
SMSTimeStamp.setMinute(int value) |
Sets the value of the minute, in range [0,99] (but usually [0,59]).
|
SMSTimeStamp |
SMSTimeStamp.setMinutePresent(boolean flag) |
Sets the presence or absence of the field Minute.
|
SMSTimeStamp |
SMSTimeStamp.setMonth(int value) |
Sets the value of the month, in range [0,99] (but usually [1,12]).
|
SMSTimeStamp |
SMSTimeStamp.setMonthPresent(boolean flag) |
Sets the presence or absence of the field Month.
|
SMSTimeStamp |
SMSTimeStamp.setSecond(int value) |
Sets the value of the second, in range [0,99] (but usually [0,59]).
|
SMSTimeStamp |
SMSTimeStamp.setSecondPresent(boolean flag) |
Sets the presence or absence of the field Second.
|
SMSTimeStamp |
SMSTimeStamp.setTimezone(int value) |
Sets the value of the timezone, in range [-79,79], as a multiple of 15 minutes difference from GMT/UTC.
|
SMSTimeStamp |
SMSTimeStamp.setTimezonePresent(boolean flag) |
Sets the presence or absence of the field Timezone.
|
SMSTimeStamp |
SMSTimeStamp.setYear(int value) |
Sets the value of the year, in range [0,99].
|
SMSTimeStamp |
SMSTimeStamp.setYearPresent(boolean flag) |
Sets the presence or absence of the field Year.
|