Class LocationTypeAbstract

Hierarchy

Constructors

  • Parameters

    • Optional id: string
    • Optional timestamp: Date
    • Optional retransmissionAllowed: boolean

    Returns LocationType

Properties

fromXML: ((xml: Element) => LocationType)

Type declaration

id?: string
locations: Location[]
retransmissionAllowed: boolean
timestamp?: Date
toXML: ((doc: Document, root: Element) => Element)

Type declaration

Methods

  • Returns string

Generated using TypeDoc