public class MAPModificationRequestFor_CF_Info extends AbstractFieldsObject
ModificationRequestFor-CF-Info ::= SEQUENCE { ss-Code SS-Code, basicService Ext-BasicServiceCode OPTIONAL, ss-Status Ext-SS-Status OPTIONAL, forwardedToNumber AddressString OPTIONAL, forwardedToSubaddress ISDN-SubaddressString OPTIONAL, noReplyConditionTime Ext-NoRepCondTime OPTIONAL, modifyNotificationToCSE ModificationInstruction OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... }Added in R99.
Used as field type by MAPAnyTimeModificationArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPModificationRequestFor_CF_Info()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPModificationRequestFor_CF_Info |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPModificationRequestFor_CF_Info |
copyOf(MAPModificationRequestFor_CF_Info 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.
|
MAPExt_BasicServiceCode |
getBasicService()
Gets the value of the field basicService.
|
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.
|
AddressString |
getForwardedToNumber()
Gets the value of the field forwardedToNumber.
|
ISDNSubaddress |
getForwardedToSubaddress()
Gets the value of the field forwardedToSubaddress.
|
MAPModificationInstruction |
getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
int |
getNoReplyConditionTime()
Gets the value of the field noReplyConditionTime.
|
SSCode |
getSs_Code()
Gets the value of the field ss-Code.
|
byte[] |
getSs_Status()
Gets the value of the field ss-Status.
|
boolean |
hasBasicService()
Tests whether the field basicService has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasForwardedToNumber()
Tests whether the field forwardedToNumber has a value.
|
boolean |
hasForwardedToSubaddress()
Tests whether the field forwardedToSubaddress has a value.
|
boolean |
hasModifyNotificationToCSE()
Tests whether the field modifyNotificationToCSE has a value.
|
boolean |
hasNoReplyConditionTime()
Tests whether the field noReplyConditionTime has a value.
|
boolean |
hasSs_Code()
Tests whether the field ss-Code has a value.
|
boolean |
hasSs_Status()
Tests whether the field ss-Status has a value.
|
MAPModificationRequestFor_CF_Info |
setBasicService(MAPExt_BasicServiceCode value)
Sets the value of the field basicService.
|
MAPModificationRequestFor_CF_Info |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPModificationRequestFor_CF_Info |
setForwardedToNumber(AddressString value)
Sets the value of the field forwardedToNumber.
|
MAPModificationRequestFor_CF_Info |
setForwardedToSubaddress(ISDNSubaddress value)
Sets the value of the field forwardedToSubaddress.
|
MAPModificationRequestFor_CF_Info |
setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_CF_Info |
setNoReplyConditionTime(int value)
Sets the value of the field noReplyConditionTime and marks the field as present.
|
MAPModificationRequestFor_CF_Info |
setNoReplyConditionTimePresent(boolean flag)
Sets the presence or absence of the optional field noReplyConditionTime.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPModificationRequestFor_CF_Info |
setSs_Code(SSCode value)
Sets the value of the field ss-Code.
|
MAPModificationRequestFor_CF_Info |
setSs_Status(byte[] value)
Sets the value of the field ss-Status.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPModificationRequestFor_CF_Info()
public MAPModificationRequestFor_CF_Info clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPModificationRequestFor_CF_Info copyOf(MAPModificationRequestFor_CF_Info from)
from
- the object from which to copypublic MAPExt_BasicServiceCode getBasicService()
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 AddressString getForwardedToNumber()
public ISDNSubaddress getForwardedToSubaddress()
public MAPModificationInstruction getModifyNotificationToCSE()
public int getNoReplyConditionTime()
public SSCode getSs_Code()
public byte[] getSs_Status()
public boolean hasBasicService()
public boolean hasExtensionContainer()
public boolean hasForwardedToNumber()
public boolean hasForwardedToSubaddress()
public boolean hasModifyNotificationToCSE()
public boolean hasNoReplyConditionTime()
public boolean hasSs_Code()
public boolean hasSs_Status()
public MAPModificationRequestFor_CF_Info setBasicService(MAPExt_BasicServiceCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CF_Info setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CF_Info setForwardedToNumber(AddressString value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CF_Info setForwardedToSubaddress(ISDNSubaddress value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CF_Info setModifyNotificationToCSE(MAPModificationInstruction value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CF_Info setNoReplyConditionTime(int value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CF_Info setNoReplyConditionTimePresent(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 void setReadOnly()
setReadOnly
in interface DataObject
setReadOnly
in class AbstractDataObject
public MAPModificationRequestFor_CF_Info setSs_Code(SSCode value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CF_Info setSs_Status(byte[] value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only