public class MAPSM_RP_DA extends MAPSM_RP_DA_v1
SM-RP-DA ::=
CHOICE {
imsi IMSI,
lmsi LMSI, -- Renamed from lMsId between ph1 and ph2.
serviceCentreAddressDA AddressString, -- Renamed from serviceCentreAddress between ph1 and ph2.
noSM-RP-DA NULL
}
MAP-SM-DataTypes {
SM-RP-DA {
@parentASN1Type MAP-SM-DataTypes-ph1.SM-RP-DA-v1
}
}
Added in ph2 as an extension of MAPSM_RP_DA_v1. Note that the parent's field roamingNumber is for use only in -v1 contexts.
Used as field type by MAPMO_ForwardSM_Arg_v2.
Used as field type by MAPMO_ForwardSM_Arg_v3.
Used as field type by MAPMT_ForwardSM_Arg_v2.
Used as field type by MAPMT_ForwardSM_Arg_v3.
| Modifier and Type | Class and Description |
|---|---|
static class |
MAPSM_RP_DA.Choice
API for MAP-SM-DataTypes.SM-RP-DA.Choice.
|
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPSM_RP_DA() |
| Modifier and Type | Method and Description |
|---|---|
MAPSM_RP_DA |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSM_RP_DA |
copyOf(MAPSM_RP_DA_v1 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 :discriminant-name to associated-value.
|
boolean |
isNoSM_RP_DAChosen()
Tests whether the choice is noSM-RP-DA.
|
MAPSM_RP_DA |
setImsi(IMSIAddress value)
Sets the value of the imsi choice.
|
MAPSM_RP_DA |
setLmsi(LMSIAddress value)
Sets the value of the lmsi choice.
|
MAPSM_RP_DA |
setNoSM_RP_DA()
Sets the noSM-RP-DA choice.
|
MAPSM_RP_DA |
setServiceCentreAddressDA(AddressString value)
Sets the value of the serviceCentreAddressDA choice.
|
getChoice, getImsi, getLmsi, getRoamingNumber, getServiceCentreAddressDA, isImsiChosen, isLmsiChosen, isRoamingNumberChosen, isServiceCentreAddressDAChosen, setChoice, setReadOnly, setRoamingNumberequals, hashCode, toStringcheckModify, isReadOnlypublic MAPSM_RP_DA clone()
clone in interface DataObjectclone in class MAPSM_RP_DA_v1public static MAPSM_RP_DA copyOf(MAPSM_RP_DA_v1 from)
from - the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class MAPSM_RP_DA_v1withAbsents - ignored, as value cannot be optionalpublic boolean isNoSM_RP_DAChosen()
public MAPSM_RP_DA setImsi(IMSIAddress value) throws IllegalStateException, NullPointerException
setImsi in class MAPSM_RP_DA_v1value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPSM_RP_DA setLmsi(LMSIAddress value) throws IllegalStateException, NullPointerException
setLmsi in class MAPSM_RP_DA_v1value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is nullpublic MAPSM_RP_DA setNoSM_RP_DA() throws IllegalStateException
IllegalStateException - if this instance has been marked as read-onlypublic MAPSM_RP_DA setServiceCentreAddressDA(AddressString value) throws IllegalStateException, NullPointerException
setServiceCentreAddressDA in class MAPSM_RP_DA_v1value - the new value for the choiceIllegalStateException - if this instance has been marked as read-onlyNullPointerException - if the given value is null