public class MAPMO_ForwardSM_Arg_v3 extends MAPMO_ForwardSM_Arg_v2
MO-ForwardSM-Arg-v3 ::= SEQUENCE { sm-RP-DA SM-RP-DA, sm-RP-OA SM-RP-OA, sm-RP-UI SignalInfo, extensionContainer ExtensionContainer OPTIONAL, ... imsi IMSI OPTIONAL } MAP-SM-DataTypes { MO-ForwardSM-Arg-v3 { @parentASN1Type MAP-SM-DataTypes-ph2.MO-ForwardSM-Arg-v2 sm-RP-UI { @api { @decodeMethod com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU.decodeRPMOData @encodeMethod com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU.encodeRPMOData @import com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU } } } }Extended in R96. Note that the parent's field moreMessagesToSend is not used in -v3 contexts.
Used as argument type by MAPOperations.mo_ForwardSM_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPMO_ForwardSM_Arg_v3()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPMO_ForwardSM_Arg_v3 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMO_ForwardSM_Arg_v3 |
copyOf(MAPMO_ForwardSM_Arg 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.
|
IMSIAddress |
getImsi()
Gets the value of the field imsi.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
MAPMO_ForwardSM_Arg_v3 |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPMO_ForwardSM_Arg_v3 |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPMO_ForwardSM_Arg_v3 |
setSm_RP_DA(MAPSM_RP_DA value)
Sets the value of the field sm-RP-DA.
|
MAPMO_ForwardSM_Arg_v3 |
setSm_RP_OA(MAPSM_RP_OA value)
Sets the value of the field sm-RP-OA.
|
MAPMO_ForwardSM_Arg_v3 |
setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.
|
hasMoreMessagesToSend, setMoreMessagesToSendPresent
getSm_RP_DA, getSm_RP_OA, getSm_RP_UI, hasSm_RP_DA, hasSm_RP_OA, hasSm_RP_UI, setSm_RP_DA
equals, hashCode, toString
checkModify, isReadOnly
public MAPMO_ForwardSM_Arg_v3()
public MAPMO_ForwardSM_Arg_v3 clone()
clone
in interface DataObject
clone
in class MAPMO_ForwardSM_Arg_v2
public static MAPMO_ForwardSM_Arg_v3 copyOf(MAPMO_ForwardSM_Arg from)
from
- the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPMO_ForwardSM_Arg_v2
withAbsents
- whether to put absent optional fields into Mappublic IMSIAddress getImsi()
public boolean hasExtensionContainer()
public boolean hasImsi()
public MAPMO_ForwardSM_Arg_v3 setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMO_ForwardSM_Arg_v3 setImsi(IMSIAddress 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 MAPMO_ForwardSM_Arg
public MAPMO_ForwardSM_Arg_v3 setSm_RP_DA(MAPSM_RP_DA value) throws IllegalStateException
setSm_RP_DA
in class MAPMO_ForwardSM_Arg_v2
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMO_ForwardSM_Arg_v3 setSm_RP_OA(MAPSM_RP_OA value) throws IllegalStateException
setSm_RP_OA
in class MAPMO_ForwardSM_Arg_v2
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMO_ForwardSM_Arg_v3 setSm_RP_UI(SMSTPDU value) throws IllegalStateException
setSm_RP_UI
in class MAPMO_ForwardSM_Arg_v2
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only