public class MAPModificationRequestFor_CSI extends AbstractFieldsObject
ModificationRequestFor-CSI ::= SEQUENCE { requestedCamel-SubscriptionInfo RequestedCAMEL-SubscriptionInfo, modifyNotificationToCSE ModificationInstruction OPTIONAL, modifyCSI-State ModificationInstruction OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... additionalRequestedCAMEL-SubscriptionInfo AdditionalRequestedCAMEL-SubscriptionInfo OPTIONAL -- Added in release 5. }Added in R99. requestedCamel-SubscriptionInfo shall be discarded if additionalRequestedCAMEL-SubscriptionInfo is received.
Used as field type by MAPAnyTimeModificationArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPModificationRequestFor_CSI()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPModificationRequestFor_CSI |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPModificationRequestFor_CSI |
copyOf(MAPModificationRequestFor_CSI 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.
|
MAPAdditionalRequestedCAMEL_SubscriptionInfo |
getAdditionalRequestedCAMEL_SubscriptionInfo()
Gets the value of the field additionalRequestedCAMEL-SubscriptionInfo.
|
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.
|
MAPModificationInstruction |
getModifyCSI_State()
Gets the value of the field modifyCSI-State.
|
MAPModificationInstruction |
getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPRequestedCAMEL_SubscriptionInfo |
getRequestedCamel_SubscriptionInfo()
Gets the value of the field requestedCamel-SubscriptionInfo.
|
boolean |
hasAdditionalRequestedCAMEL_SubscriptionInfo()
Tests whether the field additionalRequestedCAMEL-SubscriptionInfo has a value.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasModifyCSI_State()
Tests whether the field modifyCSI-State has a value.
|
boolean |
hasModifyNotificationToCSE()
Tests whether the field modifyNotificationToCSE has a value.
|
boolean |
hasRequestedCamel_SubscriptionInfo()
Tests whether the field requestedCamel-SubscriptionInfo has a value.
|
MAPModificationRequestFor_CSI |
setAdditionalRequestedCAMEL_SubscriptionInfo(MAPAdditionalRequestedCAMEL_SubscriptionInfo value)
Sets the value of the field additionalRequestedCAMEL-SubscriptionInfo.
|
MAPModificationRequestFor_CSI |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPModificationRequestFor_CSI |
setModifyCSI_State(MAPModificationInstruction value)
Sets the value of the field modifyCSI-State.
|
MAPModificationRequestFor_CSI |
setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
MAPModificationRequestFor_CSI |
setRequestedCamel_SubscriptionInfo(MAPRequestedCAMEL_SubscriptionInfo value)
Sets the value of the field requestedCamel-SubscriptionInfo.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPModificationRequestFor_CSI()
public MAPModificationRequestFor_CSI clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPModificationRequestFor_CSI copyOf(MAPModificationRequestFor_CSI from)
from
- the object from which to copypublic MAPAdditionalRequestedCAMEL_SubscriptionInfo getAdditionalRequestedCAMEL_SubscriptionInfo()
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 MAPModificationInstruction getModifyCSI_State()
public MAPModificationInstruction getModifyNotificationToCSE()
public MAPRequestedCAMEL_SubscriptionInfo getRequestedCamel_SubscriptionInfo()
public boolean hasAdditionalRequestedCAMEL_SubscriptionInfo()
public boolean hasExtensionContainer()
public boolean hasModifyCSI_State()
public boolean hasModifyNotificationToCSE()
public boolean hasRequestedCamel_SubscriptionInfo()
public MAPModificationRequestFor_CSI setAdditionalRequestedCAMEL_SubscriptionInfo(MAPAdditionalRequestedCAMEL_SubscriptionInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CSI setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CSI setModifyCSI_State(MAPModificationInstruction value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_CSI setModifyNotificationToCSE(MAPModificationInstruction 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 MAPModificationRequestFor_CSI setRequestedCamel_SubscriptionInfo(MAPRequestedCAMEL_SubscriptionInfo value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-only