public class MAPReportSM_DeliveryStatusRes extends MAPReportSM_DeliveryStatusResSeq
ReportSM-DeliveryStatusRes ::=
SEQUENCE {
storedMSISDN ISDN-AddressString OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL,
...
}
MAP-SM-DataTypes {
ReportSM-DeliveryStatusRes {
@parentASN1Type MAP-ShortMessageServiceOperations-ph2.reportSM-DeliveryStatus.ResultType
}
}
Extended in R96.
Used as result type by MAPOperations.reportSM_DeliveryStatus_v3.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPReportSM_DeliveryStatusRes()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPReportSM_DeliveryStatusRes |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPReportSM_DeliveryStatusRes |
copyOf(MAPReportSM_DeliveryStatusResSeq 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.
|
AddressString |
getStoredMSISDN()
Gets the value of the field storedMSISDN.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasStoredMSISDN()
Tests whether the field storedMSISDN has a value.
|
MAPReportSM_DeliveryStatusRes |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPReportSM_DeliveryStatusRes |
setStoredMSISDN(AddressString value)
Sets the value of the field storedMSISDN.
|
getMsisdn, hasMsisdn, setMsisdnequals, hashCode, toStringcheckModify, isReadOnlypublic MAPReportSM_DeliveryStatusRes()
public MAPReportSM_DeliveryStatusRes clone()
clone in interface DataObjectclone in class MAPReportSM_DeliveryStatusResSeqpublic static MAPReportSM_DeliveryStatusRes copyOf(MAPReportSM_DeliveryStatusResSeq from)
from - the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class MAPReportSM_DeliveryStatusResSeqwithAbsents - whether to put absent optional fields into Mappublic AddressString getStoredMSISDN()
public boolean hasExtensionContainer()
public boolean hasStoredMSISDN()
public MAPReportSM_DeliveryStatusRes setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class MAPReportSM_DeliveryStatusResSeqpublic MAPReportSM_DeliveryStatusRes setStoredMSISDN(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only