public class MAPReportSM_DeliveryStatusArg extends MAPReportSM_DeliveryStatusArg_v1
ReportSM-DeliveryStatusArg ::= SEQUENCE { msisdn ISDN-AddressString, serviceCentreAddress AddressString, sm-DeliveryOutcome SM-DeliveryOutcome, absentSubscriberDiagnosticSM AbsentSubscriberDiagnosticSM OPTIONAL, -- Added in R96. extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... gprsSupportIndicator NULL OPTIONAL, -- Added in R97. gprsSupportIndicator is set only if the SMS-GMSC supports handling of two delivery outcomes. deliveryOutcomeIndicator NULL OPTIONAL, -- Added in R97. DeliveryOutcomeIndicator is set when the SM-DeliveryOutcome is for GPRS. additionalSM-DeliveryOutcome SM-DeliveryOutcome OPTIONAL, -- Added in R97. If received, additionalSM-DeliveryOutcome is for GPRS. If DeliveryOutcomeIndicator is set, then AdditionalSM-DeliveryOutcome shall be absent. additionalAbsentSubscriberDiagnosticSM AbsentSubscriberDiagnosticSM OPTIONAL, -- Added in R97. If received additionalAbsentSubscriberDiagnosticSM is for GPRS. If DeliveryOutcomeIndicator is set, then AdditionalAbsentSubscriberDiagnosticSM shall be absent. ip-sm-gw-Indicator NULL OPTIONAL, -- Added in release 7. The ip-sm-gw indicator indicates by its presence that sm-deliveryOutcome is for delivery via IMS. If present, deliveryOutcomeIndicator shall be absent. ip-sm-gw-sm-deliveryOutcome SM-DeliveryOutcome OPTIONAL, -- Added in release 7. If received ip-sm-gw-sm-deliveryOutcome is for delivery via IMS. If ip-sm-gw-Indicator is set, then ip-sm-gw-sm-deliveryOutcome shall be absent. ip-sm-gw-absentSubscriberDiagnosticSM AbsentSubscriberDiagnosticSM OPTIONAL -- Added in release 7. If received ip-sm-gw-sm-absentSubscriberDiagnosticSM is for delivery via IMS. If ip-sm-gw-Indicator is set, then ip-sm-gw-sm-absentSubscriberDiagnosticSM shall be absent. } MAP-SM-DataTypes { ReportSM-DeliveryStatusArg { @parentASN1Type MAP-SM-DataTypes-ph1.ReportSM-DeliveryStatusArg-v1 } }Added in ph2.
Used as argument type by MAPOperations.reportSM_DeliveryStatus
.
Used as argument type by MAPOperations.reportSM_DeliveryStatus_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPReportSM_DeliveryStatusArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPReportSM_DeliveryStatusArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPReportSM_DeliveryStatusArg |
copyOf(MAPReportSM_DeliveryStatusArg_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.
|
int |
getAbsentSubscriberDiagnosticSM()
Gets the value of the field absentSubscriberDiagnosticSM.
|
int |
getAdditionalAbsentSubscriberDiagnosticSM()
Gets the value of the field additionalAbsentSubscriberDiagnosticSM.
|
MAPSM_DeliveryOutcome |
getAdditionalSM_DeliveryOutcome()
Gets the value of the field additionalSM-DeliveryOutcome.
|
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.
|
int |
getIp_sm_gw_absentSubscriberDiagnosticSM()
Gets the value of the field ip-sm-gw-absentSubscriberDiagnosticSM.
|
MAPSM_DeliveryOutcome |
getIp_sm_gw_sm_deliveryOutcome()
Gets the value of the field ip-sm-gw-sm-deliveryOutcome.
|
AddressString |
getMsisdn()
Gets the value of the field msisdn.
|
MAPSM_DeliveryOutcome |
getSm_DeliveryOutcome()
Gets the value of the field sm-DeliveryOutcome.
|
boolean |
hasAbsentSubscriberDiagnosticSM()
Tests whether the field absentSubscriberDiagnosticSM has a value.
|
boolean |
hasAdditionalAbsentSubscriberDiagnosticSM()
Tests whether the field additionalAbsentSubscriberDiagnosticSM has a value.
|
boolean |
hasAdditionalSM_DeliveryOutcome()
Tests whether the field additionalSM-DeliveryOutcome has a value.
|
boolean |
hasDeliveryOutcomeIndicator()
Tests whether the field deliveryOutcomeIndicator is present.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGprsSupportIndicator()
Tests whether the field gprsSupportIndicator is present.
|
boolean |
hasIp_sm_gw_absentSubscriberDiagnosticSM()
Tests whether the field ip-sm-gw-absentSubscriberDiagnosticSM has a value.
|
boolean |
hasIp_sm_gw_Indicator()
Tests whether the field ip-sm-gw-Indicator is present.
|
boolean |
hasIp_sm_gw_sm_deliveryOutcome()
Tests whether the field ip-sm-gw-sm-deliveryOutcome has a value.
|
boolean |
hasMsisdn()
Tests whether the field msisdn has a value.
|
boolean |
hasSm_DeliveryOutcome()
Tests whether the field sm-DeliveryOutcome has a value.
|
MAPReportSM_DeliveryStatusArg |
setAbsentSubscriberDiagnosticSM(int value)
Sets the value of the field absentSubscriberDiagnosticSM and marks the field as present.
|
MAPReportSM_DeliveryStatusArg |
setAbsentSubscriberDiagnosticSMPresent(boolean flag)
Sets the presence or absence of the optional field absentSubscriberDiagnosticSM.
|
MAPReportSM_DeliveryStatusArg |
setAdditionalAbsentSubscriberDiagnosticSM(int value)
Sets the value of the field additionalAbsentSubscriberDiagnosticSM and marks the field as present.
|
MAPReportSM_DeliveryStatusArg |
setAdditionalAbsentSubscriberDiagnosticSMPresent(boolean flag)
Sets the presence or absence of the optional field additionalAbsentSubscriberDiagnosticSM.
|
MAPReportSM_DeliveryStatusArg |
setAdditionalSM_DeliveryOutcome(MAPSM_DeliveryOutcome value)
Sets the value of the field additionalSM-DeliveryOutcome.
|
MAPReportSM_DeliveryStatusArg |
setDeliveryOutcomeIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field deliveryOutcomeIndicator.
|
MAPReportSM_DeliveryStatusArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPReportSM_DeliveryStatusArg |
setGprsSupportIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field gprsSupportIndicator.
|
MAPReportSM_DeliveryStatusArg |
setIp_sm_gw_absentSubscriberDiagnosticSM(int value)
Sets the value of the field ip-sm-gw-absentSubscriberDiagnosticSM and marks the field as present.
|
MAPReportSM_DeliveryStatusArg |
setIp_sm_gw_absentSubscriberDiagnosticSMPresent(boolean flag)
Sets the presence or absence of the optional field ip-sm-gw-absentSubscriberDiagnosticSM.
|
MAPReportSM_DeliveryStatusArg |
setIp_sm_gw_IndicatorPresent(boolean flag)
Sets the presence or absence of the optional field ip-sm-gw-Indicator.
|
MAPReportSM_DeliveryStatusArg |
setIp_sm_gw_sm_deliveryOutcome(MAPSM_DeliveryOutcome value)
Sets the value of the field ip-sm-gw-sm-deliveryOutcome.
|
MAPReportSM_DeliveryStatusArg |
setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPReportSM_DeliveryStatusArg |
setServiceCentreAddress(AddressString value)
Sets the value of the field serviceCentreAddress.
|
MAPReportSM_DeliveryStatusArg |
setSm_DeliveryOutcome(MAPSM_DeliveryOutcome value)
Sets the value of the field sm-DeliveryOutcome.
|
getMsIsdn, getServiceCentreAddress, hasMsIsdn, hasServiceCentreAddress, setMsIsdn
equals, hashCode, toString
checkModify, isReadOnly
public MAPReportSM_DeliveryStatusArg()
public MAPReportSM_DeliveryStatusArg clone()
clone
in interface DataObject
clone
in class MAPReportSM_DeliveryStatusArg_v1
public static MAPReportSM_DeliveryStatusArg copyOf(MAPReportSM_DeliveryStatusArg_v1 from)
from
- the object from which to copypublic int getAbsentSubscriberDiagnosticSM()
public int getAdditionalAbsentSubscriberDiagnosticSM()
public MAPSM_DeliveryOutcome getAdditionalSM_DeliveryOutcome()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPReportSM_DeliveryStatusArg_v1
withAbsents
- whether to put absent optional fields into Mappublic int getIp_sm_gw_absentSubscriberDiagnosticSM()
public MAPSM_DeliveryOutcome getIp_sm_gw_sm_deliveryOutcome()
public AddressString getMsisdn()
public MAPSM_DeliveryOutcome getSm_DeliveryOutcome()
public boolean hasAbsentSubscriberDiagnosticSM()
public boolean hasAdditionalAbsentSubscriberDiagnosticSM()
public boolean hasAdditionalSM_DeliveryOutcome()
public boolean hasDeliveryOutcomeIndicator()
public boolean hasExtensionContainer()
public boolean hasGprsSupportIndicator()
public boolean hasIp_sm_gw_Indicator()
public boolean hasIp_sm_gw_absentSubscriberDiagnosticSM()
public boolean hasIp_sm_gw_sm_deliveryOutcome()
public boolean hasMsisdn()
public boolean hasSm_DeliveryOutcome()
public MAPReportSM_DeliveryStatusArg setAbsentSubscriberDiagnosticSM(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReportSM_DeliveryStatusArg setAbsentSubscriberDiagnosticSMPresent(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 MAPReportSM_DeliveryStatusArg setAdditionalAbsentSubscriberDiagnosticSM(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReportSM_DeliveryStatusArg setAdditionalAbsentSubscriberDiagnosticSMPresent(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 MAPReportSM_DeliveryStatusArg setAdditionalSM_DeliveryOutcome(MAPSM_DeliveryOutcome value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReportSM_DeliveryStatusArg setDeliveryOutcomeIndicatorPresent(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 MAPReportSM_DeliveryStatusArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReportSM_DeliveryStatusArg setGprsSupportIndicatorPresent(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 MAPReportSM_DeliveryStatusArg setIp_sm_gw_IndicatorPresent(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 MAPReportSM_DeliveryStatusArg setIp_sm_gw_absentSubscriberDiagnosticSM(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReportSM_DeliveryStatusArg setIp_sm_gw_absentSubscriberDiagnosticSMPresent(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 MAPReportSM_DeliveryStatusArg setIp_sm_gw_sm_deliveryOutcome(MAPSM_DeliveryOutcome value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReportSM_DeliveryStatusArg setMsisdn(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 MAPReportSM_DeliveryStatusArg_v1
public MAPReportSM_DeliveryStatusArg setServiceCentreAddress(AddressString value) throws IllegalStateException
setServiceCentreAddress
in class MAPReportSM_DeliveryStatusArg_v1
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReportSM_DeliveryStatusArg setSm_DeliveryOutcome(MAPSM_DeliveryOutcome value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only