public class MAPMO_ForwardSM_Arg_v2 extends MAPMO_ForwardSM_Arg
MO-ForwardSM-Arg-v2 ::= SEQUENCE { sm-RP-DA SM-RP-DA, sm-RP-OA SM-RP-OA, sm-RP-UI SignalInfo, moreMessagesToSend NULL OPTIONAL, -- Added in ph2. This is irrelevant to the MO case and was removed in -v3. ... } MAP-SM-DataTypes-ph2 { MO-ForwardSM-Arg-v2 { @parentASN1Type MAP-SM-DataTypes-ph1.MO-ForwardSM-Arg 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 } } } }Represents the MO case of the ForwardSMArg that is present in ph2.
Used as argument type by MAPOperations.mo_ForwardSM
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPMO_ForwardSM_Arg_v2()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPMO_ForwardSM_Arg_v2 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMO_ForwardSM_Arg_v2 |
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.
|
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.
|
boolean |
hasMoreMessagesToSend()
Tests whether the field moreMessagesToSend is present.
|
MAPMO_ForwardSM_Arg_v2 |
setMoreMessagesToSendPresent(boolean flag)
Sets the presence or absence of the optional field moreMessagesToSend.
|
MAPMO_ForwardSM_Arg_v2 |
setSm_RP_DA(MAPSM_RP_DA value)
Sets the value of the field sm-RP-DA.
|
MAPMO_ForwardSM_Arg_v2 |
setSm_RP_OA(MAPSM_RP_OA value)
Sets the value of the field sm-RP-OA.
|
MAPMO_ForwardSM_Arg_v2 |
setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.
|
getSm_RP_DA, getSm_RP_OA, getSm_RP_UI, hasSm_RP_DA, hasSm_RP_OA, hasSm_RP_UI, setReadOnly, setSm_RP_DA
equals, hashCode, toString
checkModify, isReadOnly
public MAPMO_ForwardSM_Arg_v2()
public MAPMO_ForwardSM_Arg_v2 clone()
clone
in interface DataObject
clone
in class MAPMO_ForwardSM_Arg
public static MAPMO_ForwardSM_Arg_v2 copyOf(MAPMO_ForwardSM_Arg from)
from
- the object from which to copypublic static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPMO_ForwardSM_Arg
withAbsents
- whether to put absent optional fields into Mappublic boolean hasMoreMessagesToSend()
public MAPMO_ForwardSM_Arg_v2 setMoreMessagesToSendPresent(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 MAPMO_ForwardSM_Arg_v2 setSm_RP_DA(MAPSM_RP_DA value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMO_ForwardSM_Arg_v2 setSm_RP_OA(MAPSM_RP_OA value) throws IllegalStateException
setSm_RP_OA
in class MAPMO_ForwardSM_Arg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMO_ForwardSM_Arg_v2 setSm_RP_UI(SMSTPDU value) throws IllegalStateException
setSm_RP_UI
in class MAPMO_ForwardSM_Arg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only