public class MAPExt_ForwFeature extends MAPForwardingFeature
Ext-ForwFeature ::=
SEQUENCE {
basicService Ext-BasicServiceCode OPTIONAL,
ss-Status Ext-SS-Status,
forwardedToNumber ISDN-AddressString OPTIONAL, -- When this data type is sent from an HLR which supports CAMEL Phase 2 to a VLR that supports CAMEL Phase 2 the VLR shall not check the format of the number.
forwardedToSubaddress ISDN-SubaddressString OPTIONAL,
forwardingOptions Ext-ForwOptions OPTIONAL,
noReplyConditionTime Ext-NoRepCondTime OPTIONAL,
extensionContainer ExtensionContainer OPTIONAL, -- Added in R96.
...
longForwardedToNumber FTN-AddressString OPTIONAL -- Added in R99.
}
MAP-MS-DataTypes {
Ext-ForwFeature {
@parentASN1Type MAP-SS-DataTypes.ForwardingFeature
}
}
Extended in R96.
Used in array as field type by MAPExt_ForwInfo.
Used in array as field type by MAPCallForwardingData.
Used in array as field type by MAPExt_ForwardingInfoFor_CSE.
FIELD_ABSENT, FIELD_UNINITIALISED| Constructor and Description |
|---|
MAPExt_ForwFeature()
Constructs an object with uninitialised state.
|
| Modifier and Type | Method and Description |
|---|---|
MAPExt_ForwFeature |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPExt_ForwFeature |
copyOf(MAPForwardingFeature 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.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
MAPExt_ForwFeature |
setBasicService(MAPExt_BasicServiceCode value)
Sets the value of the field basicService.
|
MAPExt_ForwFeature |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPExt_ForwFeature |
setForwardedToNumber(AddressString value)
Sets the value of the field forwardedToNumber.
|
MAPExt_ForwFeature |
setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.
|
MAPExt_ForwFeature |
setForwardingOptions(ExtForwOptions value)
Sets the value of the field forwardingOptions.
|
MAPExt_ForwFeature |
setLongForwardedToNumber(AddressString value)
Sets the value of the field longForwardedToNumber.
|
MAPExt_ForwFeature |
setNoReplyConditionTime(int value)
Sets the value of the field noReplyConditionTime.
|
MAPExt_ForwFeature |
setNoReplyConditionTimePresent(boolean flag)
Sets the presence or absence of the optional field noReplyConditionTime.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPExt_ForwFeature |
setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
getBasicService, getForwardedToNumber, getForwardedToSubaddress, getForwardingOptions, getLongForwardedToNumber, getNoReplyConditionTime, getSs_Status, hasBasicService, hasForwardedToNumber, hasForwardedToSubaddress, hasForwardingOptions, hasLongForwardedToNumber, hasNoReplyConditionTime, hasSs_Status, setBasicService, setForwardingOptionsequals, hashCode, toStringcheckModify, isReadOnlypublic MAPExt_ForwFeature()
public MAPExt_ForwFeature clone()
clone in interface DataObjectclone in class MAPForwardingFeaturepublic static MAPExt_ForwFeature copyOf(MAPForwardingFeature from)
from - the object from which to copypublic MAPExtensionContainer getExtensionContainer()
public static FieldAccessor[] getFieldAccessors()
public Map<String,Object> getFieldsMap(boolean withAbsents)
getFieldsMap in class MAPForwardingFeaturewithAbsents - whether to put absent optional fields into Mappublic boolean hasExtensionContainer()
public MAPExt_ForwFeature setBasicService(MAPExt_BasicServiceCode value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPExt_ForwFeature setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPExt_ForwFeature setForwardedToNumber(AddressString value) throws IllegalStateException
setForwardedToNumber in class MAPForwardingFeaturevalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPExt_ForwFeature setForwardedToSubaddress(ISDNSubaddress value) throws IllegalStateException
setForwardedToSubaddress in class MAPForwardingFeaturevalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPExt_ForwFeature setForwardingOptions(ExtForwOptions value) throws IllegalStateException
value - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPExt_ForwFeature setLongForwardedToNumber(AddressString value) throws IllegalStateException
setLongForwardedToNumber in class MAPForwardingFeaturevalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPExt_ForwFeature setNoReplyConditionTime(int value) throws IllegalStateException
setNoReplyConditionTime in class MAPForwardingFeaturevalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-onlypublic MAPExt_ForwFeature setNoReplyConditionTimePresent(boolean flag) throws IllegalStateException
setNoReplyConditionTimePresent in class MAPForwardingFeatureflag - 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 void setReadOnly()
setReadOnly in interface DataObjectsetReadOnly in class MAPForwardingFeaturepublic MAPExt_ForwFeature setSs_Status(byte[] value) throws IllegalStateException
setSs_Status in class MAPForwardingFeaturevalue - the new value for the fieldIllegalStateException - if this instance has been marked as read-only