public class MAPProcessAccessSignalling_Arg_v3 extends MAPProcessAccessSignalling_Arg
ProcessAccessSignalling-Arg-v3 ::= SEQUENCE { an-APDU AccessNetworkSignalInfo, -- Added in R99. selectedUMTS-Algorithms SelectedUMTS-Algorithms OPTIONAL, -- Added in R99. selectedGSM-Algorithm SelectedGSM-Algorithm OPTIONAL, -- Added in R99. chosenRadioResourceInformation ChosenRadioResourceInformation OPTIONAL, -- Added in R99. selectedRab-Id RAB-Id 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 { ProcessAccessSignalling-Arg-v3 { @parentASN1Type MAP-MS-DataTypes-R98.ProcessAccessSignalling-Arg } }Extended in R99.
Used as argument type by MAPOperations.processAccessSignalling_v3
.
MAPProcessAccessSignalling_Arg.Choice
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPProcessAccessSignalling_Arg_v3()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPProcessAccessSignalling_Arg_v3 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProcessAccessSignalling_Arg_v3 |
copyOf(MAPProcessAccessSignalling_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.
|
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.
|
byte[] |
getSelectedGSM_Algorithm()
Gets the value of the field selectedGSM-Algorithm.
|
int |
getSelectedRab_Id()
Gets the value of the field selectedRab-Id.
|
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 |
hasSelectedGSM_Algorithm()
Tests whether the field selectedGSM-Algorithm has a value.
|
boolean |
hasSelectedRab_Id()
Tests whether the field selectedRab-Id has a value.
|
boolean |
hasSelectedUMTS_Algorithms()
Tests whether the field selectedUMTS-Algorithms has a value.
|
MAPProcessAccessSignalling_Arg_v3 |
setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.
|
MAPProcessAccessSignalling_Arg_v3 |
setAoipAvailableCodecsListMap(MAPAoIPCodecsList value)
Sets the value of the field aoipAvailableCodecsListMap.
|
MAPProcessAccessSignalling_Arg_v3 |
setAoipSelectedCodecTarget(byte[] value)
Sets the value of the field aoipSelectedCodecTarget.
|
MAPProcessAccessSignalling_Arg_v3 |
setChosenRadioResourceInformation(MAPChosenRadioResourceInformation value)
Sets the value of the field chosenRadioResourceInformation.
|
MAPProcessAccessSignalling_Arg_v3 |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPProcessAccessSignalling_Arg_v3 |
setIuAvailableCodecsList(MAPCodecList value)
Sets the value of the field iuAvailableCodecsList.
|
MAPProcessAccessSignalling_Arg_v3 |
setIUSelectedCodec(byte[] value)
Sets the value of the field iUSelectedCodec.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPProcessAccessSignalling_Arg_v3 |
setSelectedGSM_Algorithm(byte[] value)
Sets the value of the field selectedGSM-Algorithm.
|
MAPProcessAccessSignalling_Arg_v3 |
setSelectedRab_Id(int value)
Sets the value of the field selectedRab-Id and marks the field as present.
|
MAPProcessAccessSignalling_Arg_v3 |
setSelectedRab_IdPresent(boolean flag)
Sets the presence or absence of the optional field selectedRab-Id.
|
MAPProcessAccessSignalling_Arg_v3 |
setSelectedUMTS_Algorithms(MAPSelectedUMTS_Algorithms value)
Sets the value of the field selectedUMTS-Algorithms.
|
getChoice, getR98, isR98Chosen, setChoice, setR98
equals, hashCode, toString
checkModify, isReadOnly
public MAPProcessAccessSignalling_Arg_v3()
public MAPProcessAccessSignalling_Arg_v3 clone()
clone
in interface DataObject
clone
in class MAPProcessAccessSignalling_Arg
public static MAPProcessAccessSignalling_Arg_v3 copyOf(MAPProcessAccessSignalling_Arg 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 MAPProcessAccessSignalling_Arg
withAbsents
- whether to put absent optional fields into Mappublic byte[] getIUSelectedCodec()
public MAPCodecList getIuAvailableCodecsList()
public byte[] getSelectedGSM_Algorithm()
public int getSelectedRab_Id()
public MAPSelectedUMTS_Algorithms getSelectedUMTS_Algorithms()
public boolean hasAn_APDU()
public boolean hasAoipAvailableCodecsListMap()
public boolean hasAoipSelectedCodecTarget()
public boolean hasChosenRadioResourceInformation()
public boolean hasExtensionContainer()
public boolean hasIUSelectedCodec()
public boolean hasIuAvailableCodecsList()
public boolean hasSelectedGSM_Algorithm()
public boolean hasSelectedRab_Id()
public boolean hasSelectedUMTS_Algorithms()
public MAPProcessAccessSignalling_Arg_v3 setAn_APDU(MAPAccessNetworkSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessAccessSignalling_Arg_v3 setAoipAvailableCodecsListMap(MAPAoIPCodecsList value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessAccessSignalling_Arg_v3 setAoipSelectedCodecTarget(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessAccessSignalling_Arg_v3 setChosenRadioResourceInformation(MAPChosenRadioResourceInformation value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessAccessSignalling_Arg_v3 setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessAccessSignalling_Arg_v3 setIUSelectedCodec(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessAccessSignalling_Arg_v3 setIuAvailableCodecsList(MAPCodecList 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 MAPProcessAccessSignalling_Arg
public MAPProcessAccessSignalling_Arg_v3 setSelectedGSM_Algorithm(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessAccessSignalling_Arg_v3 setSelectedRab_Id(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProcessAccessSignalling_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 MAPProcessAccessSignalling_Arg_v3 setSelectedUMTS_Algorithms(MAPSelectedUMTS_Algorithms value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only