Interface DynamicStopAssignment_VersionStructureOrBuilder

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

public interface DynamicStopAssignment_VersionStructureOrBuilder 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 = 759;
      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 = 759;
      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 = 760;
      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 = 760;
      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;
    • getOrder

      int getOrder()
       Order in which to show  ASSIGNMENT,  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 74:52]
       
      int32 order = 101;
      Returns:
      The order.
    • hasName

      boolean hasName()
       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasDescription

      boolean hasDescription()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
    • getId

      String getId()
       Identifier of ENTITY.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 139:69]
       
      string id = 191;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 139:69]
       
      string id = 191;
      Returns:
      The bytes for id.
    • getBoardingUse

      boolean getBoardingUse()
       Whether alignment is for boarding use. Default is 'true'.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 116:84]
       
      bool boarding_use = 351;
      Returns:
      The boardingUse.
    • getAlightingUse

      boolean getAlightingUse()
       Whether alignment is for alighting use. Default is 'true'.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 121:85]
       
      bool alighting_use = 352;
      Returns:
      The alightingUse.
    • hasPrivateCode

      boolean hasPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 353;
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      PrivateCodeStructure getPrivateCode()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 353;
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      PrivateCodeStructureOrBuilder getPrivateCodeOrBuilder()
       A private code that uniquely identifies the element.  May be used for inter-operating with other (legacy) systems.  [netex_framework/netex_utility/netex_utility_types.xsd at 100:62]
       
      .uk.org.netex.www.netex.PrivateCodeStructure private_code = 353;
    • hasScheduledStopPoint

      boolean hasScheduledStopPoint()
       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 356;
      Returns:
      Whether the scheduledStopPoint field is set.
    • getScheduledStopPoint

      ScheduledStopPointType getScheduledStopPoint()
       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 356;
      Returns:
      The scheduledStopPoint.
    • getScheduledStopPointOrBuilder

      ScheduledStopPointTypeOrBuilder getScheduledStopPointOrBuilder()
       A POINT where passengers can board or alight from vehicles. It is open, which hierarchical level such a point has. It can represent a single door (BoardingPosition) or a whole ZONE. The association to the physical model is done with STOP ASSIGNMENTs.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 174:84]
       
      .uk.org.netex.www.netex.ScheduledStopPointType scheduled_stop_point = 356;
    • hasStopPlace

      boolean hasStopPlace()
       Version of a named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 147:63]
       
      .uk.org.netex.www.netex.StopPlaceType stop_place = 512;
      Returns:
      Whether the stopPlace field is set.
    • getStopPlace

      StopPlaceType getStopPlace()
       Version of a named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 147:63]
       
      .uk.org.netex.www.netex.StopPlaceType stop_place = 512;
      Returns:
      The stopPlace.
    • getStopPlaceOrBuilder

      StopPlaceTypeOrBuilder getStopPlaceOrBuilder()
       Version of a named place where public transport may be accessed. May be a building complex (e.g. a station) or an on-street location.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 147:63]
       
      .uk.org.netex.www.netex.StopPlaceType stop_place = 512;
    • hasQuay

      boolean hasQuay()
       A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi cars or other means of transportation. A QUAY may contain other sub QUAYs. A child QUAY must be physically contained within its parent QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 445:62]
       
      .uk.org.netex.www.netex.QuayType quay = 522;
      Returns:
      Whether the quay field is set.
    • getQuay

      QuayType getQuay()
       A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi cars or other means of transportation. A QUAY may contain other sub QUAYs. A child QUAY must be physically contained within its parent QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 445:62]
       
      .uk.org.netex.www.netex.QuayType quay = 522;
      Returns:
      The quay.
    • getQuayOrBuilder

      QuayTypeOrBuilder getQuayOrBuilder()
       A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi cars or other means of transportation. A QUAY may contain other sub QUAYs. A child QUAY must be physically contained within its parent QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 445:62]
       
      .uk.org.netex.www.netex.QuayType quay = 522;
    • hasBoardingPositionRef

      boolean hasBoardingPositionRef()
       Reference to a BOARDING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 226:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure boarding_position_ref = 531;
      Returns:
      Whether the boardingPositionRef field is set.
    • getBoardingPositionRef

      VersionOfObjectRefStructure getBoardingPositionRef()
       Reference to a BOARDING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 226:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure boarding_position_ref = 531;
      Returns:
      The boardingPositionRef.
    • getBoardingPositionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBoardingPositionRefOrBuilder()
       Reference to a BOARDING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 226:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure boarding_position_ref = 531;
    • hasBoardingPosition

      boolean hasBoardingPosition()
       A location within a QUAY from which passengers may directly board, or onto which passengers may directly alight from, a VEHICLE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 774:74]
       
      .uk.org.netex.www.netex.BoardingPositionType boarding_position = 532;
      Returns:
      Whether the boardingPosition field is set.
    • getBoardingPosition

      BoardingPositionType getBoardingPosition()
       A location within a QUAY from which passengers may directly board, or onto which passengers may directly alight from, a VEHICLE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 774:74]
       
      .uk.org.netex.www.netex.BoardingPositionType boarding_position = 532;
      Returns:
      The boardingPosition.
    • getBoardingPositionOrBuilder

      BoardingPositionTypeOrBuilder getBoardingPositionOrBuilder()
       A location within a QUAY from which passengers may directly board, or onto which passengers may directly alight from, a VEHICLE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 774:74]
       
      .uk.org.netex.www.netex.BoardingPositionType boarding_position = 532;
    • hasTrainElements

      boolean hasTrainElements()
       Train elements to which SCHEDULED STOP POINT is to be assigned.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 206:52]
       
      .uk.org.netex.www.netex.TrainElementsType train_elements = 541;
      Returns:
      Whether the trainElements field is set.
    • getTrainElements

      TrainElementsType getTrainElements()
       Train elements to which SCHEDULED STOP POINT is to be assigned.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 206:52]
       
      .uk.org.netex.www.netex.TrainElementsType train_elements = 541;
      Returns:
      The trainElements.
    • getTrainElementsOrBuilder

      TrainElementsTypeOrBuilder getTrainElementsOrBuilder()
       Train elements to which SCHEDULED STOP POINT is to be assigned.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_version.xsd at 206:52]
       
      .uk.org.netex.www.netex.TrainElementsType train_elements = 541;
    • 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 = 354;
      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 = 354;
      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 = 354;
    • 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 = 355;
      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 = 355;
      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 = 355;
    • 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 = 502;
      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 = 502;
      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 = 502;
    • 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 = 511;
      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 = 511;
      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 = 511;
    • hasQuayRef

      boolean hasQuayRef()
       Reference to a QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 150:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quay_ref = 521;
      Returns:
      Whether the quayRef field is set.
    • getQuayRef

       Reference to a QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 150:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quay_ref = 521;
      Returns:
      The quayRef.
    • getQuayRefOrBuilder

       Reference to a QUAY.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 150:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure quay_ref = 521;
    • hasTaxiStandRef

      boolean hasTaxiStandRef()
       Reference to a TAXI STAND. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 105:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_stand_ref = 748;
      Returns:
      Whether the taxiStandRef field is set.
    • getTaxiStandRef

      VersionOfObjectRefStructure getTaxiStandRef()
       Reference to a TAXI STAND. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 105:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_stand_ref = 748;
      Returns:
      The taxiStandRef.
    • getTaxiStandRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTaxiStandRefOrBuilder()
       Reference to a TAXI STAND. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 105:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_stand_ref = 748;
    • hasJourneyPatternRef

      boolean hasJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 751;
      Returns:
      Whether the journeyPatternRef field is set.
    • getJourneyPatternRef

      VersionOfObjectRefStructure getJourneyPatternRef()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 751;
      Returns:
      The journeyPatternRef.
    • getJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getJourneyPatternRefOrBuilder()
       Reference to a JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 80:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure journey_pattern_ref = 751;
    • hasDeadRunJourneyPatternRef

      boolean hasDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 752;
      Returns:
      Whether the deadRunJourneyPatternRef field is set.
    • getDeadRunJourneyPatternRef

      VersionOfObjectRefStructure getDeadRunJourneyPatternRef()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 752;
      Returns:
      The deadRunJourneyPatternRef.
    • getDeadRunJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDeadRunJourneyPatternRefOrBuilder()
       Reference to a DEAD RUN JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 106:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dead_run_journey_pattern_ref = 752;
    • hasServicePatternRef

      boolean hasServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 753;
      Returns:
      Whether the servicePatternRef field is set.
    • getServicePatternRef

      VersionOfObjectRefStructure getServicePatternRef()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 753;
      Returns:
      The servicePatternRef.
    • getServicePatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServicePatternRefOrBuilder()
       Reference to a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 200:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_pattern_ref = 753;
    • hasServiceJourneyPatternRef

      boolean hasServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 754;
      Returns:
      Whether the serviceJourneyPatternRef field is set.
    • getServiceJourneyPatternRef

      VersionOfObjectRefStructure getServiceJourneyPatternRef()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 754;
      Returns:
      The serviceJourneyPatternRef.
    • getServiceJourneyPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceJourneyPatternRefOrBuilder()
       Reference to a SERVICE JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_support.xsd at 226:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_journey_pattern_ref = 754;
    • hasPassengerStopAssignmentRef

      boolean hasPassengerStopAssignmentRef()
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 755;
      Returns:
      Whether the passengerStopAssignmentRef field is set.
    • getPassengerStopAssignmentRef

      VersionOfObjectRefStructure getPassengerStopAssignmentRef()
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 755;
      Returns:
      The passengerStopAssignmentRef.
    • getPassengerStopAssignmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPassengerStopAssignmentRefOrBuilder()
       Reference to a PASSENGER STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 91:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_stop_assignment_ref = 755;
    • hasDynamicStopAssignmentRef

      boolean hasDynamicStopAssignmentRef()
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 756;
      Returns:
      Whether the dynamicStopAssignmentRef field is set.
    • getDynamicStopAssignmentRef

      VersionOfObjectRefStructure getDynamicStopAssignmentRef()
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 756;
      Returns:
      The dynamicStopAssignmentRef.
    • getDynamicStopAssignmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getDynamicStopAssignmentRefOrBuilder()
       Reference to a DYNAMIC STOP ASSIGNMENT.  [netex_part_1/part1_tacticalPlanning/netex_stopAssignment_support.xsd at 143:135]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure dynamic_stop_assignment_ref = 756;
    • hasVehicleJourneyStopAssignmentRef

      boolean hasVehicleJourneyStopAssignmentRef()
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 757;
      Returns:
      Whether the vehicleJourneyStopAssignmentRef field is set.
    • getVehicleJourneyStopAssignmentRef

      VersionOfObjectRefStructure getVehicleJourneyStopAssignmentRef()
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 757;
      Returns:
      The vehicleJourneyStopAssignmentRef.
    • getVehicleJourneyStopAssignmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleJourneyStopAssignmentRefOrBuilder()
       Reference to a VEHICLE JOURNEY STOP ASSIGNMENT.  [netex_part_2/part2_journeyTimes/netex_vehicleJourney_support.xsd at 315:149]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_journey_stop_assignment_ref = 757;
    • getScheduledStopPointRefStructureCase

    • getStopPlaceRefStructureCase

    • getQuayRefStructureCase

    • getJourneyPatternRefStructureCase

    • getPassengerStopAssignmentRefStructureCase