Class MSISDN

  • All Implemented Interfaces:
    Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

    @Immutable
    public final class MSISDN
    extends Identifier
    Mobile subscriber ISDN number.

    Example where 91 is the country code, 8369 is the national destination code and 110173 is the subscriber number:

     919825098250
     

    Related specifications:

    • OpenID Connect for Identity Assurance 1.0, section 4.1.
    • ITU-T E.164
    See Also:
    Serialized Form
    • Constructor Detail

      • MSISDN

        public MSISDN​(String value)
        Creates a new mobile subscriber ISDN number with the specified value.
        Parameters:
        value - The MSISDN value. Must not be null.