public class MAPSendRoutingInfoForSMArg extends AbstractFieldsObject
SendRoutingInfoForSMArg ::=
SEQUENCE {
msIsdn ISDN-AddressString, -- Renamed to msisdn between ph1 and ph2.
sm-RP-PRI BOOLEAN,
serviceCentreAddress AddressString,
cug-Interlock CUG-Interlock OPTIONAL, -- Removed between ph1 and ph2.
teleserviceCode TeleserviceCode OPTIONAL -- Removed between ph1 and ph2.
}
MAP-SM-DataTypes-ph1 {
SendRoutingInfoForSMArg {
msIsdn {
@rename msisdn
}
}
}
Present in ph1.
Used as argument type by MAPOperations.sendRoutingInfoForSM_v1.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPSendRoutingInfoForSMArg()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPSendRoutingInfoForSMArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPSendRoutingInfoForSMArg |
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.
|
CUGInterLockCode |
getCug_Interlock()
Gets the value of the field cug-Interlock.
|
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 |
getMsisdn()
Gets the value of the field msIsdn.
|
AddressString |
getServiceCentreAddress()
Gets the value of the field serviceCentreAddress.
|
boolean |
getSm_RP_PRI()
Gets the value of the field sm-RP-PRI.
|
byte[] |
getTeleserviceCode()
Gets the value of the field teleserviceCode.
|
boolean |
hasCug_Interlock()
Tests whether the field cug-Interlock has a value.
|
boolean |
hasMsisdn()
Tests whether the field msIsdn has a value.
|
boolean |
hasServiceCentreAddress()
Tests whether the field serviceCentreAddress has a value.
|
boolean |
hasSm_RP_PRI()
Tests whether the field sm-RP-PRI has a value.
|
boolean |
hasTeleserviceCode()
Tests whether the field teleserviceCode has a value.
|
MAPSendRoutingInfoForSMArg |
setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
MAPSendRoutingInfoForSMArg |
setMsisdn(AddressString value)
Sets the value of the field msIsdn.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPSendRoutingInfoForSMArg |
setServiceCentreAddress(AddressString value)
Sets the value of the field serviceCentreAddress.
|
MAPSendRoutingInfoForSMArg |
setSm_RP_PRI(boolean value)
Sets the value of the field sm-RP-PRI and marks the field as present.
|
MAPSendRoutingInfoForSMArg |
setTeleserviceCode(byte[] value)
Sets the value of the field teleserviceCode.
|
equals, hashCode, toStringcheckModify, isReadOnlypublic MAPSendRoutingInfoForSMArg()
public MAPSendRoutingInfoForSMArg clone()
clone in interface DataObjectclone in class AbstractDataObjectpublic static MAPSendRoutingInfoForSMArg copyOf(MAPSendRoutingInfoForSMArg from)
from - the object from which to copypublic CUGInterLockCode getCug_Interlock()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class AbstractFieldsObjectwithAbsents - whether to put absent optional fields into Mappublic AddressString getMsisdn()
public AddressString getServiceCentreAddress()
public boolean getSm_RP_PRI()
public byte[] getTeleserviceCode()
public boolean hasCug_Interlock()
public boolean hasMsisdn()
public boolean hasServiceCentreAddress()
public boolean hasSm_RP_PRI()
public boolean hasTeleserviceCode()
public MAPSendRoutingInfoForSMArg setCug_Interlock(CUGInterLockCode value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendRoutingInfoForSMArg 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 DataObjectsetReadOnly in class AbstractDataObjectpublic MAPSendRoutingInfoForSMArg setServiceCentreAddress(AddressString value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendRoutingInfoForSMArg setSm_RP_PRI(boolean value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPSendRoutingInfoForSMArg setTeleserviceCode(byte[] value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-only