Class PidfLo

Hierarchy

  • PidfLo

Constructors

  • Parameters

    • Optional _entity: string

    Returns PidfLo

Properties

equals: ((pidfLo) => boolean)

Type declaration

    • (pidfLo): boolean
    • Parameters

      Returns boolean

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

Type declaration

    • (): XMLDocument
    • Returns XMLDocument

toXMLString: (() => string)

Type declaration

    • (): string
    • Returns string

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

Type declaration

    • (location, originSipUri?): undefined | PidfLo
    • Parameters

      Returns undefined | PidfLo

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

Type declaration

    • (xml): undefined | PidfLo
    • Parameters

      • xml: string

      Returns undefined | PidfLo

Accessors

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

  • set entity(value): 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