Class MAPInterrogateSSRes_v1

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

    public class MAPInterrogateSSRes_v1
    extends AbstractFieldsObject
    API for MAP-SS-DataTypes-ph1.InterrogateSSRes-v1. Generated from the following ASN.1 type definition and the adaptations below.
     InterrogateSSRes-v1 ::=
         CHOICE {
             ss-Status             SS-Status,
             forwardedToNumber     ISDN-AddressString,   -- Removed between ph1 and ph2.
             activesBasicServices  BasicServiceList,     -- Removed between ph1 and ph2.
             forwardingFeatureList ForwardingFeatureList
         }
     MAP-SS-DataTypes-ph1 {
         InterrogateSSRes-v1 {
             @extendible
         }
     }
     
    Present in ph1. Extended to MAPInterrogateSS_Res in ph2.

    Used as result type by MAPOperations.interrogateSS_v1.

    See Also:
    Serialized Form
    • Constructor Detail

      • MAPInterrogateSSRes_v1

        public MAPInterrogateSSRes_v1()
    • Method Detail

      • copyOf

        public static MAPInterrogateSSRes_v1 copyOf​(MAPInterrogateSSRes_v1 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:
        MAPInterrogateSSRes_v1
      • getActivesBasicServices

        public MAPExt_BasicServiceCode[] getActivesBasicServices()
        Gets the value of the activesBasicServices choice.
        Returns:
        value of the choice, if choice is activesBasicServices, 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.
        Specified by:
        getFieldsMap in class AbstractFieldsObject
        Parameters:
        withAbsents - ignored, as value cannot be optional
        Returns:
        Map from :discriminant-name to associated-value
      • getForwardedToNumber

        public AddressString getForwardedToNumber()
        Gets the value of the forwardedToNumber choice.
        Returns:
        value of the choice, if choice is forwardedToNumber, else null
      • getForwardingFeatureList

        public MAPForwardingFeature[] getForwardingFeatureList()
        Gets the value of the forwardingFeatureList choice.
        Returns:
        value of the choice, if choice is forwardingFeatureList, else null
      • getSs_Status

        public byte[] getSs_Status()
        Gets the value of the ss-Status choice.
        Returns:
        value of the choice, if choice is ss-Status, else null
      • isActivesBasicServicesChosen

        public boolean isActivesBasicServicesChosen()
        Tests whether the choice is activesBasicServices.
        Returns:
        true if chosen, false if not
      • isForwardedToNumberChosen

        public boolean isForwardedToNumberChosen()
        Tests whether the choice is forwardedToNumber.
        Returns:
        true if chosen, false if not
      • isForwardingFeatureListChosen

        public boolean isForwardingFeatureListChosen()
        Tests whether the choice is forwardingFeatureList.
        Returns:
        true if chosen, false if not
      • isSs_StatusChosen

        public boolean isSs_StatusChosen()
        Tests whether the choice is ss-Status.
        Returns:
        true if chosen, false if not
      • setChoice

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