Class MAPPrepareSubsequentHO_Res

  • All Implemented Interfaces:
    DataObject, Serializable
    Direct Known Subclasses:
    MAPPrepareSubsequentHO_Res_v3

    public class MAPPrepareSubsequentHO_Res
    extends AbstractFieldsObject
    API for MAP-MS-DataTypes-R98.PrepareSubsequentHO-Res. Generated from the following ASN.1 type definition and the adaptations below.
     PrepareSubsequentHO-Res ::=
         CHOICE {
             r98 ExternalSignalInfo
         }
     MAP-MS-DataTypes-R98 {
         PrepareSubsequentHO-Res {
             @extendible
         }
     }
     
    Added in ph2. (This ASN.1 definition differs from the standard one in a way that eases API inheritance in the next version of the prepareSubsequentHO operation while the on-the-wire representation remains unchanged.)

    Used as result type by MAPOperations.prepareSubsequentHandover.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPPrepareSubsequentHO_Res

        public MAPPrepareSubsequentHO_Res()
    • Method Detail

      • copyOf

        public static MAPPrepareSubsequentHO_Res copyOf​(MAPPrepareSubsequentHO_Res 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:
        MAPPrepareSubsequentHO_Res
      • 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
      • getR98

        public MAPExternalSignalInfo getR98()
        Gets the value of the r98 choice.
        Returns:
        value of the choice, if choice is r98, else null
      • isR98Chosen

        public boolean isR98Chosen()
        Tests whether the choice is r98.
        Returns:
        true if chosen, false if not
      • setChoice

        protected void setChoice​(MAPPrepareSubsequentHO_Res.Choice arg)
        Sets the discriminant of the current choice.
        Parameters:
        arg - the new discriminant