public class MAPPrepareSubsequentHO_Arg_v3 extends MAPPrepareSubsequentHO_Arg
PrepareSubsequentHO-Arg-v3 ::= SEQUENCE { targetCellId GlobalCellId OPTIONAL, targetMSC-Number ISDN-AddressString, targetRNCId RNCId OPTIONAL, -- Added in R99. an-APDU AccessNetworkSignalInfo OPTIONAL, -- Added in R99. selectedRab-Id RAB-Id OPTIONAL, -- Added in R99. extensionContainer ExtensionContainer OPTIONAL, -- Added in R99. ... geran-classmark GERAN-Classmark OPTIONAL, -- Added in release 5. rab-ConfigurationIndicator NULL OPTIONAL -- Added in release 5. } MAP-MS-DataTypes { PrepareSubsequentHO-Arg-v3 { @parentASN1Type MAP-MS-DataTypes-R98.PrepareSubsequentHO-Arg } }Extended in R99.
Used as argument type by MAPOperations.prepareSubsequentHandover_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPPrepareSubsequentHO_Arg_v3()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPPrepareSubsequentHO_Arg_v3 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareSubsequentHO_Arg_v3 |
copyOf(MAPPrepareSubsequentHO_Arg 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.
|
MAPAccessNetworkSignalInfo |
getAn_APDU()
Gets the value of the field an-APDU.
|
MAPExtensionContainer |
getExtensionContainer()
Gets the value of the field extensionContainer.
|
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[] |
getGeran_classmark()
Gets the value of the field geran-classmark.
|
int |
getSelectedRab_Id()
Gets the value of the field selectedRab-Id.
|
byte[] |
getTargetRNCId()
Gets the value of the field targetRNCId.
|
boolean |
hasAn_APDU()
Tests whether the field an-APDU has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGeran_classmark()
Tests whether the field geran-classmark has a value.
|
boolean |
hasRab_ConfigurationIndicator()
Tests whether the field rab-ConfigurationIndicator is present.
|
boolean |
hasSelectedRab_Id()
Tests whether the field selectedRab-Id has a value.
|
boolean |
hasTargetRNCId()
Tests whether the field targetRNCId has a value.
|
MAPPrepareSubsequentHO_Arg_v3 |
setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.
|
MAPPrepareSubsequentHO_Arg_v3 |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPPrepareSubsequentHO_Arg_v3 |
setGeran_classmark(byte[] value)
Sets the value of the field geran-classmark.
|
MAPPrepareSubsequentHO_Arg_v3 |
setRab_ConfigurationIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field rab-ConfigurationIndicator.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPPrepareSubsequentHO_Arg_v3 |
setSelectedRab_Id(int value)
Sets the value of the field selectedRab-Id and marks the field as present.
|
MAPPrepareSubsequentHO_Arg_v3 |
setSelectedRab_IdPresent(boolean flag)
Sets the presence or absence of the optional field selectedRab-Id.
|
MAPPrepareSubsequentHO_Arg_v3 |
setTargetCellId(CellGlobalId value)
Sets the value of the field targetCellId.
|
MAPPrepareSubsequentHO_Arg_v3 |
setTargetMSC_Number(AddressString value)
Sets the value of the field targetMSC-Number.
|
MAPPrepareSubsequentHO_Arg_v3 |
setTargetRNCId(byte[] value)
Sets the value of the field targetRNCId.
|
getBss_APDU, getTargetCellId, getTargetMSC_Number, hasBss_APDU, hasTargetCellId, hasTargetMSC_Number, setBss_APDU
equals, hashCode, toString
checkModify, isReadOnly
public MAPPrepareSubsequentHO_Arg_v3()
public MAPPrepareSubsequentHO_Arg_v3 clone()
clone
in interface DataObject
clone
in class MAPPrepareSubsequentHO_Arg
public static MAPPrepareSubsequentHO_Arg_v3 copyOf(MAPPrepareSubsequentHO_Arg from)
from
- the object from which to copypublic MAPAccessNetworkSignalInfo getAn_APDU()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPPrepareSubsequentHO_Arg
withAbsents
- whether to put absent optional fields into Mappublic byte[] getGeran_classmark()
public int getSelectedRab_Id()
public byte[] getTargetRNCId()
public boolean hasAn_APDU()
public boolean hasExtensionContainer()
public boolean hasGeran_classmark()
public boolean hasRab_ConfigurationIndicator()
public boolean hasSelectedRab_Id()
public boolean hasTargetRNCId()
public MAPPrepareSubsequentHO_Arg_v3 setAn_APDU(MAPAccessNetworkSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareSubsequentHO_Arg_v3 setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareSubsequentHO_Arg_v3 setGeran_classmark(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareSubsequentHO_Arg_v3 setRab_ConfigurationIndicatorPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class MAPPrepareSubsequentHO_Arg
public MAPPrepareSubsequentHO_Arg_v3 setSelectedRab_Id(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareSubsequentHO_Arg_v3 setSelectedRab_IdPresent(boolean flag) throws IllegalStateException
flag
- either true if the field should be marked as present or false if the field should be marked as absentIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareSubsequentHO_Arg_v3 setTargetCellId(CellGlobalId value) throws IllegalStateException
setTargetCellId
in class MAPPrepareSubsequentHO_Arg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareSubsequentHO_Arg_v3 setTargetMSC_Number(AddressString value) throws IllegalStateException
setTargetMSC_Number
in class MAPPrepareSubsequentHO_Arg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareSubsequentHO_Arg_v3 setTargetRNCId(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only