public class AbsoluteTime extends Object implements IASN1PreparedElement
Constructor and Description |
---|
AbsoluteTime() |
Modifier and Type | Method and Description |
---|---|
INT_U8 |
getCentury() |
INT_U8 |
getDay() |
INT_U8 |
getHour() |
INT_U8 |
getMinute() |
INT_U8 |
getMonth() |
IASN1PreparedElementData |
getPreparedData() |
INT_U8 |
getSec_fractions() |
INT_U8 |
getSecond() |
INT_U8 |
getYear() |
void |
initWithDefaults() |
void |
setCentury(INT_U8 value) |
void |
setDay(INT_U8 value) |
void |
setHour(INT_U8 value) |
void |
setMinute(INT_U8 value) |
void |
setMonth(INT_U8 value) |
void |
setSec_fractions(INT_U8 value) |
void |
setSecond(INT_U8 value) |
void |
setYear(INT_U8 value) |
public INT_U8 getCentury()
public void setCentury(INT_U8 value)
public INT_U8 getYear()
public void setYear(INT_U8 value)
public INT_U8 getMonth()
public void setMonth(INT_U8 value)
public INT_U8 getDay()
public void setDay(INT_U8 value)
public INT_U8 getHour()
public void setHour(INT_U8 value)
public INT_U8 getMinute()
public void setMinute(INT_U8 value)
public INT_U8 getSecond()
public void setSecond(INT_U8 value)
public INT_U8 getSec_fractions()
public void setSec_fractions(INT_U8 value)
public void initWithDefaults()
initWithDefaults
in interface IASN1PreparedElement
public IASN1PreparedElementData getPreparedData()
getPreparedData
in interface IASN1PreparedElement
Copyright © 2018 universAAL Consortium. All rights reserved.