public class MAPBSSMAP_ServiceHandoverInfo extends AbstractFieldsObject
BSSMAP-ServiceHandoverInfo ::= SEQUENCE { bssmap-ServiceHandover BSSMAP-ServiceHandover, rab-Id RAB-Id, -- RAB Identity is needed to relate the service handovers with the radio access bearers. ... }Added in R99.
Used in array as field type by MAPForwardAccessSignalling_Arg_v3
.
Used in array as field type by MAPPrepareHO_Arg_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPBSSMAP_ServiceHandoverInfo()
Constructs an object with uninitialised state.
|
MAPBSSMAP_ServiceHandoverInfo(byte[] Bssmap_ServiceHandover_param,
int Rab_Id_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Method and Description |
---|---|
MAPBSSMAP_ServiceHandoverInfo |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPBSSMAP_ServiceHandoverInfo |
copyOf(MAPBSSMAP_ServiceHandoverInfo 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.
|
byte[] |
getBssmap_ServiceHandover()
Gets the value of the field bssmap-ServiceHandover.
|
static FieldAccessor[] |
getFieldAccessors()
Gets a new array of the accessors for fields of this type.
|
Map<String,Object> |
getFieldsMap(boolean withAbsents)
Gets a Map from field-name to field-value.
|
int |
getRab_Id()
Gets the value of the field rab-Id.
|
boolean |
hasBssmap_ServiceHandover()
Tests whether the field bssmap-ServiceHandover has a value.
|
boolean |
hasRab_Id()
Tests whether the field rab-Id has a value.
|
MAPBSSMAP_ServiceHandoverInfo |
setBssmap_ServiceHandover(byte[] value)
Sets the value of the field bssmap-ServiceHandover.
|
MAPBSSMAP_ServiceHandoverInfo |
setRab_Id(int value)
Sets the value of the field rab-Id and marks the field as present.
|
equals, hashCode, toString
checkModify, isReadOnly, setReadOnly
public MAPBSSMAP_ServiceHandoverInfo()
public MAPBSSMAP_ServiceHandoverInfo(byte[] Bssmap_ServiceHandover_param, int Rab_Id_param)
Bssmap_ServiceHandover_param
- value for that fieldRab_Id_param
- value for that fieldpublic MAPBSSMAP_ServiceHandoverInfo clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPBSSMAP_ServiceHandoverInfo copyOf(MAPBSSMAP_ServiceHandoverInfo from)
from
- the object from which to copypublic byte[] getBssmap_ServiceHandover()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic int getRab_Id()
public boolean hasBssmap_ServiceHandover()
public boolean hasRab_Id()
public MAPBSSMAP_ServiceHandoverInfo setBssmap_ServiceHandover(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPBSSMAP_ServiceHandoverInfo setRab_Id(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only