public class DaylightSavingTime extends Sequence
DaylightSavingTime
type.Modifier and Type | Class and Description |
---|---|
static class |
DaylightSavingTime.DaylightSavingTime1
Defines meaningful names for particular values of the
daylightSavingTime field. |
Constructor and Description |
---|
DaylightSavingTime()
The default constructor.
|
DaylightSavingTime(INTEGER daylightSavingTime)
Constructs an instance of the
DaylightSavingTime with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getDaylightSavingTime()
Returns the value of the
daylightSavingTime field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setDaylightSavingTime(INTEGER daylightSavingTime)
Sets the value of the
daylightSavingTime field. |
public DaylightSavingTime()
public DaylightSavingTime(INTEGER daylightSavingTime)
DaylightSavingTime
with the specified
components.daylightSavingTime
- the value of the daylightSavingTime
field (mandatory).
The DaylightSavingTime1
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getDaylightSavingTime()
daylightSavingTime
field.daylightSavingTime
field.
The DaylightSavingTime1
class defines meaningful names for particular values of the field.public void setDaylightSavingTime(INTEGER daylightSavingTime)
daylightSavingTime
field.daylightSavingTime
- the value of the daylightSavingTime
field.
The DaylightSavingTime1
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the daylightSavingTime
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.