public class MAPRoutingInfoForSM_Arg extends MAPSendRoutingInfoForSMArg
RoutingInfoForSM-Arg ::= SEQUENCE { msisdn ISDN-AddressString, -- Renamed from msIsdn between ph1 and ph2. sm-RP-PRI BOOLEAN, serviceCentreAddress AddressString, extensionContainer ExtensionContainer OPTIONAL, -- Added in R96. ... gprsSupportIndicator NULL OPTIONAL, -- Added in R97. gprsSupportIndicator is set only if the SMS-GMSC supports receiving of two numbers from the HLR. sm-RP-MTI SM-RP-MTI OPTIONAL, -- Added in R97. sm-RP-SMEA SM-RP-SMEA OPTIONAL, -- Added in R97. sm-deliveryNotIntended SM-DeliveryNotIntended OPTIONAL, -- Added in release 8. ip-sm-gwGuidanceIndicator NULL OPTIONAL -- Added in release 10. } MAP-SM-DataTypes { RoutingInfoForSM-Arg { @parentASN1Type MAP-SM-DataTypes-ph1.SendRoutingInfoForSMArg } }Extended in ph2. Note that the parent's fields cug-Interlock and teleserviceCode are for use only in -v1 contexts.
Used as argument type by MAPOperations.sendRoutingInfoForSM
.
Used as argument type by MAPOperations.sendRoutingInfoForSM_v3
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPRoutingInfoForSM_Arg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPRoutingInfoForSM_Arg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRoutingInfoForSM_Arg |
copyOf(MAPSendRoutingInfoForSMArg 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.
|
MAPSM_DeliveryNotIntended |
getSm_deliveryNotIntended()
Gets the value of the field sm-deliveryNotIntended.
|
int |
getSm_RP_MTI()
Gets the value of the field sm-RP-MTI.
|
byte[] |
getSm_RP_SMEA()
Gets the value of the field sm-RP-SMEA.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasGprsSupportIndicator()
Tests whether the field gprsSupportIndicator is present.
|
boolean |
hasIp_sm_gwGuidanceIndicator()
Tests whether the field ip-sm-gwGuidanceIndicator is present.
|
boolean |
hasSm_deliveryNotIntended()
Tests whether the field sm-deliveryNotIntended has a value.
|
boolean |
hasSm_RP_MTI()
Tests whether the field sm-RP-MTI has a value.
|
boolean |
hasSm_RP_SMEA()
Tests whether the field sm-RP-SMEA has a value.
|
MAPRoutingInfoForSM_Arg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPRoutingInfoForSM_Arg |
setGprsSupportIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field gprsSupportIndicator.
|
MAPRoutingInfoForSM_Arg |
setIp_sm_gwGuidanceIndicatorPresent(boolean flag)
Sets the presence or absence of the optional field ip-sm-gwGuidanceIndicator.
|
MAPRoutingInfoForSM_Arg |
setMsisdn(AddressString value)
Sets the value of the field msisdn.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPRoutingInfoForSM_Arg |
setServiceCentreAddress(AddressString value)
Sets the value of the field serviceCentreAddress.
|
MAPRoutingInfoForSM_Arg |
setSm_deliveryNotIntended(MAPSM_DeliveryNotIntended value)
Sets the value of the field sm-deliveryNotIntended.
|
MAPRoutingInfoForSM_Arg |
setSm_RP_MTI(int value)
Sets the value of the field sm-RP-MTI and marks the field as present.
|
MAPRoutingInfoForSM_Arg |
setSm_RP_MTIPresent(boolean flag)
Sets the presence or absence of the optional field sm-RP-MTI.
|
MAPRoutingInfoForSM_Arg |
setSm_RP_PRI(boolean value)
Sets the value of the field sm-RP-PRI.
|
MAPRoutingInfoForSM_Arg |
setSm_RP_SMEA(byte[] value)
Sets the value of the field sm-RP-SMEA.
|
getCug_Interlock, getMsisdn, getServiceCentreAddress, getSm_RP_PRI, getTeleserviceCode, hasCug_Interlock, hasMsisdn, hasServiceCentreAddress, hasSm_RP_PRI, hasTeleserviceCode, setCug_Interlock, setTeleserviceCode
equals, hashCode, toString
checkModify, isReadOnly
public MAPRoutingInfoForSM_Arg()
public MAPRoutingInfoForSM_Arg clone()
clone
in interface DataObject
clone
in class MAPSendRoutingInfoForSMArg
public static MAPRoutingInfoForSM_Arg copyOf(MAPSendRoutingInfoForSMArg from)
from
- the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap
in class MAPSendRoutingInfoForSMArg
withAbsents
- whether to put absent optional fields into Mappublic int getSm_RP_MTI()
public byte[] getSm_RP_SMEA()
public MAPSM_DeliveryNotIntended getSm_deliveryNotIntended()
public boolean hasExtensionContainer()
public boolean hasGprsSupportIndicator()
public boolean hasIp_sm_gwGuidanceIndicator()
public boolean hasSm_RP_MTI()
public boolean hasSm_RP_SMEA()
public boolean hasSm_deliveryNotIntended()
public MAPRoutingInfoForSM_Arg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForSM_Arg 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 MAPRoutingInfoForSM_Arg setIp_sm_gwGuidanceIndicatorPresent(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 MAPRoutingInfoForSM_Arg setMsisdn(AddressString value) throws IllegalStateException
setMsisdn
in class MAPSendRoutingInfoForSMArg
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 MAPSendRoutingInfoForSMArg
public MAPRoutingInfoForSM_Arg setServiceCentreAddress(AddressString value) throws IllegalStateException
setServiceCentreAddress
in class MAPSendRoutingInfoForSMArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForSM_Arg setSm_RP_MTI(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForSM_Arg setSm_RP_MTIPresent(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 MAPRoutingInfoForSM_Arg setSm_RP_PRI(boolean value) throws IllegalStateException
setSm_RP_PRI
in class MAPSendRoutingInfoForSMArg
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForSM_Arg setSm_RP_SMEA(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRoutingInfoForSM_Arg setSm_deliveryNotIntended(MAPSM_DeliveryNotIntended value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only