Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TelephoneNo

Index

Constructors

constructor

  • new TelephoneNo(countryCode?: string, subscriberNo?: string, extNo?: string): TelephoneNo
  • Parameters

    • Optional countryCode: string
    • Optional subscriberNo: string
    • Optional extNo: string

    Returns TelephoneNo

Properties

countryCode

countryCode: string

extNo

extNo: string

subscriberNo

subscriberNo: string

Methods

getCountryCode

  • getCountryCode(): string
  • Returns string

getExtNo

  • getExtNo(): string
  • Returns string

getSubscriberNo

  • getSubscriberNo(): string
  • Returns string

setCountryCode

  • setCountryCode(countryCode: string): void
  • Parameters

    • countryCode: string

    Returns void

setExtNo

  • setExtNo(extNo: string): void
  • Parameters

    • extNo: string

    Returns void

setSubscriberNo

  • setSubscriberNo(subscriberNo: string): void
  • Parameters

    • subscriberNo: string

    Returns void

Generated using TypeDoc