public class MAPLocationInfoWithLMSI_v3 extends MAPLocationInfoWithLMSI
LocationInfoWithLMSI-v3 ::=
SEQUENCE {
locationInfo LocationInfo-v3, -- Synthetic type used to maintain API compatibility with ph1 messages, contains msc-Number only.
lmsi LMSI OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL, -- Added in R96.
...
gprsNodeIndicator NULL OPTIONAL, -- Added in R97.
additional-Number Additional-Number OPTIONAL -- Added in R97.
}
MAP-SM-DataTypes {
LocationInfoWithLMSI-v3 {
@parentASN1Type MAP-SM-DataTypes-ph1.LocationInfoWithLMSI
}
}
Added in ph2. NetworkNode-number can be either msc-number or sgsn-number or IP-SM-GW number or SMS Router number. gprsNodeIndicator is set only if the SGSN number is sent as the Network Node Number. additional-number can be either msc-number or sgsn-number. If received networkNode-number is msc-number then the additional number is sgsn-number. If received networkNode-number is sgsn-number then the additional number is msc-number.FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPLocationInfoWithLMSI_v3()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPLocationInfoWithLMSI_v3 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPLocationInfoWithLMSI_v3 |
copyOf(MAPLocationInfoWithLMSI 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.
|
MAPAdditional_Number |
getAdditional_Number()
Gets the value of the field additional-Number.
|
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.
|
LMSIAddress |
getLmsi()
Gets the value of the field lmsi.
|
boolean |
hasAdditional_Number()
Tests whether the field additional-Number has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGprsNodeIndicator()
Tests whether the field gprsNodeIndicator is present.
|
boolean |
hasLmsi()
Tests whether the field lmsi has a value.
|
MAPLocationInfoWithLMSI_v3 |
setAdditional_Number(MAPAdditional_Number value)
Sets the value of the field additional-Number.
|
MAPLocationInfoWithLMSI_v3 |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPLocationInfoWithLMSI_v3 |
setGprsNodeIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field gprsNodeIndicator.
|
MAPLocationInfoWithLMSI_v3 |
setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPLocationInfoWithLMSI_v3 |
setLocationInfo(MAPLocationInfo value)
Sets the value of the field locationInfo.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
getLMsId, getLocationInfo, hasLMsId, hasLocationInfo, setLMsIdequals, hashCode, toStringcheckModify, isReadOnlypublic MAPLocationInfoWithLMSI_v3()
public MAPLocationInfoWithLMSI_v3 clone()
clone in interface DataObjectclone in class MAPLocationInfoWithLMSIpublic static MAPLocationInfoWithLMSI_v3 copyOf(MAPLocationInfoWithLMSI from)
from - the object from which to copypublic MAPAdditional_Number getAdditional_Number()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class MAPLocationInfoWithLMSIwithAbsents - whether to put absent optional fields into Mappublic LMSIAddress getLmsi()
public boolean hasAdditional_Number()
public boolean hasExtensionContainer()
public boolean hasGprsNodeIndicator()
public boolean hasLmsi()
public MAPLocationInfoWithLMSI_v3 setAdditional_Number(MAPAdditional_Number value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPLocationInfoWithLMSI_v3 setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPLocationInfoWithLMSI_v3 setGprsNodeIndicatorPresent(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 MAPLocationInfoWithLMSI_v3 setLmsi(LMSIAddress value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPLocationInfoWithLMSI_v3 setLocationInfo(MAPLocationInfo value) throws IllegalStateException
setLocationInfo in class MAPLocationInfoWithLMSIvalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class MAPLocationInfoWithLMSI