public class MAPMT_ForwardSM_Arg_v3 extends MAPMT_ForwardSM_Arg_v2
MT-ForwardSM-Arg-v3 ::= SEQUENCE { sm-RP-DA SM-RP-DA, sm-RP-OA SM-RP-OA, sm-RP-UI SignalInfo, moreMessagesToSend NULL OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... smDeliveryTimer SM-DeliveryTimerValue OPTIONAL, -- Added in release 10. Contains the value used by the SMS-GMSC. smDeliveryStartTime Time OPTIONAL -- Added in release 10. SM-DeliveryTimerValue contains the value used by the SMS-GMSC. } MAP-SM-DataTypes { MT-ForwardSM-Arg-v3 { @parentASN1Type MAP-SM-DataTypes-ph2.MT-ForwardSM-Arg-v2 sm-RP-UI { @api { @decodeMethod com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU.decodeRPMTData @encodeMethod com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU.encodeRPMTData @import com.opencloud.slee.resources.in.datatypes.sms.SMSTPDU } } } }Extended in R96.
Used as argument type by MAPOperations.mt_ForwardSM_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPMT_ForwardSM_Arg_v3()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPMT_ForwardSM_Arg_v3 |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMT_ForwardSM_Arg_v3 |
copyOf(MAPMT_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.
|
byte[] |
getSmDeliveryStartTime()
Gets the value of the field smDeliveryStartTime.
|
int |
getSmDeliveryTimer()
Gets the value of the field smDeliveryTimer.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasSmDeliveryStartTime()
Tests whether the field smDeliveryStartTime has a value.
|
boolean |
hasSmDeliveryTimer()
Tests whether the field smDeliveryTimer has a value.
|
MAPMT_ForwardSM_Arg_v3 |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPMT_ForwardSM_Arg_v3 |
setMoreMessagesToSendPresent(boolean flag)
Sets the presence or absence of the optional field moreMessagesToSend.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPMT_ForwardSM_Arg_v3 |
setSm_RP_DA(MAPSM_RP_DA value)
Sets the value of the field sm-RP-DA.
|
MAPMT_ForwardSM_Arg_v3 |
setSm_RP_OA(MAPSM_RP_OA value)
Sets the value of the field sm-RP-OA.
|
MAPMT_ForwardSM_Arg_v3 |
setSm_RP_UI(SMSTPDU value)
Sets the value of the field sm-RP-UI.
|
MAPMT_ForwardSM_Arg_v3 |
setSmDeliveryStartTime(byte[] value)
Sets the value of the field smDeliveryStartTime.
|
MAPMT_ForwardSM_Arg_v3 |
setSmDeliveryTimer(int value)
Sets the value of the field smDeliveryTimer and marks the field as present.
|
MAPMT_ForwardSM_Arg_v3 |
setSmDeliveryTimerPresent(boolean flag)
Sets the presence or absence of the optional field smDeliveryTimer.
|
hasMoreMessagesToSend
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 MAPMT_ForwardSM_Arg_v3()
public MAPMT_ForwardSM_Arg_v3 clone()
clone
in interface DataObject
clone
in class MAPMT_ForwardSM_Arg_v2
public static MAPMT_ForwardSM_Arg_v3 copyOf(MAPMT_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 MAPMT_ForwardSM_Arg_v2
withAbsents
- whether to put absent optional fields into Mappublic byte[] getSmDeliveryStartTime()
public int getSmDeliveryTimer()
public boolean hasExtensionContainer()
public boolean hasSmDeliveryStartTime()
public boolean hasSmDeliveryTimer()
public MAPMT_ForwardSM_Arg_v3 setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_ForwardSM_Arg_v3 setMoreMessagesToSendPresent(boolean flag) throws IllegalStateException
setMoreMessagesToSendPresent
in class MAPMT_ForwardSM_Arg_v2
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 MAPMT_ForwardSM_Arg
public MAPMT_ForwardSM_Arg_v3 setSmDeliveryStartTime(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_ForwardSM_Arg_v3 setSmDeliveryTimer(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_ForwardSM_Arg_v3 setSmDeliveryTimerPresent(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 MAPMT_ForwardSM_Arg_v3 setSm_RP_DA(MAPSM_RP_DA value) throws IllegalStateException
setSm_RP_DA
in class MAPMT_ForwardSM_Arg_v2
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_ForwardSM_Arg_v3 setSm_RP_OA(MAPSM_RP_OA value) throws IllegalStateException
setSm_RP_OA
in class MAPMT_ForwardSM_Arg_v2
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPMT_ForwardSM_Arg_v3 setSm_RP_UI(SMSTPDU value) throws IllegalStateException
setSm_RP_UI
in class MAPMT_ForwardSM_Arg_v2
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only