public class MAPSendIdentificationArg extends MAPSendIdentificationArgSeq
SendIdentificationArg ::= SEQUENCE { tmsi TMSI, numberOfRequestedVectors NumberOfRequestedVectors OPTIONAL, -- Within a dialogue numberOfRequestedVectors shall be present in the first service request and shall not be present in subsequent service requests. If received in a subsequent service request it shall be discarded. segmentationProhibited NULL OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... msc-Number ISDN-AddressString OPTIONAL, -- Added in release 6. previous-LAI LAIFixedLength OPTIONAL, -- Added in release 6. hopCounter HopCounter OPTIONAL -- Added in release 6. } MAP-MS-DataTypes { SendIdentificationArg { @parentASN1Type MAP-MobileServiceOperations-R98.sendIdentification.ArgumentType } }Extended in R99.
Used as argument type by MAPOperations.sendIdentification_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPSendIdentificationArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPSendIdentificationArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendIdentificationArg |
copyOf(MAPSendIdentificationArgSeq 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.
|
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.
|
int |
getHopCounter()
Gets the value of the field hopCounter.
|
AddressString |
getMsc_Number()
Gets the value of the field msc-Number.
|
int |
getNumberOfRequestedVectors()
Gets the value of the field numberOfRequestedVectors.
|
LocationAreaId |
getPrevious_LAI()
Gets the value of the field previous-LAI.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasHopCounter()
Tests whether the field hopCounter has a value.
|
boolean |
hasMsc_Number()
Tests whether the field msc-Number has a value.
|
boolean |
hasNumberOfRequestedVectors()
Tests whether the field numberOfRequestedVectors has a value.
|
boolean |
hasPrevious_LAI()
Tests whether the field previous-LAI has a value.
|
boolean |
hasSegmentationProhibited()
Tests whether the field segmentationProhibited is present.
|
MAPSendIdentificationArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPSendIdentificationArg |
setHopCounter(int value)
Sets the value of the field hopCounter and marks the field as present.
|
MAPSendIdentificationArg |
setHopCounterPresent(boolean flag)
Sets the presence or absence of the optional field hopCounter.
|
MAPSendIdentificationArg |
setMsc_Number(AddressString value)
Sets the value of the field msc-Number.
|
MAPSendIdentificationArg |
setNumberOfRequestedVectors(int value)
Sets the value of the field numberOfRequestedVectors and marks the field as present.
|
MAPSendIdentificationArg |
setNumberOfRequestedVectorsPresent(boolean flag)
Sets the presence or absence of the optional field numberOfRequestedVectors.
|
MAPSendIdentificationArg |
setPrevious_LAI(LocationAreaId value)
Sets the value of the field previous-LAI.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSendIdentificationArg |
setSegmentationProhibitedPresent(boolean flag)
Sets the presence or absence of the optional field segmentationProhibited.
|
MAPSendIdentificationArg |
setTmsi(byte[] value)
Sets the value of the field tmsi.
|
getTmsi, hasTmsi
equals, hashCode, toString
checkModify, isReadOnly
public MAPSendIdentificationArg()
public MAPSendIdentificationArg clone()
clone
in interface DataObject
clone
in class MAPSendIdentificationArgSeq
public static MAPSendIdentificationArg copyOf(MAPSendIdentificationArgSeq from)
from
- the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPSendIdentificationArgSeq
withAbsents
- whether to put absent optional fields into Mappublic int getHopCounter()
public AddressString getMsc_Number()
public int getNumberOfRequestedVectors()
public LocationAreaId getPrevious_LAI()
public boolean hasExtensionContainer()
public boolean hasHopCounter()
public boolean hasMsc_Number()
public boolean hasNumberOfRequestedVectors()
public boolean hasPrevious_LAI()
public boolean hasSegmentationProhibited()
public MAPSendIdentificationArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSendIdentificationArg setHopCounter(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSendIdentificationArg setHopCounterPresent(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 MAPSendIdentificationArg setMsc_Number(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSendIdentificationArg setNumberOfRequestedVectors(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPSendIdentificationArg setNumberOfRequestedVectorsPresent(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 MAPSendIdentificationArg setPrevious_LAI(LocationAreaId 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 MAPSendIdentificationArg setSegmentationProhibitedPresent(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 MAPSendIdentificationArg setTmsi(byte[] value) throws IllegalStateException
setTmsi
in class MAPSendIdentificationArgSeq
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only