public class GFBRUplink extends Sequence
GFBRUplink
type.Constructor and Description |
---|
GFBRUplink()
The default constructor.
|
GFBRUplink(INTEGER unit,
INTEGER value)
Constructs an instance of the
GFBRUplink with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getUnit()
Returns the value of the
unit field. |
INTEGER |
getValue()
Returns the value of the
value field. |
void |
setUnit(INTEGER unit)
Sets the value of the
unit field. |
void |
setValue(INTEGER value)
Sets the value of the
value field. |
public GFBRUplink()
public GFBRUplink(INTEGER unit, INTEGER value)
GFBRUplink
with the specified
components.unit
- the value of the unit
field (mandatory).
The GFBRUplinkUnit
class defines meaningful names for particular values of the field.value
- the value of the value
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getUnit()
unit
field.unit
field.
The GFBRUplinkUnit
class defines meaningful names for particular values of the field.public void setUnit(INTEGER unit)
unit
field.unit
- the value of the unit
field.
The GFBRUplinkUnit
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the unit
parameter is null.public INTEGER getValue()
value
field.value
field.public void setValue(INTEGER value)
value
field.value
- the value of the value
field.java.lang.IllegalArgumentException
- when the value
parameter is null.Copyright © 2024 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.