public class MAPProvideRoamingNumberArg extends AbstractFieldsObject
ProvideRoamingNumberArg ::= SEQUENCE { imsi IMSI, msc-Number ISDN-AddressString OPTIONAL, -- Renamed from mscNumber between ph1 and ph2. msisdn ISDN-AddressString OPTIONAL, -- Renamed from msIsdn between ph1 and ph2. previousRoamingNumber ISDN-AddressString OPTIONAL, -- Removed between ph2 and R96. lmsi LMSI OPTIONAL, -- Renamed from lMsId between ph1 and ph2. gsm-BearerCapability ExternalSignalInfo OPTIONAL, -- Renamed from gSM-BearerCapability between ph1 and ph2. networkSignalInfo ExternalSignalInfo OPTIONAL, -- If available from the network the ISDN High Layer Compatibility information element is carried in the networkSignalInfo parameter. The information is passed according to the rules specified in GSM 09.07. ... }Present in ph1.
Used as argument type by MAPOperations.provideRoamingNumber
.
Used as argument type by MAPOperations.provideRoamingNumber_v1
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPProvideRoamingNumberArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPProvideRoamingNumberArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPProvideRoamingNumberArg |
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.
|
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.
|
MAPExternalSignalInfo |
getGsm_BearerCapability()
Gets the value of the field gsm-BearerCapability.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
LMSIAddress |
getLmsi()
Gets the value of the field lmsi.
|
AddressString |
getMsc_Number()
Gets the value of the field msc-Number.
|
AddressString |
getMsisdn()
Gets the value of the field msisdn.
|
MAPExternalSignalInfo |
getNetworkSignalInfo()
Gets the value of the field networkSignalInfo.
|
AddressString |
getPreviousRoamingNumber()
Gets the value of the field previousRoamingNumber.
|
boolean |
hasGsm_BearerCapability()
Tests whether the field gsm-BearerCapability has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasLmsi()
Tests whether the field lmsi has a value.
|
boolean |
hasMsc_Number()
Tests whether the field msc-Number has a value.
|
boolean |
hasMsisdn()
Tests whether the field msisdn has a value.
|
boolean |
hasNetworkSignalInfo()
Tests whether the field networkSignalInfo has a value.
|
boolean |
hasPreviousRoamingNumber()
Tests whether the field previousRoamingNumber has a value.
|
MAPProvideRoamingNumberArg |
setGsm_BearerCapability(MAPExternalSignalInfo value)
Sets the value of the field gsm-BearerCapability.
|
MAPProvideRoamingNumberArg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
MAPProvideRoamingNumberArg |
setLmsi(LMSIAddress value)
Sets the value of the field lmsi.
|
MAPProvideRoamingNumberArg |
setMsc_Number(AddressString value)
Sets the value of the field msc-Number.
|
MAPProvideRoamingNumberArg |
setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
MAPProvideRoamingNumberArg |
setNetworkSignalInfo(MAPExternalSignalInfo value)
Sets the value of the field networkSignalInfo.
|
MAPProvideRoamingNumberArg |
setPreviousRoamingNumber(AddressString value)
Sets the value of the field previousRoamingNumber.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPProvideRoamingNumberArg()
public MAPProvideRoamingNumberArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPProvideRoamingNumberArg copyOf(MAPProvideRoamingNumberArg from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic MAPExternalSignalInfo getGsm_BearerCapability()
public IMSIAddress getImsi()
public LMSIAddress getLmsi()
public AddressString getMsc_Number()
public AddressString getMsisdn()
public MAPExternalSignalInfo getNetworkSignalInfo()
public AddressString getPreviousRoamingNumber()
public boolean hasGsm_BearerCapability()
public boolean hasImsi()
public boolean hasLmsi()
public boolean hasMsc_Number()
public boolean hasMsisdn()
public boolean hasNetworkSignalInfo()
public boolean hasPreviousRoamingNumber()
public MAPProvideRoamingNumberArg setGsm_BearerCapability(MAPExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg setImsi(IMSIAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg setLmsi(LMSIAddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg setMsc_Number(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg setMsisdn(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg setNetworkSignalInfo(MAPExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPProvideRoamingNumberArg setPreviousRoamingNumber(AddressString 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