public class MAPProvideRoamingNumberArg_v3 extends MAPProvideRoamingNumberArg
ProvideRoamingNumberArg-v3 ::= SEQUENCE { imsi IMSI, msc-Number ISDN-AddressString, msisdn ISDN-AddressString OPTIONAL, lmsi LMSI OPTIONAL, gsm-BearerCapability ExternalSignalInfo OPTIONAL, networkSignalInfo ExternalSignalInfo OPTIONAL, suppressionOfAnnouncement SuppressionOfAnnouncement OPTIONAL, -- Added in R96. gmsc-Address ISDN-AddressString OPTIONAL, -- Added in R96. callReferenceNumber CallReferenceNumber OPTIONAL, -- Added in R96. or-Interrogation NULL OPTIONAL, -- Added in R96. extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... alertingPattern AlertingPattern OPTIONAL, -- Added in R97. ccbs-Call NULL OPTIONAL, -- Added in R97. supportedCamelPhasesInInterrogatingNode SupportedCamelPhases OPTIONAL, -- Added in R97. Renamed from supportedCamelPhasesInGMSC between releases 4 and 5. additionalSignalInfo Ext-ExternalSignalInfo OPTIONAL, -- Added in R98. orNotSupportedInGMSC NULL OPTIONAL, -- Added in R98. pre-pagingSupported NULL OPTIONAL, -- Added in R99. longFTN-Supported NULL OPTIONAL, -- Added in R99. suppress-VT-CSI NULL OPTIONAL, -- Added in release 5. offeredCamel4CSIsInInterrogatingNode OfferedCamel4CSIs OPTIONAL, -- Added in release 5. mtRoamingRetrySupported NULL OPTIONAL, -- Added in release 7. pagingArea PagingArea OPTIONAL, -- Added in release 8. callPriority EMLPP-Priority OPTIONAL -- Added in release 8. } MAP-CH-DataTypes { ProvideRoamingNumberArg-v3 { @parentASN1Type MAP-CH-DataTypes-ph2.ProvideRoamingNumberArg } }Extended in R96.
Used as argument type by MAPOperations.provideRoamingNumber_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPProvideRoamingNumberArg_v3()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPProvideRoamingNumberArg_v3 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProvideRoamingNumberArg_v3 |
copyOf(MAPProvideRoamingNumberArg 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.
|
MAPExt_ExternalSignalInfo |
getAdditionalSignalInfo()
Gets the value of the field additionalSignalInfo.
|
byte[] |
getAlertingPattern()
Gets the value of the field alertingPattern.
|
int |
getCallPriority()
Gets the value of the field callPriority.
|
byte[] |
getCallReferenceNumber()
Gets the value of the field callReferenceNumber.
|
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.
|
AddressString |
getGmsc_Address()
Gets the value of the field gmsc-Address.
|
MAPOfferedCamel4CSIs |
getOfferedCamel4CSIsInInterrogatingNode()
Gets the value of the field offeredCamel4CSIsInInterrogatingNode.
|
MAPLocationArea[] |
getPagingArea()
Gets the value of the field pagingArea.
|
MAPSupportedCamelPhases |
getSupportedCamelPhasesInInterrogatingNode()
Gets the value of the field supportedCamelPhasesInInterrogatingNode.
|
boolean |
hasAdditionalSignalInfo()
Tests whether the field additionalSignalInfo has a value.
|
boolean |
hasAlertingPattern()
Tests whether the field alertingPattern has a value.
|
boolean |
hasCallPriority()
Tests whether the field callPriority has a value.
|
boolean |
hasCallReferenceNumber()
Tests whether the field callReferenceNumber has a value.
|
boolean |
hasCcbs_Call()
Tests whether the field ccbs-Call is present.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGmsc_Address()
Tests whether the field gmsc-Address has a value.
|
boolean |
hasLongFTN_Supported()
Tests whether the field longFTN-Supported is present.
|
boolean |
hasMtRoamingRetrySupported()
Tests whether the field mtRoamingRetrySupported is present.
|
boolean |
hasOfferedCamel4CSIsInInterrogatingNode()
Tests whether the field offeredCamel4CSIsInInterrogatingNode has a value.
|
boolean |
hasOr_Interrogation()
Tests whether the field or-Interrogation is present.
|
boolean |
hasOrNotSupportedInGMSC()
Tests whether the field orNotSupportedInGMSC is present.
|
boolean |
hasPagingArea()
Tests whether the field pagingArea has a value.
|
boolean |
hasPre_pagingSupported()
Tests whether the field pre-pagingSupported is present.
|
boolean |
hasSupportedCamelPhasesInInterrogatingNode()
Tests whether the field supportedCamelPhasesInInterrogatingNode has a value.
|
boolean |
hasSuppress_VT_CSI()
Tests whether the field suppress-VT-CSI is present.
|
boolean |
hasSuppressionOfAnnouncement()
Tests whether the field suppressionOfAnnouncement is present.
|
MAPProvideRoamingNumberArg_v3 |
setAdditionalSignalInfo(MAPExt_ExternalSignalInfo value)
Sets the value of the field additionalSignalInfo.
|
MAPProvideRoamingNumberArg_v3 |
setAlertingPattern(byte[] value)
Sets the value of the field alertingPattern.
|
MAPProvideRoamingNumberArg_v3 |
setCallPriority(int value)
Sets the value of the field callPriority and marks the field as present.
|
MAPProvideRoamingNumberArg_v3 |
setCallPriorityPresent(boolean flag)
Sets the presence or absence of the optional field callPriority.
|
MAPProvideRoamingNumberArg_v3 |
setCallReferenceNumber(byte[] value)
Sets the value of the field callReferenceNumber.
|
MAPProvideRoamingNumberArg_v3 |
setCcbs_CallPresent(boolean flag)
Sets the presence or absence of the optional field ccbs-Call.
|
MAPProvideRoamingNumberArg_v3 |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPProvideRoamingNumberArg_v3 |
setGmsc_Address(AddressString value)
Sets the value of the field gmsc-Address.
|
MAPProvideRoamingNumberArg_v3 |
setGsm_BearerCapability(MAPExternalSignalInfo value)
Sets the value of the field gsm-BearerCapability.
|
MAPProvideRoamingNumberArg_v3 |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPProvideRoamingNumberArg_v3 |
setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPProvideRoamingNumberArg_v3 |
setLongFTN_SupportedPresent(boolean flag)
Sets the presence or absence of the optional field longFTN-Supported.
|
MAPProvideRoamingNumberArg_v3 |
setMsc_Number(AddressString value)
Sets the value of the field msc-Number.
|
MAPProvideRoamingNumberArg_v3 |
setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPProvideRoamingNumberArg_v3 |
setMtRoamingRetrySupportedPresent(boolean flag)
Sets the presence or absence of the optional field mtRoamingRetrySupported.
|
MAPProvideRoamingNumberArg_v3 |
setNetworkSignalInfo(MAPExternalSignalInfo value)
Sets the value of the field networkSignalInfo.
|
MAPProvideRoamingNumberArg_v3 |
setOfferedCamel4CSIsInInterrogatingNode(MAPOfferedCamel4CSIs value)
Sets the value of the field offeredCamel4CSIsInInterrogatingNode.
|
MAPProvideRoamingNumberArg_v3 |
setOr_InterrogationPresent(boolean flag)
Sets the presence or absence of the optional field or-Interrogation.
|
MAPProvideRoamingNumberArg_v3 |
setOrNotSupportedInGMSCPresent(boolean flag)
Sets the presence or absence of the optional field orNotSupportedInGMSC.
|
MAPProvideRoamingNumberArg_v3 |
setPagingArea(MAPLocationArea[] value)
Sets the value of the field pagingArea.
|
MAPProvideRoamingNumberArg_v3 |
setPre_pagingSupportedPresent(boolean flag)
Sets the presence or absence of the optional field pre-pagingSupported.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPProvideRoamingNumberArg_v3 |
setSupportedCamelPhasesInInterrogatingNode(MAPSupportedCamelPhases value)
Sets the value of the field supportedCamelPhasesInInterrogatingNode.
|
MAPProvideRoamingNumberArg_v3 |
setSuppress_VT_CSIPresent(boolean flag)
Sets the presence or absence of the optional field suppress-VT-CSI.
|
MAPProvideRoamingNumberArg_v3 |
setSuppressionOfAnnouncementPresent(boolean flag)
Sets the presence or absence of the optional field suppressionOfAnnouncement.
|
getGsm_BearerCapability, getImsi, getLmsi, getMsc_Number, getMsisdn, getNetworkSignalInfo, getPreviousRoamingNumber, hasGsm_BearerCapability, hasImsi, hasLmsi, hasMsc_Number, hasMsisdn, hasNetworkSignalInfo, hasPreviousRoamingNumber, setPreviousRoamingNumber
equals, hashCode, toString
checkModify, isReadOnly
public MAPProvideRoamingNumberArg_v3()
public MAPProvideRoamingNumberArg_v3 clone()
clone
in interface DataObject
clone
in class MAPProvideRoamingNumberArg
public static MAPProvideRoamingNumberArg_v3 copyOf(MAPProvideRoamingNumberArg from)
from
- the object from which to copypublic MAPExt_ExternalSignalInfo getAdditionalSignalInfo()
public byte[] getAlertingPattern()
public int getCallPriority()
public byte[] getCallReferenceNumber()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPProvideRoamingNumberArg
withAbsents
- whether to put absent optional fields into Mappublic AddressString getGmsc_Address()
public MAPOfferedCamel4CSIs getOfferedCamel4CSIsInInterrogatingNode()
public MAPLocationArea[] getPagingArea()
public MAPSupportedCamelPhases getSupportedCamelPhasesInInterrogatingNode()
public boolean hasAdditionalSignalInfo()
public boolean hasAlertingPattern()
public boolean hasCallPriority()
public boolean hasCallReferenceNumber()
public boolean hasCcbs_Call()
public boolean hasExtensionContainer()
public boolean hasGmsc_Address()
public boolean hasLongFTN_Supported()
public boolean hasMtRoamingRetrySupported()
public boolean hasOfferedCamel4CSIsInInterrogatingNode()
public boolean hasOrNotSupportedInGMSC()
public boolean hasOr_Interrogation()
public boolean hasPagingArea()
public boolean hasPre_pagingSupported()
public boolean hasSupportedCamelPhasesInInterrogatingNode()
public boolean hasSuppress_VT_CSI()
public boolean hasSuppressionOfAnnouncement()
public MAPProvideRoamingNumberArg_v3 setAdditionalSignalInfo(MAPExt_ExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setAlertingPattern(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setCallPriority(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setCallPriorityPresent(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 MAPProvideRoamingNumberArg_v3 setCallReferenceNumber(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setCcbs_CallPresent(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 MAPProvideRoamingNumberArg_v3 setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setGmsc_Address(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setGsm_BearerCapability(MAPExternalSignalInfo value) throws IllegalStateException
setGsm_BearerCapability
in class MAPProvideRoamingNumberArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setImsi(IMSIAddress value) throws IllegalStateException
setImsi
in class MAPProvideRoamingNumberArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setLmsi(LMSIAddress value) throws IllegalStateException
setLmsi
in class MAPProvideRoamingNumberArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setLongFTN_SupportedPresent(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 MAPProvideRoamingNumberArg_v3 setMsc_Number(AddressString value) throws IllegalStateException
setMsc_Number
in class MAPProvideRoamingNumberArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setMsisdn(AddressString value) throws IllegalStateException
setMsisdn
in class MAPProvideRoamingNumberArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setMtRoamingRetrySupportedPresent(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 MAPProvideRoamingNumberArg_v3 setNetworkSignalInfo(MAPExternalSignalInfo value) throws IllegalStateException
setNetworkSignalInfo
in class MAPProvideRoamingNumberArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setOfferedCamel4CSIsInInterrogatingNode(MAPOfferedCamel4CSIs value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setOrNotSupportedInGMSCPresent(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 MAPProvideRoamingNumberArg_v3 setOr_InterrogationPresent(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 MAPProvideRoamingNumberArg_v3 setPagingArea(MAPLocationArea[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setPre_pagingSupportedPresent(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 MAPProvideRoamingNumberArg
public MAPProvideRoamingNumberArg_v3 setSupportedCamelPhasesInInterrogatingNode(MAPSupportedCamelPhases value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg_v3 setSuppress_VT_CSIPresent(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 MAPProvideRoamingNumberArg_v3 setSuppressionOfAnnouncementPresent(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-only