Interface TargetPassingTimeTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TargetPassingTimeType, TargetPassingTimeType.Builder

public interface TargetPassingTimeTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCreated

      boolean hasCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      Whether the created field is set.
    • getCreated

      com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      The created.
    • getCreatedOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • hasChanged

      boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      Whether the changed field is set.
    • getChanged

      com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      The changed.
    • getChangedOrBuilder

      com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getVersion

      String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 7;
      Returns:
      The bytes for version.
    • getStatusValue

      int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The status.
    • getDerivedFromVersionRef

      String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 506;
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      com.google.protobuf.ByteString getDerivedFromVersionRefBytes()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 506;
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      String getDerivedFromObjectRef()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 507;
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      com.google.protobuf.ByteString getDerivedFromObjectRefBytes()
       Identity of object from which this object of ENTITY was derived. Normally the same.  [netex_framework/netex_responsibility/netex_version_support.xsd at 218:81]
       
      string derived_from_object_ref = 507;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • getValidBetweenList

      List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetween

      ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenCount

      int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilderList

      List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilder

      ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • hasAlternativeTexts

      boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • hasExtensions

      boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 71;
    • getAlightAndReboard

      boolean getAlightAndReboard()
       Whether can alight and reboard at stop.  [netex_part_2/part2_journeyTimes/netex_passingTimes_version.xsd at 91:74]
       
      bool alight_and_reboard = 168;
      Returns:
      The alightAndReboard.
    • hasDatedJourneyRef

      boolean hasDatedJourneyRef()
       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
      Returns:
      Whether the datedJourneyRef field is set.
    • getDatedJourneyRef

      VersionOfObjectRefStructure getDatedJourneyRef()
       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
      Returns:
      The datedJourneyRef.
    • getDatedJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDatedJourneyRefOrBuilder()
       Dated journey for which this is the  PASSING TIME. If given by context does not need to be restated.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 86:81]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_journey_ref = 291;
    • hasAimedArrivalTime

      boolean hasAimedArrivalTime()
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 441;
      Returns:
      Whether the aimedArrivalTime field is set.
    • getAimedArrivalTime

      com.google.type.TimeOfDay getAimedArrivalTime()
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 441;
      Returns:
      The aimedArrivalTime.
    • getAimedArrivalTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getAimedArrivalTimeOrBuilder()
       Aimed Arrival time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 172:71]
       
      .google.type.TimeOfDay aimed_arrival_time = 441;
    • getArrivalDayOffset

      int getArrivalDayOffset()
       Arrival Day Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 177:76]
       
      int32 arrival_day_offset = 442;
      Returns:
      The arrivalDayOffset.
    • hasAimedDepartureTime

      boolean hasAimedDepartureTime()
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 443;
      Returns:
      Whether the aimedDepartureTime field is set.
    • getAimedDepartureTime

      com.google.type.TimeOfDay getAimedDepartureTime()
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 443;
      Returns:
      The aimedDepartureTime.
    • getAimedDepartureTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getAimedDepartureTimeOrBuilder()
       Aimed departure time.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 182:73]
       
      .google.type.TimeOfDay aimed_departure_time = 443;
    • getDepartureDayOffset

      int getDepartureDayOffset()
       DepartureDay Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 187:78]
       
      int32 departure_day_offset = 444;
      Returns:
      The departureDayOffset.
    • hasAimedWaitingTime

      boolean hasAimedWaitingTime()
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 445;
      Returns:
      Whether the aimedWaitingTime field is set.
    • getAimedWaitingTime

      com.google.protobuf.Duration getAimedWaitingTime()
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 445;
      Returns:
      The aimedWaitingTime.
    • getAimedWaitingTimeOrBuilder

      com.google.protobuf.DurationOrBuilder getAimedWaitingTimeOrBuilder()
       Aimed waiting interval.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 192:75]
       
      .google.protobuf.Duration aimed_waiting_time = 445;
    • hasAimedNonstopPassingTime

      boolean hasAimedNonstopPassingTime()
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 451;
      Returns:
      Whether the aimedNonstopPassingTime field is set.
    • getAimedNonstopPassingTime

      com.google.type.TimeOfDay getAimedNonstopPassingTime()
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 451;
      Returns:
      The aimedNonstopPassingTime.
    • getAimedNonstopPassingTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getAimedNonstopPassingTimeOrBuilder()
       Aimed PASSING TIME if doesn't stop at TIMING POINT.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 204:78]
       
      .google.type.TimeOfDay aimed_nonstop_passing_time = 451;
    • getPassingDayOffset

      int getPassingDayOffset()
       Passing Day Offset from Start of Journey.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 209:76]
       
      int32 passing_day_offset = 452;
      Returns:
      The passingDayOffset.
    • hasAimedHeadway

      boolean hasAimedHeadway()
       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 471;
      Returns:
      Whether the aimedHeadway field is set.
    • getAimedHeadway

      HeadwayIntervalStructure getAimedHeadway()
       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 471;
      Returns:
      The aimedHeadway.
    • getAimedHeadwayOrBuilder

      HeadwayIntervalStructureOrBuilder getAimedHeadwayOrBuilder()
       Aimed Frequency of service.  [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 160:83]
       
      .uk.org.netex.www.netex.HeadwayIntervalStructure aimed_headway = 471;
    • getId

      String getId()
       [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 130:63]
       
      string id = 501;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_2/part2_journeyTimes/netex_datedPassingTimes_version.xsd at 130:63]
       
      string id = 501;
      Returns:
      The bytes for id.
    • hasSingleJourneyRef

      boolean hasSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 160;
      Returns:
      Whether the singleJourneyRef field is set.
    • getSingleJourneyRef

      VersionOfObjectRefStructure getSingleJourneyRef()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 160;
      Returns:
      The singleJourneyRef.
    • getSingleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSingleJourneyRefOrBuilder()
       Reference to a SINGLE JOURNEY. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyService_support.xsd at 78:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_ref = 160;
    • hasVehicleJourneyRef

      boolean hasVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 161;
      Returns:
      Whether the vehicleJourneyRef field is set.
    • getVehicleJourneyRef

      VersionOfObjectRefStructure getVehicleJourneyRef()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 161;
      Returns:
      The vehicleJourneyRef.
    • getVehicleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleJourneyRefOrBuilder()
       Reference to a VEHICLE JOURNEY. If given by context does not need to be repeated.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 100:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_ref = 161;
    • hasDeadRunRef

      boolean hasDeadRunRef()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 162;
      Returns:
      Whether the deadRunRef field is set.
    • getDeadRunRef

       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 162;
      Returns:
      The deadRunRef.
    • getDeadRunRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDeadRunRefOrBuilder()
       Reference to a DEAD RUN.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 138:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_ref = 162;
    • hasServiceJourneyRef

      boolean hasServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 163;
      Returns:
      Whether the serviceJourneyRef field is set.
    • getServiceJourneyRef

      VersionOfObjectRefStructure getServiceJourneyRef()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 163;
      Returns:
      The serviceJourneyRef.
    • getServiceJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceJourneyRefOrBuilder()
       Reference to a SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 85:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 163;
    • hasSpecialServiceRef

      boolean hasSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 164;
      Returns:
      Whether the specialServiceRef field is set.
    • getSpecialServiceRef

      VersionOfObjectRefStructure getSpecialServiceRef()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 164;
      Returns:
      The specialServiceRef.
    • getSpecialServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSpecialServiceRefOrBuilder()
       Reference to a SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_serviceJourney_support.xsd at 111:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure special_service_ref = 164;
    • hasTemplateServiceJourneyRef

      boolean hasTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 165;
      Returns:
      Whether the templateServiceJourneyRef field is set.
    • getTemplateServiceJourneyRef

      VersionOfObjectRefStructure getTemplateServiceJourneyRef()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 165;
      Returns:
      The templateServiceJourneyRef.
    • getTemplateServiceJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTemplateServiceJourneyRefOrBuilder()
       Reference to a TEMPLATE VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_vehicleJourneyFrequency_support.xsd at 86:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure template_service_journey_ref = 165;
    • hasDatedVehicleJourneyRef

      boolean hasDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 166;
      Returns:
      Whether the datedVehicleJourneyRef field is set.
    • getDatedVehicleJourneyRef

      VersionOfObjectRefStructure getDatedVehicleJourneyRef()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 166;
      Returns:
      The datedVehicleJourneyRef.
    • getDatedVehicleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDatedVehicleJourneyRefOrBuilder()
       Reference to a DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 67:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_vehicle_journey_ref = 166;
    • hasDatedSpecialServiceRef

      boolean hasDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 167;
      Returns:
      Whether the datedSpecialServiceRef field is set.
    • getDatedSpecialServiceRef

      VersionOfObjectRefStructure getDatedSpecialServiceRef()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 167;
      Returns:
      The datedSpecialServiceRef.
    • getDatedSpecialServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDatedSpecialServiceRefOrBuilder()
       Reference to a DATED SPECIAL SERVICE.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 169:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_special_service_ref = 167;
    • hasNormalDatedVehicleJourneyRef

      boolean hasNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 502;
      Returns:
      Whether the normalDatedVehicleJourneyRef field is set.
    • getNormalDatedVehicleJourneyRef

      VersionOfObjectRefStructure getNormalDatedVehicleJourneyRef()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 502;
      Returns:
      The normalDatedVehicleJourneyRef.
    • getNormalDatedVehicleJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getNormalDatedVehicleJourneyRefOrBuilder()
       Reference to a NORMAL DATED VEHICLE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 93:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure normal_dated_vehicle_journey_ref = 502;
    • hasDatedServiceJourneyRef

      boolean hasDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
      Returns:
      Whether the datedServiceJourneyRef field is set.
    • getDatedServiceJourneyRef

      VersionOfObjectRefStructure getDatedServiceJourneyRef()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
      Returns:
      The datedServiceJourneyRef.
    • getDatedServiceJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDatedServiceJourneyRefOrBuilder()
       Reference to a DATED SERVICE JOURNEY.  [netex_part_2/part2_journeyTimes/netex_datedVehicleJourney_support.xsd at 142:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dated_service_journey_ref = 503;
    • hasPointInJourneyPatternRef

      boolean hasPointInJourneyPatternRef()
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
      Returns:
      Whether the pointInJourneyPatternRef field is set.
    • getPointInJourneyPatternRef

      VersionOfObjectRefStructure getPointInJourneyPatternRef()
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
      Returns:
      The pointInJourneyPatternRef.
    • getPointInJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointInJourneyPatternRefOrBuilder()
       Reference to a POINT IN JOURNEY PATTERN. If Given by Context does not need to stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 132:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_journey_pattern_ref = 169;
    • hasTimingPointInJourneyPatternRef

      boolean hasTimingPointInJourneyPatternRef()
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
      Returns:
      Whether the timingPointInJourneyPatternRef field is set.
    • getTimingPointInJourneyPatternRef

      VersionOfObjectRefStructure getTimingPointInJourneyPatternRef()
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
      Returns:
      The timingPointInJourneyPatternRef.
    • getTimingPointInJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimingPointInJourneyPatternRefOrBuilder()
       Reference to a TIMING POINT IN JOURNEY PATTERN. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 211:145]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_point_in_journey_pattern_ref = 170;
    • hasStopPointInJourneyPatternRef

      boolean hasStopPointInJourneyPatternRef()
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
      Returns:
      Whether the stopPointInJourneyPatternRef field is set.
    • getStopPointInJourneyPatternRef

      VersionOfObjectRefStructure getStopPointInJourneyPatternRef()
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
      Returns:
      The stopPointInJourneyPatternRef.
    • getStopPointInJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPointInJourneyPatternRefOrBuilder()
       Reference to a STOP POINT IN SEQUENCE. If given by context does not need to be stated.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 276:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_point_in_journey_pattern_ref = 171;
    • hasFarePointInPatternRef

      boolean hasFarePointInPatternRef()
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
      Returns:
      Whether the farePointInPatternRef field is set.
    • getFarePointInPatternRef

      VersionOfObjectRefStructure getFarePointInPatternRef()
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
      Returns:
      The farePointInPatternRef.
    • getFarePointInPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFarePointInPatternRefOrBuilder()
       Reference to a FARE POINT IN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_point_in_pattern_ref = 172;
    • hasPointInSingleJourneyPathRef

      boolean hasPointInSingleJourneyPathRef()
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
      Returns:
      Whether the pointInSingleJourneyPathRef field is set.
    • getPointInSingleJourneyPathRef

      VersionOfObjectRefStructure getPointInSingleJourneyPathRef()
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
      Returns:
      The pointInSingleJourneyPathRef.
    • getPointInSingleJourneyPathRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointInSingleJourneyPathRefOrBuilder()
       Reference to a POINT IN SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 116:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_in_single_journey_path_ref = 505;
    • getJourneyRefStructureCase

      TargetPassingTimeType.JourneyRefStructureCase getJourneyRefStructureCase()
    • getPointInJourneyPatternRefStructureCase

      TargetPassingTimeType.PointInJourneyPatternRefStructureCase getPointInJourneyPatternRefStructureCase()