public class MAPModificationRequestFor_ODB_data extends AbstractFieldsObject
ModificationRequestFor-ODB-data ::= SEQUENCE { odb-data ODB-Data OPTIONAL, modifyNotificationToCSE ModificationInstruction OPTIONAL, extensionContainer ExtensionContainer OPTIONAL, ... }Added in release 5.
Used as field type by MAPAnyTimeModificationArg
.
FIELD_ABSENT, FIELD_UNINITIALISED
Constructor and Description |
---|
MAPModificationRequestFor_ODB_data()
Constructs an object with uninitialised state.
|
Modifier and Type | Method and Description |
---|---|
MAPModificationRequestFor_ODB_data |
clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPModificationRequestFor_ODB_data |
copyOf(MAPModificationRequestFor_ODB_data 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.
|
MAPModificationInstruction |
getModifyNotificationToCSE()
Gets the value of the field modifyNotificationToCSE.
|
MAPODB_Data |
getOdb_data()
Gets the value of the field odb-data.
|
boolean |
hasExtensionContainer()
Tests whether the field extensionContainer has a value.
|
boolean |
hasModifyNotificationToCSE()
Tests whether the field modifyNotificationToCSE has a value.
|
boolean |
hasOdb_data()
Tests whether the field odb-data has a value.
|
MAPModificationRequestFor_ODB_data |
setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPModificationRequestFor_ODB_data |
setModifyNotificationToCSE(MAPModificationInstruction value)
Sets the value of the field modifyNotificationToCSE.
|
MAPModificationRequestFor_ODB_data |
setOdb_data(MAPODB_Data value)
Sets the value of the field odb-data.
|
void |
setReadOnly()
Sets this and all its fields to be immutable.
|
equals, hashCode, toString
checkModify, isReadOnly
public MAPModificationRequestFor_ODB_data()
public MAPModificationRequestFor_ODB_data clone()
clone
in interface DataObject
clone
in class AbstractDataObject
public static MAPModificationRequestFor_ODB_data copyOf(MAPModificationRequestFor_ODB_data from)
from
- the object from which to copypublic 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 getModifyNotificationToCSE()
public MAPODB_Data getOdb_data()
public boolean hasExtensionContainer()
public boolean hasModifyNotificationToCSE()
public boolean hasOdb_data()
public MAPModificationRequestFor_ODB_data setExtensionContainer(MAPExtensionContainer value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_ODB_data setModifyNotificationToCSE(MAPModificationInstruction value) throws IllegalStateException
value
- the new value for the fieldIllegalStateException
- if this instance has been marked as read-onlypublic MAPModificationRequestFor_ODB_data setOdb_data(MAPODB_Data 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