Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
ASN1Time |
ASN1Time.clone()
Constructs a copy of this object and everything reachable from it.
|
static ASN1Time |
ASN1Time.copyOf(ASN1Time 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.
|
static ASN1Time |
ASN1Time.fromCalendar(Calendar calendar)
Converts the given Calendar to a new object of this type.
|
ASN1Time |
ASN1Time.setDay(int value)
Sets the value of the field Day.
|
ASN1Time |
ASN1Time.setDayPresent(boolean flag)
Sets the presence or absence of the field Day.
|
ASN1Time |
ASN1Time.setHour(int value)
Sets the value of the field Hour.
|
ASN1Time |
ASN1Time.setHourPresent(boolean flag)
Sets the presence or absence of the field Hour.
|
ASN1Time |
ASN1Time.setIsUTCTime(boolean value)
Sets whether the time is a UTC time.
|
ASN1Time |
ASN1Time.setIsUTCTimePresent(boolean flag)
Sets the presence or absence of the field IsUTCTime.
|
ASN1Time |
ASN1Time.setMilliSecond(int value)
Sets the value of the field millisecond.
|
ASN1Time |
ASN1Time.setMilliSecondPresent(boolean flag)
Sets the presence or absence of the field MilliSecond.
|
ASN1Time |
ASN1Time.setMinute(int value)
Sets the value of the field Minute.
|
ASN1Time |
ASN1Time.setMinuteDifferential(int value)
Sets the value of the field Minute differential.
|
ASN1Time |
ASN1Time.setMinuteDifferentialPresent(boolean flag)
Sets the presence or absence of the field MinuteDifferential.
|
ASN1Time |
ASN1Time.setMinutePresent(boolean flag)
Sets the presence or absence of the field Minute.
|
ASN1Time |
ASN1Time.setMonth(int value)
Sets the value of the field Month.
|
ASN1Time |
ASN1Time.setMonthPresent(boolean flag)
Sets the presence or absence of the field Month.
|
ASN1Time |
ASN1Time.setSecond(int value)
Sets the value of the field Second.
|
ASN1Time |
ASN1Time.setSecondPresent(boolean flag)
Sets the presence or absence of the field Second.
|
ASN1Time |
ASN1Time.setValue(int[] components)
Sets this time according to an array of year,month,day,hour,minute,second,[any minute differential,]millisecond.
|
ASN1Time |
ASN1Time.setYear(int value)
Sets the value of the field Year.
|
ASN1Time |
ASN1Time.setYearPresent(boolean flag)
Sets the presence or absence of the field Year.
|
Modifier and Type | Method and Description |
---|---|
static ASN1Time |
ASN1Time.copyOf(ASN1Time 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.
|