Class MAPModificationRequestFor_CLIP_Info

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPModificationRequestFor_CLIP_Info
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.ModificationRequestFor-CLIP-Info. Generated from the following ASN.1 type definition.
     ModificationRequestFor-CLIP-Info ::=
         SEQUENCE {
             ss-Status               Ext-SS-Status OPTIONAL,
             overrideCategory        OverrideCategory OPTIONAL,
             modifyNotificationToCSE ModificationInstruction OPTIONAL,
             extensionContainer      ExtensionContainer OPTIONAL,
             ...
         }
     
    Added in release 10.

    Used as field type by MAPAnyTimeModificationArg.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPModificationRequestFor_CLIP_Info

        public MAPModificationRequestFor_CLIP_Info()
        Constructs an object with uninitialised state.
    • Method Detail

      • getExtensionContainer

        public MAPExtensionContainer getExtensionContainer()
        Gets the value of the field extensionContainer.
        Returns:
        value of field extensionContainer, or null if not present
      • getFieldAccessors

        public static FieldAccessor[] getFieldAccessors()
        Gets a new array of the accessors for fields of this type.
        Returns:
        FieldAccessor[]
      • getFieldsMap

        public Map<String,​Object> getFieldsMap​(boolean withAbsents)
        Gets a Map from field-name to field-value. For a field of primitive type, the field-value is boxed. For an absent optional field, the field-value is AbstractFieldsObject.FIELD_ABSENT. For an unitialised mandatory field, the field-value is AbstractFieldsObject.FIELD_UNINITIALISED.
        Specified by:
        getFieldsMap in class AbstractFieldsObject
        Parameters:
        withAbsents - whether to put absent optional fields into Map
        Returns:
        Map from field-name to field-value
      • getModifyNotificationToCSE

        public MAPModificationInstruction getModifyNotificationToCSE()
        Gets the value of the field modifyNotificationToCSE.
        Returns:
        value of field modifyNotificationToCSE, or null if not present
      • getOverrideCategory

        public MAPOverrideCategory getOverrideCategory()
        Gets the value of the field overrideCategory.
        Returns:
        value of field overrideCategory, or null if not present
      • getSs_Status

        public byte[] getSs_Status()
        Gets the value of the field ss-Status.
        Returns:
        value of field ss-Status, or null if not present
      • hasExtensionContainer

        public boolean hasExtensionContainer()
        Tests whether the field extensionContainer has a value.
        Returns:
        whether the field extensionContainer has a value
      • hasModifyNotificationToCSE

        public boolean hasModifyNotificationToCSE()
        Tests whether the field modifyNotificationToCSE has a value.
        Returns:
        whether the field modifyNotificationToCSE has a value
      • hasOverrideCategory

        public boolean hasOverrideCategory()
        Tests whether the field overrideCategory has a value.
        Returns:
        whether the field overrideCategory has a value
      • hasSs_Status

        public boolean hasSs_Status()
        Tests whether the field ss-Status has a value.
        Returns:
        whether the field ss-Status has a value