public class MAPPerformHandoverArg extends AbstractFieldsObject
PerformHandoverArg ::= SEQUENCE { targetCellId GlobalCellId, servingCellId GlobalCellId, channelType ChannelType, classmarkInformation ClassmarkInformation, handoverPriority HandoverPriority OPTIONAL, kc Kc OPTIONAL }Present in ph1. Removed between ph1 and ph2.
Used as argument type by MAPOperations.performHandover_v1
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPPerformHandoverArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPPerformHandoverArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPerformHandoverArg |
copyOf(MAPPerformHandoverArg 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[] |
getChannelType()
Gets the value of the field channelType.
|
byte[] |
getClassmarkInformation()
Gets the value of the field classmarkInformation.
|
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.
|
byte[] |
getHandoverPriority()
Gets the value of the field handoverPriority.
|
byte[] |
getKc()
Gets the value of the field kc.
|
CellGlobalId |
getServingCellId()
Gets the value of the field servingCellId.
|
CellGlobalId |
getTargetCellId()
Gets the value of the field targetCellId.
|
boolean |
hasChannelType()
Tests whether the field channelType has a value.
|
boolean |
hasClassmarkInformation()
Tests whether the field classmarkInformation has a value.
|
boolean |
hasHandoverPriority()
Tests whether the field handoverPriority has a value.
|
boolean |
hasKc()
Tests whether the field kc has a value.
|
boolean |
hasServingCellId()
Tests whether the field servingCellId has a value.
|
boolean |
hasTargetCellId()
Tests whether the field targetCellId has a value.
|
MAPPerformHandoverArg |
setChannelType(byte[] value)
Sets the value of the field channelType.
|
MAPPerformHandoverArg |
setClassmarkInformation(byte[] value)
Sets the value of the field classmarkInformation.
|
MAPPerformHandoverArg |
setHandoverPriority(byte[] value)
Sets the value of the field handoverPriority.
|
MAPPerformHandoverArg |
setKc(byte[] value)
Sets the value of the field kc.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPPerformHandoverArg |
setServingCellId(CellGlobalId value)
Sets the value of the field servingCellId.
|
MAPPerformHandoverArg |
setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPPerformHandoverArg()
public MAPPerformHandoverArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPPerformHandoverArg copyOf(MAPPerformHandoverArg from)
from
- the object from which to copypublic byte[] getChannelType()
public byte[] getClassmarkInformation()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic byte[] getHandoverPriority()
public byte[] getKc()
public CellGlobalId getServingCellId()
public CellGlobalId getTargetCellId()
public boolean hasChannelType()
public boolean hasClassmarkInformation()
public boolean hasHandoverPriority()
public boolean hasKc()
public boolean hasServingCellId()
public boolean hasTargetCellId()
public MAPPerformHandoverArg setChannelType(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPerformHandoverArg setClassmarkInformation(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPerformHandoverArg setHandoverPriority(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPerformHandoverArg setKc(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPPerformHandoverArg setServingCellId(CellGlobalId value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPerformHandoverArg setTargetCellId(CellGlobalId value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only