public class AbsoluteTimeStampImpl extends Object implements AbsoluteTimeStamp
| Constructor and Description |
|---|
AbsoluteTimeStampImpl(int year,
int month,
int day,
int hour,
int minute,
int second,
int timeZone) |
| Modifier and Type | Method and Description |
|---|---|
static AbsoluteTimeStampImpl |
createMessage(InputStream stm) |
void |
encodeData(OutputStream stm) |
int |
getDay() |
int |
getHour() |
int |
getMinute() |
int |
getMonth() |
int |
getSecond() |
int |
getTimeZone() |
int |
getYear() |
String |
toString() |
public AbsoluteTimeStampImpl(int year,
int month,
int day,
int hour,
int minute,
int second,
int timeZone)
public static AbsoluteTimeStampImpl createMessage(InputStream stm) throws MAPException
MAPExceptionpublic int getYear()
getYear in interface AbsoluteTimeStamppublic int getMonth()
getMonth in interface AbsoluteTimeStamppublic int getDay()
getDay in interface AbsoluteTimeStamppublic int getHour()
getHour in interface AbsoluteTimeStamppublic int getMinute()
getMinute in interface AbsoluteTimeStamppublic int getSecond()
getSecond in interface AbsoluteTimeStamppublic int getTimeZone()
getTimeZone in interface AbsoluteTimeStamppublic void encodeData(OutputStream stm) throws MAPException
encodeData in interface AbsoluteTimeStampMAPExceptionCopyright © 2016. All Rights Reserved.