Class MAPExt_SS_InfoFor_CSE

  • All Implemented Interfaces:
    DataObject, Serializable

    public class MAPExt_SS_InfoFor_CSE
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes.Ext-SS-InfoFor-CSE. Generated from the following ASN.1 type definition.
     Ext-SS-InfoFor-CSE ::=
         CHOICE {
             forwardingInfoFor-CSE  Ext-ForwardingInfoFor-CSE,
             callBarringInfoFor-CSE Ext-CallBarringInfoFor-CSE
         }
     
    Added in R99.

    Used as field type by MAPAnyTimeModificationRes.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPExt_SS_InfoFor_CSE

        public MAPExt_SS_InfoFor_CSE()
    • Method Detail

      • copyOf

        public static MAPExt_SS_InfoFor_CSE copyOf​(MAPExt_SS_InfoFor_CSE 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:
        MAPExt_SS_InfoFor_CSE
      • getCallBarringInfoFor_CSE

        public MAPExt_CallBarringInfoFor_CSE getCallBarringInfoFor_CSE()
        Gets the value of the callBarringInfoFor-CSE choice.
        Returns:
        value of the choice, if choice is callBarringInfoFor-CSE, else null
      • getChoice

        public MAPExt_SS_InfoFor_CSE.Choice getChoice()
        Gets the discriminant of the current choice.
        Returns:
        the current discriminant
      • 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.
        Specified by:
        getFieldsMap in class AbstractFieldsObject
        Parameters:
        withAbsents - ignored, as value cannot be optional
        Returns:
        Map from :discriminant-name to associated-value
      • getForwardingInfoFor_CSE

        public MAPExt_ForwardingInfoFor_CSE getForwardingInfoFor_CSE()
        Gets the value of the forwardingInfoFor-CSE choice.
        Returns:
        value of the choice, if choice is forwardingInfoFor-CSE, else null
      • isCallBarringInfoFor_CSEChosen

        public boolean isCallBarringInfoFor_CSEChosen()
        Tests whether the choice is callBarringInfoFor-CSE.
        Returns:
        true if chosen, false if not
      • isForwardingInfoFor_CSEChosen

        public boolean isForwardingInfoFor_CSEChosen()
        Tests whether the choice is forwardingInfoFor-CSE.
        Returns:
        true if chosen, false if not