public class MAPReadyForSM_Arg extends AbstractFieldsObject
ReadyForSM-Arg ::= SEQUENCE { imsi IMSI, alertReason AlertReason, alertReasonIndicator NULL OPTIONAL, -- Added in R97. alertReasonIndicator is set only when the alertReason sent to HLR is for GPRS. extensionContainer ExtensionContainer OPTIONAL, -- Added in R97. ... additionalAlertReasonIndicator NULL OPTIONAL -- Added in release 7. additionalAlertReasonIndicator is set only when the alertReason sent to HLR is for IP-SM-GW. }Added in ph2.
Used as argument type by MAPOperations.readyForSM
.
Used as argument type by MAPOperations.readyForSM_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPReadyForSM_Arg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPReadyForSM_Arg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPReadyForSM_Arg |
copyOf(MAPReadyForSM_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.
|
MAPAlertReason |
getAlertReason()
Gets the value of the field alertReason.
|
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 |
hasAdditionalAlertReasonIndicator()
Tests whether the field additionalAlertReasonIndicator is present.
|
boolean |
hasAlertReason()
Tests whether the field alertReason has a value.
|
boolean |
hasAlertReasonIndicator()
Tests whether the field alertReasonIndicator is present.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
MAPReadyForSM_Arg |
setAdditionalAlertReasonIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field additionalAlertReasonIndicator.
|
MAPReadyForSM_Arg |
setAlertReason(MAPAlertReason value)
Sets the value of the field alertReason.
|
MAPReadyForSM_Arg |
setAlertReasonIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field alertReasonIndicator.
|
MAPReadyForSM_Arg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPReadyForSM_Arg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPReadyForSM_Arg()
public MAPReadyForSM_Arg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPReadyForSM_Arg copyOf(MAPReadyForSM_Arg from)
from
- the object from which to copypublic MAPAlertReason getAlertReason()
public MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class AbstractFieldsObject
withAbsents
- whether to put absent optional fields into Mappublic IMSIAddress getImsi()
public boolean hasAdditionalAlertReasonIndicator()
public boolean hasAlertReason()
public boolean hasAlertReasonIndicator()
public boolean hasExtensionContainer()
public boolean hasImsi()
public MAPReadyForSM_Arg setAdditionalAlertReasonIndicatorPresent(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 MAPReadyForSM_Arg setAlertReason(MAPAlertReason value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReadyForSM_Arg setAlertReasonIndicatorPresent(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 MAPReadyForSM_Arg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPReadyForSM_Arg 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 AbstractDataObject