Interface InterchangeRuleFilter_VersionedChildStructureOrBuilder

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

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

    • getId

      String getId()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Returns:
      The bytes for id.
    • 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 = 204;
      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 = 204;
      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 = 205;
      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 = 205;
      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;
    • getOrder

      int getOrder()
       Order in which to apply filter  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 322:60]
       
      uint32 order = 101 [(.buf.validate.field) = { ... }
      Returns:
      The order.
    • hasOperatorRef

      boolean hasOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 161;
      Returns:
      Whether the operatorRef field is set.
    • getOperatorRef

      VersionOfObjectRefStructure getOperatorRef()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 161;
      Returns:
      The operatorRef.
    • getOperatorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOperatorRefOrBuilder()
       Reference to an OPERATOR.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 139:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operator_ref = 161;
    • hasStopAreaRef

      boolean hasStopAreaRef()
       Identifier of a Place at end point of transfer.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 336:78]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 162;
      Returns:
      Whether the stopAreaRef field is set.
    • getStopAreaRef

      VersionOfObjectRefStructure getStopAreaRef()
       Identifier of a Place at end point of transfer.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 336:78]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 162;
      Returns:
      The stopAreaRef.
    • getStopAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopAreaRefOrBuilder()
       Identifier of a Place at end point of transfer.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 336:78]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_area_ref = 162;
    • getAllLinesValue

      int getAllLinesValue()
       Applies to all Lines. +v1.1  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 253:51]
       
      .uk.org.netex.www.netex.EmptyType all_lines = 164;
      Returns:
      The enum numeric value on the wire for allLines.
    • getAllLines

      EmptyType getAllLines()
       Applies to all Lines. +v1.1  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 253:51]
       
      .uk.org.netex.www.netex.EmptyType all_lines = 164;
      Returns:
      The allLines.
    • hasLinesInDirectionRefs

      boolean hasLinesInDirectionRefs()
       List of LINEs in a DIRECTION +v1.1  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 258:87]
       
      .uk.org.netex.www.netex.LinesInDirectionRefs_RelStructure lines_in_direction_refs = 165;
      Returns:
      Whether the linesInDirectionRefs field is set.
    • getLinesInDirectionRefs

      LinesInDirectionRefs_RelStructure getLinesInDirectionRefs()
       List of LINEs in a DIRECTION +v1.1  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 258:87]
       
      .uk.org.netex.www.netex.LinesInDirectionRefs_RelStructure lines_in_direction_refs = 165;
      Returns:
      The linesInDirectionRefs.
    • getLinesInDirectionRefsOrBuilder

      LinesInDirectionRefs_RelStructureOrBuilder getLinesInDirectionRefsOrBuilder()
       List of LINEs in a DIRECTION +v1.1  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 258:87]
       
      .uk.org.netex.www.netex.LinesInDirectionRefs_RelStructure lines_in_direction_refs = 165;
    • getLineInDirectionRefList

      List<LineInDirectionReference> getLineInDirectionRefList()
       Refrence to LINE in a specific DIRECTION  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 961:94]
       
      repeated .uk.org.netex.www.netex.LineInDirectionReference line_in_direction_ref = 166;
    • getLineInDirectionRef

      LineInDirectionReference getLineInDirectionRef(int index)
       Refrence to LINE in a specific DIRECTION  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 961:94]
       
      repeated .uk.org.netex.www.netex.LineInDirectionReference line_in_direction_ref = 166;
    • getLineInDirectionRefCount

      int getLineInDirectionRefCount()
       Refrence to LINE in a specific DIRECTION  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 961:94]
       
      repeated .uk.org.netex.www.netex.LineInDirectionReference line_in_direction_ref = 166;
    • getLineInDirectionRefOrBuilderList

      List<? extends LineInDirectionReferenceOrBuilder> getLineInDirectionRefOrBuilderList()
       Refrence to LINE in a specific DIRECTION  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 961:94]
       
      repeated .uk.org.netex.www.netex.LineInDirectionReference line_in_direction_ref = 166;
    • getLineInDirectionRefOrBuilder

      LineInDirectionReferenceOrBuilder getLineInDirectionRefOrBuilder(int index)
       Refrence to LINE in a specific DIRECTION  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 961:94]
       
      repeated .uk.org.netex.www.netex.LineInDirectionReference line_in_direction_ref = 166;
    • hasAdjacentStopPointRef

      boolean hasAdjacentStopPointRef()
       Prior (feeder) or onwards (distributor) SCHEDULED STOP POINT before/after CONNECTION.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 273:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure adjacent_stop_point_ref = 183;
      Returns:
      Whether the adjacentStopPointRef field is set.
    • getAdjacentStopPointRef

      VersionOfObjectRefStructure getAdjacentStopPointRef()
       Prior (feeder) or onwards (distributor) SCHEDULED STOP POINT before/after CONNECTION.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 273:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure adjacent_stop_point_ref = 183;
      Returns:
      The adjacentStopPointRef.
    • getAdjacentStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAdjacentStopPointRefOrBuilder()
       Prior (feeder) or onwards (distributor) SCHEDULED STOP POINT before/after CONNECTION.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 273:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure adjacent_stop_point_ref = 183;
    • hasAdjacentStopPlaceRef

      boolean hasAdjacentStopPlaceRef()
       Prior (feeder) or onwards (distributor) SCHEDULED STOP PLACE  before/after CONNECTION.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 278:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure adjacent_stop_place_ref = 184;
      Returns:
      Whether the adjacentStopPlaceRef field is set.
    • getAdjacentStopPlaceRef

      VersionOfObjectRefStructure getAdjacentStopPlaceRef()
       Prior (feeder) or onwards (distributor) SCHEDULED STOP PLACE  before/after CONNECTION.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 278:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure adjacent_stop_place_ref = 184;
      Returns:
      The adjacentStopPlaceRef.
    • getAdjacentStopPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAdjacentStopPlaceRefOrBuilder()
       Prior (feeder) or onwards (distributor) SCHEDULED STOP PLACE  before/after CONNECTION.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 278:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure adjacent_stop_place_ref = 184;
    • hasAdjacentPointRef

      boolean hasAdjacentPointRef()
       Prior (feeder) or onwards (distributor) POINT (not necessarily a STOP POINT) before/after connection.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 283:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure adjacent_point_ref = 185;
      Returns:
      Whether the adjacentPointRef field is set.
    • getAdjacentPointRef

      VersionOfObjectRefStructure getAdjacentPointRef()
       Prior (feeder) or onwards (distributor) POINT (not necessarily a STOP POINT) before/after connection.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 283:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure adjacent_point_ref = 185;
      Returns:
      The adjacentPointRef.
    • getAdjacentPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAdjacentPointRefOrBuilder()
       Prior (feeder) or onwards (distributor) POINT (not necessarily a STOP POINT) before/after connection.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 283:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure adjacent_point_ref = 185;
    • hasEndStopPointRef

      boolean hasEndStopPointRef()
       Identifier of end i.e. origin (feeder) or destination (Distributor)(SCHEDULED STOP POINT of feeder/distributor JOURNEY.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 288:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_stop_point_ref = 186;
      Returns:
      Whether the endStopPointRef field is set.
    • getEndStopPointRef

      VersionOfObjectRefStructure getEndStopPointRef()
       Identifier of end i.e. origin (feeder) or destination (Distributor)(SCHEDULED STOP POINT of feeder/distributor JOURNEY.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 288:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_stop_point_ref = 186;
      Returns:
      The endStopPointRef.
    • getEndStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEndStopPointRefOrBuilder()
       Identifier of end i.e. origin (feeder) or destination (Distributor)(SCHEDULED STOP POINT of feeder/distributor JOURNEY.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 288:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure end_stop_point_ref = 186;
    • hasTimeDemandTypeRef

      boolean hasTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 191;
      Returns:
      Whether the timeDemandTypeRef field is set.
    • getTimeDemandTypeRef

      VersionOfObjectRefStructure getTimeDemandTypeRef()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 191;
      Returns:
      The timeDemandTypeRef.
    • getTimeDemandTypeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimeDemandTypeRefOrBuilder()
       Reference to a TIME DEMAND TYPE. If given by context need not be stated.  [netex_part_1/part1_tacticalPlanning/netex_timeDemandType_support.xsd at 80:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure time_demand_type_ref = 191;
    • hasServiceJourneyRef

      boolean hasServiceJourneyRef()
       Reference to a connecting VEHICLE JOURNEY to whom INTERCHANGE RULE applies. If absent applies to all journeys.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 346:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 192;
      Returns:
      Whether the serviceJourneyRef field is set.
    • getServiceJourneyRef

      VersionOfObjectRefStructure getServiceJourneyRef()
       Reference to a connecting VEHICLE JOURNEY to whom INTERCHANGE RULE applies. If absent applies to all journeys.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 346:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 192;
      Returns:
      The serviceJourneyRef.
    • getServiceJourneyRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceJourneyRefOrBuilder()
       Reference to a connecting VEHICLE JOURNEY to whom INTERCHANGE RULE applies. If absent applies to all journeys.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 346:77]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_ref = 192;
    • hasServiceDesignator

      boolean hasServiceDesignator()
       Value reference to a SERVICE JOURNEY. Provides an alternative way of identifying a Journey between SCHEDULED STOP POINTS  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 171:74]
       
      .uk.org.netex.www.netex.ServiceDesignatorStructure service_designator = 193;
      Returns:
      Whether the serviceDesignator field is set.
    • getServiceDesignator

      ServiceDesignatorStructure getServiceDesignator()
       Value reference to a SERVICE JOURNEY. Provides an alternative way of identifying a Journey between SCHEDULED STOP POINTS  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 171:74]
       
      .uk.org.netex.www.netex.ServiceDesignatorStructure service_designator = 193;
      Returns:
      The serviceDesignator.
    • getServiceDesignatorOrBuilder

      ServiceDesignatorStructureOrBuilder getServiceDesignatorOrBuilder()
       Value reference to a SERVICE JOURNEY. Provides an alternative way of identifying a Journey between SCHEDULED STOP POINTS  [netex_part_2/part2_journeyTimes/netex_journeyDesignator_support.xsd at 171:74]
       
      .uk.org.netex.www.netex.ServiceDesignatorStructure service_designator = 193;
    • hasMaximumInterchangeWindow

      boolean hasMaximumInterchangeWindow()
       Maximum interval for making INTERCHANGe.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 353:83]
       
      .google.protobuf.Duration maximum_interchange_window = 201;
      Returns:
      Whether the maximumInterchangeWindow field is set.
    • getMaximumInterchangeWindow

      com.google.protobuf.Duration getMaximumInterchangeWindow()
       Maximum interval for making INTERCHANGe.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 353:83]
       
      .google.protobuf.Duration maximum_interchange_window = 201;
      Returns:
      The maximumInterchangeWindow.
    • getMaximumInterchangeWindowOrBuilder

      com.google.protobuf.DurationOrBuilder getMaximumInterchangeWindowOrBuilder()
       Maximum interval for making INTERCHANGe.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 353:83]
       
      .google.protobuf.Duration maximum_interchange_window = 201;
    • getTransportModeValue

      int getTransportModeValue()
       Identifier of MODE of end Point of TRANSFER . Default is all modes.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 358:111]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 202;
      Returns:
      The enum numeric value on the wire for transportMode.
    • getTransportMode

       Identifier of MODE of end Point of TRANSFER . Default is all modes.  [netex_part_2/part2_journeyTimes/netex_interchangeRule_version.xsd at 358:111]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 202;
      Returns:
      The transportMode.
    • hasTaxiRankRef

      boolean hasTaxiRankRef()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 154;
      Returns:
      Whether the taxiRankRef field is set.
    • getTaxiRankRef

      VersionOfObjectRefStructure getTaxiRankRef()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 154;
      Returns:
      The taxiRankRef.
    • getTaxiRankRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTaxiRankRefOrBuilder()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 154;
    • hasStopPlaceRef

      boolean hasStopPlaceRef()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 163;
      Returns:
      Whether the stopPlaceRef field is set.
    • getStopPlaceRef

      VersionOfObjectRefStructure getStopPlaceRef()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 163;
      Returns:
      The stopPlaceRef.
    • getStopPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPlaceRefOrBuilder()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 163;
    • hasScheduledStopPointRef

      boolean hasScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 181;
      Returns:
      Whether the scheduledStopPointRef field is set.
    • getScheduledStopPointRef

      VersionOfObjectRefStructure getScheduledStopPointRef()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 181;
      Returns:
      The scheduledStopPointRef.
    • getScheduledStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getScheduledStopPointRefOrBuilder()
       Reference to a SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 80:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_stop_point_ref = 181;
    • hasFareScheduledStopPointRef

      boolean hasFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 182;
      Returns:
      Whether the fareScheduledStopPointRef field is set.
    • getFareScheduledStopPointRef

      VersionOfObjectRefStructure getFareScheduledStopPointRef()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 182;
      Returns:
      The fareScheduledStopPointRef.
    • getFareScheduledStopPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareScheduledStopPointRefOrBuilder()
       Reference to a FARE SCHEDULED STOP POINT.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 73:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_scheduled_stop_point_ref = 182;
    • getStopPlaceRefStructureCase

    • getScheduledStopPointRefStructureCase