StopLineNoticeStructure Data Type

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

Example

{
  "MonitoringRef" : {
    "value" : "..."
  },
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "LineNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "SituationRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "Extensions" : {
    "any" : { }
  },
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}