public class MAPPrepareHO_Res_v3 extends MAPPrepareHO_Res
PrepareHO-Res-v3 ::= SEQUENCE { handoverNumber ISDN-AddressString OPTIONAL, relocationNumberList RelocationNumberList OPTIONAL, -- Added in R99. an-APDU AccessNetworkSignalInfo OPTIONAL, -- Added in R99. multicallBearerInfo MulticallBearerInfo OPTIONAL, -- Added in R99. multipleBearerNotSupported NULL OPTIONAL, -- Added in R99. selectedUMTS-Algorithms SelectedUMTS-Algorithms OPTIONAL, -- Added in R99. chosenRadioResourceInformation ChosenRadioResourceInformation OPTIONAL, -- Added in R99. extensionContainer ExtensionContainer OPTIONAL, -- Added in R99. ... iuSelectedCodec Codec OPTIONAL, -- Added in release 5. iuAvailableCodecsList CodecList OPTIONAL, -- Added in release 5. aoipSelectedCodecTarget AoIPCodec OPTIONAL, -- Added in release 9. aoipAvailableCodecsListMap AoIPCodecsList OPTIONAL -- Added in release 9. } MAP-MS-DataTypes { PrepareHO-Res-v3 { @parentASN1Type MAP-MS-DataTypes-R98.PrepareHO-Res } }Extended in R99.
Used as result type by MAPOperations.prepareHandover_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPPrepareHO_Res_v3()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPPrepareHO_Res_v3 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPPrepareHO_Res_v3 |
copyOf(MAPPrepareHO_Res 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.
|
MAPAoIPCodecsList |
getAoipAvailableCodecsListMap()
Gets the value of the field aoipAvailableCodecsListMap.
|
byte[] |
getAoipSelectedCodecTarget()
Gets the value of the field aoipSelectedCodecTarget.
|
MAPChosenRadioResourceInformation |
getChosenRadioResourceInformation()
Gets the value of the field chosenRadioResourceInformation.
|
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.
|
MAPCodecList |
getIuAvailableCodecsList()
Gets the value of the field iuAvailableCodecsList.
|
byte[] |
getIuSelectedCodec()
Gets the value of the field iuSelectedCodec.
|
int |
getMulticallBearerInfo()
Gets the value of the field multicallBearerInfo.
|
MAPRelocationNumber[] |
getRelocationNumberList()
Gets the value of the field relocationNumberList.
|
MAPSelectedUMTS_Algorithms |
getSelectedUMTS_Algorithms()
Gets the value of the field selectedUMTS-Algorithms.
|
boolean |
hasAn_APDU()
Tests whether the field an-APDU has a value.
|
boolean |
hasAoipAvailableCodecsListMap()
Tests whether the field aoipAvailableCodecsListMap has a value.
|
boolean |
hasAoipSelectedCodecTarget()
Tests whether the field aoipSelectedCodecTarget has a value.
|
boolean |
hasChosenRadioResourceInformation()
Tests whether the field chosenRadioResourceInformation has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasIuAvailableCodecsList()
Tests whether the field iuAvailableCodecsList has a value.
|
boolean |
hasIuSelectedCodec()
Tests whether the field iuSelectedCodec has a value.
|
boolean |
hasMulticallBearerInfo()
Tests whether the field multicallBearerInfo has a value.
|
boolean |
hasMultipleBearerNotSupported()
Tests whether the field multipleBearerNotSupported is present.
|
boolean |
hasRelocationNumberList()
Tests whether the field relocationNumberList has a value.
|
boolean |
hasSelectedUMTS_Algorithms()
Tests whether the field selectedUMTS-Algorithms has a value.
|
MAPPrepareHO_Res_v3 |
setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.
|
MAPPrepareHO_Res_v3 |
setAoipAvailableCodecsListMap(MAPAoIPCodecsList value)
Sets the value of the field aoipAvailableCodecsListMap.
|
MAPPrepareHO_Res_v3 |
setAoipSelectedCodecTarget(byte[] value)
Sets the value of the field aoipSelectedCodecTarget.
|
MAPPrepareHO_Res_v3 |
setChosenRadioResourceInformation(MAPChosenRadioResourceInformation value)
Sets the value of the field chosenRadioResourceInformation.
|
MAPPrepareHO_Res_v3 |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPPrepareHO_Res_v3 |
setHandoverNumber(AddressString value)
Sets the value of the field handoverNumber.
|
MAPPrepareHO_Res_v3 |
setIuAvailableCodecsList(MAPCodecList value)
Sets the value of the field iuAvailableCodecsList.
|
MAPPrepareHO_Res_v3 |
setIuSelectedCodec(byte[] value)
Sets the value of the field iuSelectedCodec.
|
MAPPrepareHO_Res_v3 |
setMulticallBearerInfo(int value)
Sets the value of the field multicallBearerInfo and marks the field as present.
|
MAPPrepareHO_Res_v3 |
setMulticallBearerInfoPresent(boolean flag)
Sets the presence or absence of the optional field multicallBearerInfo.
|
MAPPrepareHO_Res_v3 |
setMultipleBearerNotSupportedPresent(boolean flag)
Sets the presence or absence of the optional field multipleBearerNotSupported.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPPrepareHO_Res_v3 |
setRelocationNumberList(MAPRelocationNumber[] value)
Sets the value of the field relocationNumberList.
|
MAPPrepareHO_Res_v3 |
setSelectedUMTS_Algorithms(MAPSelectedUMTS_Algorithms value)
Sets the value of the field selectedUMTS-Algorithms.
|
getBss_APDU, getHandoverNumber, hasBss_APDU, hasHandoverNumber, setBss_APDU
equals, hashCode, toString
checkModify, isReadOnly
public MAPPrepareHO_Res_v3()
public MAPPrepareHO_Res_v3 clone()
clone
in interface DataObject
clone
in class MAPPrepareHO_Res
public static MAPPrepareHO_Res_v3 copyOf(MAPPrepareHO_Res from)
from
- the object from which to copypublic MAPAccessNetworkSignalInfo getAn_APDU()
public MAPAoIPCodecsList getAoipAvailableCodecsListMap()
public byte[] getAoipSelectedCodecTarget()
public MAPChosenRadioResourceInformation getChosenRadioResourceInformation()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPPrepareHO_Res
withAbsents
- whether to put absent optional fields into Mappublic MAPCodecList getIuAvailableCodecsList()
public byte[] getIuSelectedCodec()
public int getMulticallBearerInfo()
public MAPRelocationNumber[] getRelocationNumberList()
public MAPSelectedUMTS_Algorithms getSelectedUMTS_Algorithms()
public boolean hasAn_APDU()
public boolean hasAoipAvailableCodecsListMap()
public boolean hasAoipSelectedCodecTarget()
public boolean hasChosenRadioResourceInformation()
public boolean hasExtensionContainer()
public boolean hasIuAvailableCodecsList()
public boolean hasIuSelectedCodec()
public boolean hasMulticallBearerInfo()
public boolean hasMultipleBearerNotSupported()
public boolean hasRelocationNumberList()
public boolean hasSelectedUMTS_Algorithms()
public MAPPrepareHO_Res_v3 setAn_APDU(MAPAccessNetworkSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setAoipAvailableCodecsListMap(MAPAoIPCodecsList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setAoipSelectedCodecTarget(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setChosenRadioResourceInformation(MAPChosenRadioResourceInformation value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setHandoverNumber(AddressString value) throws IllegalStateException
setHandoverNumber
in class MAPPrepareHO_Res
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setIuAvailableCodecsList(MAPCodecList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setIuSelectedCodec(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setMulticallBearerInfo(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setMulticallBearerInfoPresent(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 MAPPrepareHO_Res_v3 setMultipleBearerNotSupportedPresent(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 MAPPrepareHO_Res
public MAPPrepareHO_Res_v3 setRelocationNumberList(MAPRelocationNumber[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPPrepareHO_Res_v3 setSelectedUMTS_Algorithms(MAPSelectedUMTS_Algorithms value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only