Hierarchy

  • PidfLo

Constructors

  • Parameters

    • Optional _entity: string

    Returns PidfLo

Properties

equals: ((pidfLo: PidfLo) => boolean)

Type declaration

    • (pidfLo: PidfLo): boolean
    • Parameters

      Returns boolean

locationTypes: LocationType[]
toXML: (() => XMLDocument)

Type declaration

toXMLString: (() => string)

Type declaration

    • (): string
    • Returns string

fromSimpleLocation: ((location: SimpleLocation, originSipUri?: string) => undefined | PidfLo)

Type declaration

fromXML: ((xml: string) => undefined | PidfLo)

Type declaration

    • (xml: string): undefined | PidfLo
    • Parameters

      • xml: string

      Returns undefined | PidfLo

Accessors

  • get entity(): undefined | string
  • Returns undefined | string

  • set entity(value: undefined | string): void
  • Parameters

    • value: undefined | string

    Returns void

  • get simple(): undefined | SimpleLocation
  • Retrieve a SimpleLocation object for easy interaction with PidfLo locations
    Keep in mind that this might not necessarily represent all information that's available in PidfLo!

    Returns undefined | SimpleLocation

Generated using TypeDoc