Class CAP4DpSpecificCriteria

  • All Implemented Interfaces:
    DataObject, Serializable

    public class CAP4DpSpecificCriteria
    extends CAP2DPSpecificCriteria
    API for CAP-datatypes.DpSpecificCriteria. Generated from the following ASN.1 type definition and the adaptations below.
     DpSpecificCriteria ::=
         CHOICE {
             applicationTimer      ApplicationTimer,
             midCallControlInfo    MidCallControlInfo,
             dpSpecificCriteriaAlt DpSpecificCriteriaAlt
         }
     CAP-datatypes {
         DpSpecificCriteria {
             @parentType com.opencloud.slee.resources.cgin.cap_v2.CAP2DPSpecificCriteria
         }
     }
     

    Used as field type by CAP4BCSMEvent.

    See Also:
    Serialized Form
    • Constructor Detail

      • CAP4DpSpecificCriteria

        public CAP4DpSpecificCriteria()
    • Method Detail

      • copyOf

        public static CAP4DpSpecificCriteria copyOf​(CAP2DPSpecificCriteria 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:
        CAP4DpSpecificCriteria
      • getDpSpecificCriteriaAlt

        public CAP4DpSpecificCriteriaAlt getDpSpecificCriteriaAlt()
        Gets the value of the dpSpecificCriteriaAlt choice.
        Returns:
        value of the choice, if choice is dpSpecificCriteriaAlt, else null
      • 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 :discriminant-name to associated-value. For a value of primitive type, the value is boxed. If choice is not set, returns a map from : to AbstractFieldsObject.FIELD_UNINITIALISED.
        Overrides:
        getFieldsMap in class CAP2DPSpecificCriteria
        Parameters:
        withAbsents - ignored, as value cannot be optional
        Returns:
        Map from :discriminant-name to associated-value
      • getMidCallControlInfo

        public CAP4MidCallControlInfo getMidCallControlInfo()
        Gets the value of the midCallControlInfo choice.
        Returns:
        value of the choice, if choice is midCallControlInfo, else null
      • isDpSpecificCriteriaAltChosen

        public boolean isDpSpecificCriteriaAltChosen()
        Tests whether the choice is dpSpecificCriteriaAlt.
        Returns:
        true if chosen, false if not
      • isMidCallControlInfoChosen

        public boolean isMidCallControlInfoChosen()
        Tests whether the choice is midCallControlInfo.
        Returns:
        true if chosen, false if not