Interface NoticeAssignment_VersionStructureOrBuilder

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

public interface NoticeAssignment_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 = 405;
      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 = 405;
      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 = 406;
      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 = 406;
      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.
    • hasNoticeRef

      boolean hasNoticeRef()
       Reference to a NOTICE i.e. footnote, note,  announcement or other informational text element.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 64:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure notice_ref = 351;
      Returns:
      Whether the noticeRef field is set.
    • getNoticeRef

       Reference to a NOTICE i.e. footnote, note,  announcement or other informational text element.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 64:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure notice_ref = 351;
      Returns:
      The noticeRef.
    • getNoticeRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getNoticeRefOrBuilder()
       Reference to a NOTICE i.e. footnote, note,  announcement or other informational text element.  [netex_framework/netex_reusableComponents/netex_notice_support.xsd at 64:97]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure notice_ref = 351;
    • hasGroupOfNoticesRef

      boolean hasGroupOfNoticesRef()
       A group of Notiices.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 157:85]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_notices_ref = 352;
      Returns:
      Whether the groupOfNoticesRef field is set.
    • getGroupOfNoticesRef

      GroupOfEntitiesRefStructure getGroupOfNoticesRef()
       A group of Notiices.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 157:85]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_notices_ref = 352;
      Returns:
      The groupOfNoticesRef.
    • getGroupOfNoticesRefOrBuilder

      GroupOfEntitiesRefStructureOrBuilder getGroupOfNoticesRefOrBuilder()
       A group of Notiices.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 157:85]
       
      .uk.org.netex.www.netex.GroupOfEntitiesRefStructure group_of_notices_ref = 352;
    • hasNotice

      boolean hasNotice()
       A note or footnote about any aspect of a service, e.g. an announcement, notice, etc. May have different DELIVERY VARIANTs for different media.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 85:84]
       
      .uk.org.netex.www.netex.NoticeType notice = 353;
      Returns:
      Whether the notice field is set.
    • getNotice

      NoticeType getNotice()
       A note or footnote about any aspect of a service, e.g. an announcement, notice, etc. May have different DELIVERY VARIANTs for different media.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 85:84]
       
      .uk.org.netex.www.netex.NoticeType notice = 353;
      Returns:
      The notice.
    • getNoticeOrBuilder

      NoticeTypeOrBuilder getNoticeOrBuilder()
       A note or footnote about any aspect of a service, e.g. an announcement, notice, etc. May have different DELIVERY VARIANTs for different media.  [netex_framework/netex_reusableComponents/netex_notice_version.xsd at 85:84]
       
      .uk.org.netex.www.netex.NoticeType notice = 353;
    • hasNoticedObjectRef

      boolean hasNoticedObjectRef()
       Object with which NOTICE is associated. If given by context can be omitted.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 164:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure noticed_object_ref = 361;
      Returns:
      Whether the noticedObjectRef field is set.
    • getNoticedObjectRef

      VersionOfObjectRefStructure getNoticedObjectRef()
       Object with which NOTICE is associated. If given by context can be omitted.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 164:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure noticed_object_ref = 361;
      Returns:
      The noticedObjectRef.
    • getNoticedObjectRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getNoticedObjectRefOrBuilder()
       Object with which NOTICE is associated. If given by context can be omitted.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 164:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure noticed_object_ref = 361;
    • hasStartPointInPatternRef

      boolean hasStartPointInPatternRef()
       POINT at which applicability of NOTICE starts.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure start_point_in_pattern_ref = 383;
      Returns:
      Whether the startPointInPatternRef field is set.
    • getStartPointInPatternRef

      OrderedVersionOfObjectRefStructure getStartPointInPatternRef()
       POINT at which applicability of NOTICE starts.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure start_point_in_pattern_ref = 383;
      Returns:
      The startPointInPatternRef.
    • getStartPointInPatternRefOrBuilder

      OrderedVersionOfObjectRefStructureOrBuilder getStartPointInPatternRefOrBuilder()
       POINT at which applicability of NOTICE starts.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 184:96]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure start_point_in_pattern_ref = 383;
    • hasEndPointInPatternRef

      boolean hasEndPointInPatternRef()
       POINT at which applicabiity of NOTICE endsIf absent same as Start Point.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 189:94]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure end_point_in_pattern_ref = 384;
      Returns:
      Whether the endPointInPatternRef field is set.
    • getEndPointInPatternRef

      OrderedVersionOfObjectRefStructure getEndPointInPatternRef()
       POINT at which applicabiity of NOTICE endsIf absent same as Start Point.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 189:94]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure end_point_in_pattern_ref = 384;
      Returns:
      The endPointInPatternRef.
    • getEndPointInPatternRefOrBuilder

      OrderedVersionOfObjectRefStructureOrBuilder getEndPointInPatternRefOrBuilder()
       POINT at which applicabiity of NOTICE endsIf absent same as Start Point.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 189:94]
       
      .uk.org.netex.www.netex.OrderedVersionOfObjectRefStructure end_point_in_pattern_ref = 384;
    • getMark

      String getMark()
       Mark associated with NOTICE.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 201:61]
       
      string mark = 391;
      Returns:
      The mark.
    • getMarkBytes

      com.google.protobuf.ByteString getMarkBytes()
       Mark associated with NOTICE.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 201:61]
       
      string mark = 391;
      Returns:
      The bytes for mark.
    • getMarkUrl

      String getMarkUrl()
       URL for image associated with NOTICE.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 206:64]
       
      string mark_url = 392;
      Returns:
      The markUrl.
    • getMarkUrlBytes

      com.google.protobuf.ByteString getMarkUrlBytes()
       URL for image associated with NOTICE.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 206:64]
       
      string mark_url = 392;
      Returns:
      The bytes for markUrl.
    • getPublicityChannelValue

      int getPublicityChannelValue()
       How NOTICE is to be publicised. Default is all.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 211:104]
       
      .uk.org.netex.www.netex.PublicityChannelEnumeration publicity_channel = 393;
      Returns:
      The enum numeric value on the wire for publicityChannel.
    • getPublicityChannel

      PublicityChannelEnumeration getPublicityChannel()
       How NOTICE is to be publicised. Default is all.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 211:104]
       
      .uk.org.netex.www.netex.PublicityChannelEnumeration publicity_channel = 393;
      Returns:
      The publicityChannel.
    • getAdvertised

      boolean getAdvertised()
       Whether NOTICE is advertised to public.  [netex_framework/netex_reusableComponents/netex_noticeAssignment_version.xsd at 216:68]
       
      bool advertised = 394;
      Returns:
      The advertised.
    • hasLinkSequenceRef

      boolean hasLinkSequenceRef()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 362;
      Returns:
      Whether the linkSequenceRef field is set.
    • getLinkSequenceRef

      VersionOfObjectRefStructure getLinkSequenceRef()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 362;
      Returns:
      The linkSequenceRef.
    • getLinkSequenceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLinkSequenceRefOrBuilder()
       Reference to a LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_support.xsd at 79:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure link_sequence_ref = 362;
    • hasRouteRef

      boolean hasRouteRef()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 363;
      Returns:
      Whether the routeRef field is set.
    • getRouteRef

       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 363;
      Returns:
      The routeRef.
    • getRouteRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRouteRefOrBuilder()
       Reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 104:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure route_ref = 363;
    • hasTimingPatternRef

      boolean hasTimingPatternRef()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 364;
      Returns:
      Whether the timingPatternRef field is set.
    • getTimingPatternRef

      VersionOfObjectRefStructure getTimingPatternRef()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 364;
      Returns:
      The timingPatternRef.
    • getTimingPatternRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTimingPatternRefOrBuilder()
       Reference to a TIMING PATTERN.  [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 70:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure timing_pattern_ref = 364;
    • 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 = 365;
      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 = 365;
      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 = 365;
    • 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 = 366;
      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 = 366;
      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 = 366;
    • hasNavigationPathRef

      boolean hasNavigationPathRef()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 367;
      Returns:
      Whether the navigationPathRef field is set.
    • getNavigationPathRef

      VersionOfObjectRefStructure getNavigationPathRef()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 367;
      Returns:
      The navigationPathRef.
    • getNavigationPathRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getNavigationPathRefOrBuilder()
       Reference to a NAVIGATION PATH.  [netex_part_1/part1_ifopt/netex_ifopt_path_support.xsd at 176:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure navigation_path_ref = 367;
    • 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 = 368;
      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 = 368;
      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 = 368;
    • 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 = 369;
      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 = 369;
      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 = 369;
    • 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 = 370;
      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 = 370;
      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 = 370;
    • 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 = 371;
      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 = 371;
      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 = 371;
    • 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 = 372;
      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 = 372;
      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 = 372;
    • 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 = 373;
      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 = 373;
      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 = 373;
    • 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 = 374;
      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 = 374;
      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 = 374;
    • 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 = 375;
      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 = 375;
      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 = 375;
    • 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 = 376;
      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 = 376;
      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 = 376;
    • 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 = 395;
      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 = 395;
      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 = 395;
    • 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 = 396;
      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 = 396;
      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 = 396;
    • 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 = 398;
      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 = 398;
      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 = 398;
    • hasSingleJourneyPathRef

      boolean hasSingleJourneyPathRef()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 399;
      Returns:
      Whether the singleJourneyPathRef field is set.
    • getSingleJourneyPathRef

      VersionOfObjectRefStructure getSingleJourneyPathRef()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 399;
      Returns:
      The singleJourneyPathRef.
    • getSingleJourneyPathRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSingleJourneyPathRefOrBuilder()
       Reference to a SINGLE JOURNEY PATH. +v1.2.2  [netex_part_5/part5_sj/netex_nm_singleJourneyPath_support.xsd at 78:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure single_journey_path_ref = 399;
    • hasTripPatternTripRef

      boolean hasTripPatternTripRef()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 400;
      Returns:
      Whether the tripPatternTripRef field is set.
    • getTripPatternTripRef

      VersionOfObjectRefStructure getTripPatternTripRef()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 400;
      Returns:
      The tripPatternTripRef.
    • getTripPatternTripRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTripPatternTripRefOrBuilder()
       Reference to a TRIP PATTERN.  [netex_part_3/part3_fares/netex_trip_support.xsd at 65:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_pattern_trip_ref = 400;
    • hasTripRef

      boolean hasTripRef()
       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 401;
      Returns:
      Whether the tripRef field is set.
    • getTripRef

       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 401;
      Returns:
      The tripRef.
    • getTripRefOrBuilder

       Reference to a TRIP.  [netex_part_3/part3_fares/netex_trip_support.xsd at 91:90]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trip_ref = 401;
    • hasSectionRef

      boolean hasSectionRef()
       Reference to a SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 61:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure section_ref = 377;
      Returns:
      Whether the sectionRef field is set.
    • getSectionRef

       Reference to a SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 61:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure section_ref = 377;
      Returns:
      The sectionRef.
    • getSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSectionRefOrBuilder()
       Reference to a SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 61:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure section_ref = 377;
    • hasGeneralSectionRef

      boolean hasGeneralSectionRef()
       Reference to a GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 92:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_section_ref = 378;
      Returns:
      Whether the generalSectionRef field is set.
    • getGeneralSectionRef

      VersionOfObjectRefStructure getGeneralSectionRef()
       Reference to a GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 92:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_section_ref = 378;
      Returns:
      The generalSectionRef.
    • getGeneralSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeneralSectionRefOrBuilder()
       Reference to a GENERAL SECTION.  [netex_framework/netex_genericFramework/netex_section_support.xsd at 92:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_section_ref = 378;
    • hasLineSectionRef

      boolean hasLineSectionRef()
       Reference to a LINE SECTION.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 126:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_section_ref = 379;
      Returns:
      Whether the lineSectionRef field is set.
    • getLineSectionRef

      VersionOfObjectRefStructure getLineSectionRef()
       Reference to a LINE SECTION.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 126:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_section_ref = 379;
      Returns:
      The lineSectionRef.
    • getLineSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLineSectionRefOrBuilder()
       Reference to a LINE SECTION.  [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 126:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure line_section_ref = 379;
    • hasCommonSectionRef

      boolean hasCommonSectionRef()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 60:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure common_section_ref = 380;
      Returns:
      Whether the commonSectionRef field is set.
    • getCommonSectionRef

      VersionOfObjectRefStructure getCommonSectionRef()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 60:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure common_section_ref = 380;
      Returns:
      The commonSectionRef.
    • getCommonSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCommonSectionRefOrBuilder()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 60:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure common_section_ref = 380;
    • hasParentCommonSectionRef

      boolean hasParentCommonSectionRef()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 79:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_common_section_ref = 381;
      Returns:
      Whether the parentCommonSectionRef field is set.
    • getParentCommonSectionRef

      VersionOfObjectRefStructure getParentCommonSectionRef()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 79:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_common_section_ref = 381;
      Returns:
      The parentCommonSectionRef.
    • getParentCommonSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParentCommonSectionRefOrBuilder()
       Reference to a COMMON SECTION.  [netex_part_1/part1_tacticalPlanning/netex_commonSection_support.xsd at 79:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_common_section_ref = 381;
    • hasFareSectionRef

      boolean hasFareSectionRef()
       Reference to a FARE SECTION.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 174:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_section_ref = 382;
      Returns:
      Whether the fareSectionRef field is set.
    • getFareSectionRef

      VersionOfObjectRefStructure getFareSectionRef()
       Reference to a FARE SECTION.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 174:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_section_ref = 382;
      Returns:
      The fareSectionRef.
    • getFareSectionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFareSectionRefOrBuilder()
       Reference to a FARE SECTION.  [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 174:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure fare_section_ref = 382;
    • getLinkSequenceRefStructureCase

    • getSectionRefStructureCase