Class MAPO_BcsmCamelTDP_Criteria

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPO_BcsmCamelTDP_Criteria
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.O-BcsmCamelTDP-Criteria. Generated from the following ASN.1 type definition.
     O-BcsmCamelTDP-Criteria ::=
         SEQUENCE {
             o-BcsmTriggerDetectionPoint O-BcsmTriggerDetectionPoint,
             destinationNumberCriteria   DestinationNumberCriteria OPTIONAL,
             basicServiceCriteria        BasicServiceCriteria OPTIONAL,
             callTypeCriteria            CallTypeCriteria OPTIONAL,
             ...
             o-CauseValueCriteria        O-CauseValueCriteria OPTIONAL,
             extensionContainer          ExtensionContainer OPTIONAL
         }
     
    Added in R97. Exception handling: For O-BcsmCamelTDP-Criteria sequences containing O-BcsmTriggerDetectionPoint with any other value than the named ones the receiver shall ignore the whole O-BcsmCamelTDP-Criteria sequence.

    Used in array as field type by MAPVlrCamelSubscriptionInfo.

    Used in array as field type by MAPGmscCamelSubscriptionInfo.

    Used in array as field type by MAPResumeCallHandlingArg.

    Used in array as field type by MAPCAMEL_SubscriptionInfo.

    Used in array as field type by MAPCAMEL_SubscriptionInfo.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPO_BcsmCamelTDP_Criteria

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

      • copyOf

        public static MAPO_BcsmCamelTDP_Criteria copyOf​(MAPO_BcsmCamelTDP_Criteria 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.
        Parameters:
        from - the object from which to copy
        Returns:
        MAPO_BcsmCamelTDP_Criteria
      • getBasicServiceCriteria

        public MAPExt_BasicServiceCode[] getBasicServiceCriteria()
        Gets the value of the field basicServiceCriteria.
        Returns:
        value of field basicServiceCriteria, or null if not present
      • getCallTypeCriteria

        public MAPCallTypeCriteria getCallTypeCriteria()
        Gets the value of the field callTypeCriteria.
        Returns:
        value of field callTypeCriteria, or null if not present
      • getDestinationNumberCriteria

        public MAPDestinationNumberCriteria getDestinationNumberCriteria()
        Gets the value of the field destinationNumberCriteria.
        Returns:
        value of field destinationNumberCriteria, or null if not present
      • 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
      • getO_BcsmTriggerDetectionPoint

        public MAPO_BcsmTriggerDetectionPoint getO_BcsmTriggerDetectionPoint()
        Gets the value of the field o-BcsmTriggerDetectionPoint.
        Returns:
        value of field o-BcsmTriggerDetectionPoint, or null if not present
      • getO_CauseValueCriteria

        public byte[][] getO_CauseValueCriteria()
        Gets the value of the field o-CauseValueCriteria.
        Returns:
        value of field o-CauseValueCriteria, or null if not present
      • hasBasicServiceCriteria

        public boolean hasBasicServiceCriteria()
        Tests whether the field basicServiceCriteria has a value.
        Returns:
        whether the field basicServiceCriteria has a value
      • hasCallTypeCriteria

        public boolean hasCallTypeCriteria()
        Tests whether the field callTypeCriteria has a value.
        Returns:
        whether the field callTypeCriteria has a value
      • hasDestinationNumberCriteria

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

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

        public boolean hasO_BcsmTriggerDetectionPoint()
        Tests whether the field o-BcsmTriggerDetectionPoint has a value.
        Returns:
        whether the field o-BcsmTriggerDetectionPoint has a value
      • hasO_CauseValueCriteria

        public boolean hasO_CauseValueCriteria()
        Tests whether the field o-CauseValueCriteria has a value.
        Returns:
        whether the field o-CauseValueCriteria has a value
      • setO_CauseValueCriteria

        public MAPO_BcsmCamelTDP_Criteria setO_CauseValueCriteria​(byte[][] value)
                                                           throws IllegalStateException
        Sets the value of the field o-CauseValueCriteria. If null, marks the field as absent.
        Parameters:
        value - the new value for the field
        Returns:
        this
        Throws:
        IllegalStateException - if this instance has been marked as read-only