public class MAPRemoteUserFreeArg extends AbstractFieldsObject
RemoteUserFreeArg ::= SEQUENCE { imsi IMSI, callInfo ExternalSignalInfo, ccbs-Feature CCBS-Feature, translatedB-Number ISDN-AddressString, replaceB-Number NULL OPTIONAL, alertingPattern AlertingPattern OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... }Added in R97.
Used as argument type by MAPOperations.remoteUserFree
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPRemoteUserFreeArg()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPRemoteUserFreeArg |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPRemoteUserFreeArg |
copyOf(MAPRemoteUserFreeArg 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.
|
byte[] |
getAlertingPattern()
Gets the value of the field alertingPattern.
|
MAPExternalSignalInfo |
getCallInfo()
Gets the value of the field callInfo.
|
MAPCCBS_Feature |
getCcbs_Feature()
Gets the value of the field ccbs-Feature.
|
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.
|
AddressString |
getTranslatedB_Number()
Gets the value of the field translatedB-Number.
|
boolean |
hasAlertingPattern()
Tests whether the field alertingPattern has a value.
|
boolean |
hasCallInfo()
Tests whether the field callInfo has a value.
|
boolean |
hasCcbs_Feature()
Tests whether the field ccbs-Feature has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasImsi()
Tests whether the field imsi has a value.
|
boolean |
hasReplaceB_Number()
Tests whether the field replaceB-Number is present.
|
boolean |
hasTranslatedB_Number()
Tests whether the field translatedB-Number has a value.
|
MAPRemoteUserFreeArg |
setAlertingPattern(byte[] value)
Sets the value of the field alertingPattern.
|
MAPRemoteUserFreeArg |
setCallInfo(MAPExternalSignalInfo value)
Sets the value of the field callInfo.
|
MAPRemoteUserFreeArg |
setCcbs_Feature(MAPCCBS_Feature value)
Sets the value of the field ccbs-Feature.
|
MAPRemoteUserFreeArg |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPRemoteUserFreeArg |
setImsi(IMSIAddress value)
Sets the value of the field imsi.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPRemoteUserFreeArg |
setReplaceB_NumberPresent(boolean flag)
Sets the presence or absence of the optional field replaceB-Number.
|
MAPRemoteUserFreeArg |
setTranslatedB_Number(AddressString value)
Sets the value of the field translatedB-Number.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPRemoteUserFreeArg()
public MAPRemoteUserFreeArg clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPRemoteUserFreeArg copyOf(MAPRemoteUserFreeArg from)
from
- the object from which to copypublic byte[] getAlertingPattern()
public MAPExternalSignalInfo getCallInfo()
public MAPCCBS_Feature getCcbs_Feature()
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 AddressString getTranslatedB_Number()
public boolean hasAlertingPattern()
public boolean hasCallInfo()
public boolean hasCcbs_Feature()
public boolean hasExtensionContainer()
public boolean hasImsi()
public boolean hasReplaceB_Number()
public boolean hasTranslatedB_Number()
public MAPRemoteUserFreeArg setAlertingPattern(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRemoteUserFreeArg setCallInfo(MAPExternalSignalInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRemoteUserFreeArg setCcbs_Feature(MAPCCBS_Feature value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRemoteUserFreeArg setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPRemoteUserFreeArg 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
public MAPRemoteUserFreeArg setReplaceB_NumberPresent(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 MAPRemoteUserFreeArg setTranslatedB_Number(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only