StopLineNotice Data Type

Implemented Interfaces
Serializable
Properties
name data type description
MonitoringRef MonitoringRefStructure
LineRef LineRef
DirectionRef DirectionRefStructure
PublishedLineName array of NaturalLanguageStringStructure
LineNote array of NaturalLanguageStringStructure
DeliveryVariant array of DeliveryVariantStructure
SituationRef array of SituationRef
Extensions Extensions
Properties inherited from AbstractIdentifiedItemStructure
ItemIdentifier string
Properties inherited from AbstractItemStructure
RecordedAtTime string

Example

{
  "MonitoringRef" : {
    "value" : "..."
  },
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "PublishedLineName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "LineNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "DeliveryVariant" : [ {
    "VariantType" : "...",
    "Content" : {
      "value" : "...",
      "lang" : "..."
    }
  }, {
    "VariantType" : "...",
    "Content" : {
      "value" : "...",
      "lang" : "..."
    }
  } ],
  "SituationRef" : [ {
    "SituationSimpleRef" : {
      "value" : "..."
    },
    "SituationFullRef" : {
      "VersionCountryRef" : { },
      "ParticipantRef" : { },
      "SituationNumber" : { },
      "UpdateCountryRef" : { },
      "UpdateParticipantRef" : { },
      "Version" : { }
    }
  }, {
    "SituationSimpleRef" : {
      "value" : "..."
    },
    "SituationFullRef" : {
      "VersionCountryRef" : { },
      "ParticipantRef" : { },
      "SituationNumber" : { },
      "UpdateCountryRef" : { },
      "UpdateParticipantRef" : { },
      "Version" : { }
    }
  } ],
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}