Interface JourneyMeetingTypeOrBuilder

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

public interface JourneyMeetingTypeOrBuilder 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 = 256;
      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 = 256;
      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 = 257;
      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 = 257;
      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;
    • hasKeyList

      boolean hasKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      Whether the keyList field is set.
    • getKeyList

      KeyListStructure getKeyList()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
      Returns:
      The keyList.
    • getKeyListOrBuilder

      KeyListStructureOrBuilder getKeyListOrBuilder()
       A list of alternative Key values for an element.  [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 165:54]
       
      .uk.org.netex.www.netex.KeyListStructure key_list = 71;
    • 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 = 72;
      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 = 72;
      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 = 72;
    • hasBrandingRef

      boolean hasBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      VersionOfObjectRefStructure getBrandingRef()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()
       Reference to a BRANDING.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 73;
    • hasName

      boolean hasName()
       Name of Journey meeting.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 149:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of Journey meeting.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 149:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of Journey meeting.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 149:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasAtStopPointRef

      boolean hasAtStopPointRef()
       SCHEDULED STOP POINT at which JOURNEY MEETING takes place.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 154:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure at_stop_point_ref = 162;
      Returns:
      Whether the atStopPointRef field is set.
    • getAtStopPointRef

      VersionOfObjectRefStructure getAtStopPointRef()
       SCHEDULED STOP POINT at which JOURNEY MEETING takes place.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 154:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure at_stop_point_ref = 162;
      Returns:
      The atStopPointRef.
    • getAtStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAtStopPointRefOrBuilder()
       SCHEDULED STOP POINT at which JOURNEY MEETING takes place.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 154:91]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure at_stop_point_ref = 162;
    • hasFromJourneyRef

      boolean hasFromJourneyRef()
       VEHICLE JOURNEY that feeds JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 159:73]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_journey_ref = 163;
      Returns:
      Whether the fromJourneyRef field is set.
    • getFromJourneyRef

      VersionOfObjectRefStructure getFromJourneyRef()
       VEHICLE JOURNEY that feeds JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 159:73]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_journey_ref = 163;
      Returns:
      The fromJourneyRef.
    • getFromJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFromJourneyRefOrBuilder()
       VEHICLE JOURNEY that feeds JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 159:73]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_journey_ref = 163;
    • hasToJourneyRef

      boolean hasToJourneyRef()
       VEHICLE JOURNEY  that distributes from JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 164:71]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_journey_ref = 164;
      Returns:
      Whether the toJourneyRef field is set.
    • getToJourneyRef

      VersionOfObjectRefStructure getToJourneyRef()
       VEHICLE JOURNEY  that distributes from JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 164:71]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_journey_ref = 164;
      Returns:
      The toJourneyRef.
    • getToJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getToJourneyRefOrBuilder()
       VEHICLE JOURNEY  that distributes from JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 164:71]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_journey_ref = 164;
    • hasFromPointInJourneyPatternRef

      boolean hasFromPointInJourneyPatternRef()
       POINT IN JOURNEY PATTERN ofr  feeder  journey JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 169:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_journey_pattern_ref = 165;
      Returns:
      Whether the fromPointInJourneyPatternRef field is set.
    • getFromPointInJourneyPatternRef

      VersionOfObjectRefStructure getFromPointInJourneyPatternRef()
       POINT IN JOURNEY PATTERN ofr  feeder  journey JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 169:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_journey_pattern_ref = 165;
      Returns:
      The fromPointInJourneyPatternRef.
    • getFromPointInJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFromPointInJourneyPatternRefOrBuilder()
       POINT IN JOURNEY PATTERN ofr  feeder  journey JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 169:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure from_point_in_journey_pattern_ref = 165;
    • hasToPointInJourneyPatternRef

      boolean hasToPointInJourneyPatternRef()
       POINT IN JOURNEY PATTERN ofr  distributorjourney JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 174:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_journey_pattern_ref = 166;
      Returns:
      Whether the toPointInJourneyPatternRef field is set.
    • getToPointInJourneyPatternRef

      VersionOfObjectRefStructure getToPointInJourneyPatternRef()
       POINT IN JOURNEY PATTERN ofr  distributorjourney JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 174:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_journey_pattern_ref = 166;
      Returns:
      The toPointInJourneyPatternRef.
    • getToPointInJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getToPointInJourneyPatternRefOrBuilder()
       POINT IN JOURNEY PATTERN ofr  distributorjourney JOURNEY PATTERN.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 174:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure to_point_in_journey_pattern_ref = 166;
    • hasDescription

      boolean hasDescription()
       Description of JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 188:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 167;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 188:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 167;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 188:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 167;
    • hasEarliestTime

      boolean hasEarliestTime()
       Earliest time for JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 193:67]
       
      .google.type.TimeOfDay earliest_time = 168;
      Returns:
      Whether the earliestTime field is set.
    • getEarliestTime

      com.google.type.TimeOfDay getEarliestTime()
       Earliest time for JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 193:67]
       
      .google.type.TimeOfDay earliest_time = 168;
      Returns:
      The earliestTime.
    • getEarliestTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getEarliestTimeOrBuilder()
       Earliest time for JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 193:67]
       
      .google.type.TimeOfDay earliest_time = 168;
    • getEarliestTimeDayOffset

      int getEarliestTimeDayOffset()
       Earliest time Day Offset from start of FROM JOURNEY.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 198:81]
       
      int32 earliest_time_day_offset = 169;
      Returns:
      The earliestTimeDayOffset.
    • hasLatestTime

      boolean hasLatestTime()
       Latest time for JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 203:65]
       
      .google.type.TimeOfDay latest_time = 170;
      Returns:
      Whether the latestTime field is set.
    • getLatestTime

      com.google.type.TimeOfDay getLatestTime()
       Latest time for JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 203:65]
       
      .google.type.TimeOfDay latest_time = 170;
      Returns:
      The latestTime.
    • getLatestTimeOrBuilder

      com.google.type.TimeOfDayOrBuilder getLatestTimeOrBuilder()
       Latest time for JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 203:65]
       
      .google.type.TimeOfDay latest_time = 170;
    • getLatestTimeDayOffset

      int getLatestTimeDayOffset()
       Latest time Day Offset from start of FROM JOURNEY.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 208:79]
       
      int32 latest_time_day_offset = 171;
      Returns:
      The latestTimeDayOffset.
    • getReasonValue

      int getReasonValue()
       Reason for JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 213:80]
       
      .uk.org.netex.www.netex.ReasonForMeetingEnumeration reason = 172;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

       Reason for JOURNEY MEETING.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 213:80]
       
      .uk.org.netex.www.netex.ReasonForMeetingEnumeration reason = 172;
      Returns:
      The reason.
    • hasConnectionRef

      boolean hasConnectionRef()
       Reference to CONNECTION at which JOURNEY MEETING takes place.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 225:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure connection_ref = 181;
      Returns:
      Whether the connectionRef field is set.
    • getConnectionRef

      VersionOfObjectRefStructure getConnectionRef()
       Reference to CONNECTION at which JOURNEY MEETING takes place.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 225:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure connection_ref = 181;
      Returns:
      The connectionRef.
    • getConnectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getConnectionRefOrBuilder()
       Reference to CONNECTION at which JOURNEY MEETING takes place.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 225:82]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure connection_ref = 181;
    • getConnectingStopPointRefList

      List<VersionOfObjectRefStructure> getConnectingStopPointRefList()
       SCHEDULED STOP POINT  to which JOURNEY MEETING connects if different from current stop interchange.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 230:121]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure connecting_stop_point_ref = 182;
    • getConnectingStopPointRef

      VersionOfObjectRefStructure getConnectingStopPointRef(int index)
       SCHEDULED STOP POINT  to which JOURNEY MEETING connects if different from current stop interchange.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 230:121]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure connecting_stop_point_ref = 182;
    • getConnectingStopPointRefCount

      int getConnectingStopPointRefCount()
       SCHEDULED STOP POINT  to which JOURNEY MEETING connects if different from current stop interchange.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 230:121]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure connecting_stop_point_ref = 182;
    • getConnectingStopPointRefOrBuilderList

      List<? extends VersionOfObjectRefStructureOrBuilder> getConnectingStopPointRefOrBuilderList()
       SCHEDULED STOP POINT  to which JOURNEY MEETING connects if different from current stop interchange.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 230:121]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure connecting_stop_point_ref = 182;
    • getConnectingStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getConnectingStopPointRefOrBuilder(int index)
       SCHEDULED STOP POINT  to which JOURNEY MEETING connects if different from current stop interchange.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 230:121]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure connecting_stop_point_ref = 182;
    • getConnectingStopPointNameList

      List<MultilingualString> getConnectingStopPointNameList()
       Name of CONNETCING STOP POINT.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 235:110]
       
      repeated .uk.org.netex.www.netex.MultilingualString connecting_stop_point_name = 183;
    • getConnectingStopPointName

      MultilingualString getConnectingStopPointName(int index)
       Name of CONNETCING STOP POINT.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 235:110]
       
      repeated .uk.org.netex.www.netex.MultilingualString connecting_stop_point_name = 183;
    • getConnectingStopPointNameCount

      int getConnectingStopPointNameCount()
       Name of CONNETCING STOP POINT.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 235:110]
       
      repeated .uk.org.netex.www.netex.MultilingualString connecting_stop_point_name = 183;
    • getConnectingStopPointNameOrBuilderList

      List<? extends MultilingualStringOrBuilder> getConnectingStopPointNameOrBuilderList()
       Name of CONNETCING STOP POINT.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 235:110]
       
      repeated .uk.org.netex.www.netex.MultilingualString connecting_stop_point_name = 183;
    • getConnectingStopPointNameOrBuilder

      MultilingualStringOrBuilder getConnectingStopPointNameOrBuilder(int index)
       Name of CONNETCING STOP POINT.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 235:110]
       
      repeated .uk.org.netex.www.netex.MultilingualString connecting_stop_point_name = 183;
    • hasConnectingJourneyView

      boolean hasConnectingJourneyView()
       Simplified  view of CONNECTING JOURNEY.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 764:139]
       
      .uk.org.netex.www.netex.ConnectingJourney_DerivedViewStructure connecting_journey_view = 191;
      Returns:
      Whether the connectingJourneyView field is set.
    • getConnectingJourneyView

      ConnectingJourney_DerivedViewStructure getConnectingJourneyView()
       Simplified  view of CONNECTING JOURNEY.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 764:139]
       
      .uk.org.netex.www.netex.ConnectingJourney_DerivedViewStructure connecting_journey_view = 191;
      Returns:
      The connectingJourneyView.
    • getConnectingJourneyViewOrBuilder

      ConnectingJourney_DerivedViewStructureOrBuilder getConnectingJourneyViewOrBuilder()
       Simplified  view of CONNECTING JOURNEY.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 764:139]
       
      .uk.org.netex.www.netex.ConnectingJourney_DerivedViewStructure connecting_journey_view = 191;
    • hasConnectingLineView

      boolean hasConnectingLineView()
       Simplified view of connecting LINE.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 249:91]
       
      .uk.org.netex.www.netex.Line_DerivedViewStructure connecting_line_view = 203;
      Returns:
      Whether the connectingLineView field is set.
    • getConnectingLineView

      Line_DerivedViewStructure getConnectingLineView()
       Simplified view of connecting LINE.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 249:91]
       
      .uk.org.netex.www.netex.Line_DerivedViewStructure connecting_line_view = 203;
      Returns:
      The connectingLineView.
    • getConnectingLineViewOrBuilder

      Line_DerivedViewStructureOrBuilder getConnectingLineViewOrBuilder()
       Simplified view of connecting LINE.  [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 249:91]
       
      .uk.org.netex.www.netex.Line_DerivedViewStructure connecting_line_view = 203;
    • getId

      String getId()
       [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 127:60]
       
      string id = 251;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_2/part2_journeyTimes/netex_interchange_version.xsd at 127:60]
       
      string id = 251;
      Returns:
      The bytes for id.
    • 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 = 184;
      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 = 184;
      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 = 184;
    • 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 = 185;
      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 = 185;
      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 = 185;
    • 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 = 186;
      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 = 186;
      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 = 186;
    • 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 = 187;
      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 = 187;
      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 = 187;
    • 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 = 188;
      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 = 188;
      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 = 188;
    • 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 = 189;
      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 = 189;
      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 = 189;
    • 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 = 190;
      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 = 190;
      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 = 190;
    • 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 = 252;
      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 = 252;
      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 = 252;
    • 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 = 253;
      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 = 253;
      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 = 253;
    • 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 = 255;
      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 = 255;
      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 = 255;
    • hasLineRef

      boolean hasLineRef()
       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 201;
      Returns:
      Whether the lineRef field is set.
    • getLineRef

       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 201;
      Returns:
      The lineRef.
    • getLineRefOrBuilder

       Reference to a LINE.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 201;
    • hasFlexibleLineRef

      boolean hasFlexibleLineRef()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 202;
      Returns:
      Whether the flexibleLineRef field is set.
    • getFlexibleLineRef

      VersionOfObjectRefStructure getFlexibleLineRef()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 202;
      Returns:
      The flexibleLineRef.
    • getFlexibleLineRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexibleLineRefOrBuilder()
       Reference to a FLEXIBLE LINE.  [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 202;
    • getJourneyRefStructureCase

      JourneyMeetingType.JourneyRefStructureCase getJourneyRefStructureCase()
    • getLineRefStructureCase

      JourneyMeetingType.LineRefStructureCase getLineRefStructureCase()