Class MAPExt_BasicServiceCode

    • Constructor Detail

      • MAPExt_BasicServiceCode

        public MAPExt_BasicServiceCode()
    • Method Detail

      • copyOf

        public static MAPExt_BasicServiceCode copyOf​(MAPBasicServiceCode 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_BasicServiceCode
      • getExt_BearerService

        public byte[] getExt_BearerService()
        Gets the value of the ext-BearerService choice.
        Returns:
        value of the choice, if choice is ext-BearerService, else null
      • getExt_Teleservice

        public byte[] getExt_Teleservice()
        Gets the value of the ext-Teleservice choice.
        Returns:
        value of the choice, if choice is ext-Teleservice, 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 MAPBasicServiceCode
        Parameters:
        withAbsents - ignored, as value cannot be optional
        Returns:
        Map from :discriminant-name to associated-value
      • isExt_BearerServiceChosen

        public boolean isExt_BearerServiceChosen()
        Tests whether the choice is ext-BearerService.
        Returns:
        true if chosen, false if not
      • isExt_TeleserviceChosen

        public boolean isExt_TeleserviceChosen()
        Tests whether the choice is ext-Teleservice.
        Returns:
        true if chosen, false if not