FacilityLocationStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
LineRef LineRef
StopPointRef StopPointRef
VehicleRef VehicleRef
DatedVehicleJourneyRef DatedVehicleJourneyRef
ConnectionLinkRef ConnectionLinkRef
InterchangeRef InterchangeRef
StopPlaceRef StopPlaceRef
StopPlaceComponentId StopPlaceComponentRefStructure
OperatorRef OperatorRefStructure
ProductCategoryRef ProductCategoryRefStructure
ServiceFeatureRef array of ServiceFeatureRef
VehicleFeatureRef array of VehicleFeatureRefStructure

Example

{
  "LineRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VehicleRef" : {
    "value" : "..."
  },
  "DatedVehicleJourneyRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "InterchangeRef" : {
    "value" : "..."
  },
  "StopPlaceRef" : {
    "value" : "..."
  },
  "StopPlaceComponentId" : {
    "value" : "..."
  },
  "OperatorRef" : {
    "value" : "..."
  },
  "ProductCategoryRef" : {
    "value" : "..."
  },
  "ServiceFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ]
}