Class ServicePattern_VersionStructure

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
uk.org.netex.www.netex.ServicePattern_VersionStructure
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ServicePattern_VersionStructureOrBuilder

@Generated public final class ServicePattern_VersionStructure extends com.google.protobuf.GeneratedMessage implements ServicePattern_VersionStructureOrBuilder
 Type for a SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 627:75]
 
Protobuf type uk.org.netex.www.netex.ServicePattern_VersionStructure
See Also:
  • Field Details

    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • CREATED_FIELD_NUMBER

      public static final int CREATED_FIELD_NUMBER
      See Also:
    • CHANGED_FIELD_NUMBER

      public static final int CHANGED_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_VERSION_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_VERSION_REF_FIELD_NUMBER
      See Also:
    • DERIVED_FROM_OBJECT_REF_FIELD_NUMBER

      public static final int DERIVED_FROM_OBJECT_REF_FIELD_NUMBER
      See Also:
    • VALIDITY_CONDITIONS_FIELD_NUMBER

      public static final int VALIDITY_CONDITIONS_FIELD_NUMBER
      See Also:
    • VALID_BETWEEN_FIELD_NUMBER

      public static final int VALID_BETWEEN_FIELD_NUMBER
      See Also:
    • ALTERNATIVE_TEXTS_FIELD_NUMBER

      public static final int ALTERNATIVE_TEXTS_FIELD_NUMBER
      See Also:
    • KEY_LIST_FIELD_NUMBER

      public static final int KEY_LIST_FIELD_NUMBER
      See Also:
    • EXTENSIONS_FIELD_NUMBER

      public static final int EXTENSIONS_FIELD_NUMBER
      See Also:
    • BRANDING_REF_FIELD_NUMBER

      public static final int BRANDING_REF_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • SHORT_NAME_FIELD_NUMBER

      public static final int SHORT_NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • DISTANCE_FIELD_NUMBER

      public static final int DISTANCE_FIELD_NUMBER
      See Also:
    • PRIVATE_CODE_FIELD_NUMBER

      public static final int PRIVATE_CODE_FIELD_NUMBER
      See Also:
    • PROJECTIONS_FIELD_NUMBER

      public static final int PROJECTIONS_FIELD_NUMBER
      See Also:
    • SECTIONS_IN_SEQUENCE_FIELD_NUMBER

      public static final int SECTIONS_IN_SEQUENCE_FIELD_NUMBER
      See Also:
    • ROUTE_REF_FIELD_NUMBER

      public static final int ROUTE_REF_FIELD_NUMBER
      See Also:
    • ROUTE_VIEW_FIELD_NUMBER

      public static final int ROUTE_VIEW_FIELD_NUMBER
      See Also:
    • DIRECTION_TYPE_FIELD_NUMBER

      public static final int DIRECTION_TYPE_FIELD_NUMBER
      See Also:
    • DIRECTION_REF_FIELD_NUMBER

      public static final int DIRECTION_REF_FIELD_NUMBER
      See Also:
    • DIRECTION_VIEW_FIELD_NUMBER

      public static final int DIRECTION_VIEW_FIELD_NUMBER
      See Also:
    • DESTINATION_DISPLAY_REF_FIELD_NUMBER

      public static final int DESTINATION_DISPLAY_REF_FIELD_NUMBER
      See Also:
    • DESTINATION_DISPLAY_VIEW_FIELD_NUMBER

      public static final int DESTINATION_DISPLAY_VIEW_FIELD_NUMBER
      See Also:
    • TYPE_OF_JOURNEY_PATTERN_REF_FIELD_NUMBER

      public static final int TYPE_OF_JOURNEY_PATTERN_REF_FIELD_NUMBER
      See Also:
    • OPERATIONAL_CONTEXT_REF_FIELD_NUMBER

      public static final int OPERATIONAL_CONTEXT_REF_FIELD_NUMBER
      See Also:
    • TIMING_PATTERN_REF_FIELD_NUMBER

      public static final int TIMING_PATTERN_REF_FIELD_NUMBER
      See Also:
    • NOTICE_ASSIGNMENTS_FIELD_NUMBER

      public static final int NOTICE_ASSIGNMENTS_FIELD_NUMBER
      See Also:
    • RUN_TIMES_FIELD_NUMBER

      public static final int RUN_TIMES_FIELD_NUMBER
      See Also:
    • WAIT_TIMES_FIELD_NUMBER

      public static final int WAIT_TIMES_FIELD_NUMBER
      See Also:
    • HEADWAYS_FIELD_NUMBER

      public static final int HEADWAYS_FIELD_NUMBER
      See Also:
    • LAYOVERS_FIELD_NUMBER

      public static final int LAYOVERS_FIELD_NUMBER
      See Also:
    • JOURNEY_PATTERNS_FIELD_NUMBER

      public static final int JOURNEY_PATTERNS_FIELD_NUMBER
      See Also:
    • POINTS_IN_SEQUENCE_FIELD_NUMBER

      public static final int POINTS_IN_SEQUENCE_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getId

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

      public com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_framework/netex_responsibility/netex_entity_version.xsd at 64:63]
       
      string id = 2;
      Specified by:
      getIdBytes in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The bytes for id.
    • hasCreated

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

      public 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;
      Specified by:
      getCreated in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The created.
    • getCreatedOrBuilder

      public 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;
      Specified by:
      getCreatedOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasChanged

      public 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;
      Specified by:
      hasChanged in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the changed field is set.
    • getChanged

      public 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;
      Specified by:
      getChanged in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The changed.
    • getChangedOrBuilder

      public 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;
      Specified by:
      getChangedOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • getVersion

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

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

      public 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;
      Specified by:
      getStatusValue in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public 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;
      Specified by:
      getStatus in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The status.
    • getDerivedFromVersionRef

      public 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 = 345;
      Specified by:
      getDerivedFromVersionRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The derivedFromVersionRef.
    • getDerivedFromVersionRefBytes

      public 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 = 345;
      Specified by:
      getDerivedFromVersionRefBytes in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromVersionRef.
    • getDerivedFromObjectRef

      public 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 = 346;
      Specified by:
      getDerivedFromObjectRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The derivedFromObjectRef.
    • getDerivedFromObjectRefBytes

      public 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 = 346;
      Specified by:
      getDerivedFromObjectRefBytes in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      public 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;
      Specified by:
      hasValidityConditions in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      public 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;
      Specified by:
      getValidityConditions in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      public 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;
      Specified by:
      getValidityConditionsOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • getValidBetweenList

      public 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;
      Specified by:
      getValidBetweenList in interface ServicePattern_VersionStructureOrBuilder
    • getValidBetweenOrBuilderList

      public 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;
      Specified by:
      getValidBetweenOrBuilderList in interface ServicePattern_VersionStructureOrBuilder
    • getValidBetweenCount

      public 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;
      Specified by:
      getValidBetweenCount in interface ServicePattern_VersionStructureOrBuilder
    • getValidBetween

      public 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;
      Specified by:
      getValidBetween in interface ServicePattern_VersionStructureOrBuilder
    • getValidBetweenOrBuilder

      public 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;
      Specified by:
      getValidBetweenOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasAlternativeTexts

      public 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;
      Specified by:
      hasAlternativeTexts in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      public 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;
      Specified by:
      getAlternativeTexts in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      public 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;
      Specified by:
      getAlternativeTextsOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasKeyList

      public 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;
      Specified by:
      hasKeyList in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the keyList field is set.
    • getKeyList

      public 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;
      Specified by:
      getKeyList in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The keyList.
    • getKeyListOrBuilder

      public 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;
      Specified by:
      getKeyListOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasExtensions

      public 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;
      Specified by:
      hasExtensions in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the extensions field is set.
    • getExtensions

      public 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;
      Specified by:
      getExtensions in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      public 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;
      Specified by:
      getExtensionsOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasBrandingRef

      public 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;
      Specified by:
      hasBrandingRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the brandingRef field is set.
    • getBrandingRef

      public 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;
      Specified by:
      getBrandingRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The brandingRef.
    • getBrandingRefOrBuilder

      public 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;
      Specified by:
      getBrandingRefOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasName

      public boolean hasName()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      hasName in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public MultilingualString getName()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getName in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The name.
    • getNameOrBuilder

      public MultilingualStringOrBuilder getNameOrBuilder()
       Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 83:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Specified by:
      getNameOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasShortName

      public boolean hasShortName()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      hasShortName in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the shortName field is set.
    • getShortName

      public MultilingualString getShortName()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortName in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The shortName.
    • getShortNameOrBuilder

      public MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of LINK SEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 88:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Specified by:
      getShortNameOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasDescription

      public boolean hasDescription()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      hasDescription in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public MultilingualString getDescription()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescription in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The description.
    • getDescriptionOrBuilder

      public MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a LINKSEQUENCE.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 93:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Specified by:
      getDescriptionOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • getDistance

      public double getDistance()
       Overall distance of LINK SEQUENCE. Can be derived from component LINKs.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 98:67]
       
      double distance = 164;
      Specified by:
      getDistance in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The distance.
    • hasPrivateCode

      public 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 = 165;
      Specified by:
      hasPrivateCode in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the privateCode field is set.
    • getPrivateCode

      public 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 = 165;
      Specified by:
      getPrivateCode in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The privateCode.
    • getPrivateCodeOrBuilder

      public 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 = 165;
      Specified by:
      getPrivateCodeOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasProjections

      public boolean hasProjections()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Specified by:
      hasProjections in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the projections field is set.
    • getProjections

      public Projections_RelStructure getProjections()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Specified by:
      getProjections in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The projections.
    • getProjectionsOrBuilder

      public Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of LINK SEQUENCE onto another ENTITY or layer.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 104:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 166;
      Specified by:
      getProjectionsOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasInfoLinks

      public boolean hasInfoLinks()
       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.ServicePattern_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      hasInfoLinks in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.ServicePattern_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinks in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

       Hyperlinks associated with JOURNEY.  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 109:48]
       
      .uk.org.netex.www.netex.ServicePattern_VersionStructure.InfoLinksType info_links = 167;
      Specified by:
      getInfoLinksOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasSectionsInSequence

      public boolean hasSectionsInSequence()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Specified by:
      hasSectionsInSequence in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the sectionsInSequence field is set.
    • getSectionsInSequence

      public SectionsInSequence_RelStructure getSectionsInSequence()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Specified by:
      getSectionsInSequence in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The sectionsInSequence.
    • getSectionsInSequenceOrBuilder

      public SectionsInSequence_RelStructureOrBuilder getSectionsInSequenceOrBuilder()
       SECTIONS that make up route.  Can be used as an alternative to  points in Seqnece. POINTS and LINKS must be of same type as sequence, eg ROUTE, ROUTE POINT, ROUTE LINK  [netex_framework/netex_genericFramework/netex_pointAndLinkSequence_version.xsd at 119:96]
       
      .uk.org.netex.www.netex.SectionsInSequence_RelStructure sections_in_sequence = 168;
      Specified by:
      getSectionsInSequenceOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasRouteRef

      public 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 = 291;
      Specified by:
      hasRouteRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the routeRef field is set.
    • getRouteRef

      public VersionOfObjectRefStructure 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 = 291;
      Specified by:
      getRouteRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The routeRef.
    • getRouteRefOrBuilder

      public 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 = 291;
      Specified by:
      getRouteRefOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasRouteView

      public boolean hasRouteView()
       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
      Specified by:
      hasRouteView in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the routeView field is set.
    • getRouteView

      public RouteViewType getRouteView()
       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
      Specified by:
      getRouteView in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The routeView.
    • getRouteViewOrBuilder

      public RouteViewTypeOrBuilder getRouteViewOrBuilder()
       Annotated reference to a ROUTE.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 551:81]
       
      .uk.org.netex.www.netex.RouteViewType route_view = 292;
      Specified by:
      getRouteViewOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • getDirectionTypeValue

      public int getDirectionTypeValue()
       DIRECTION of JOURNEY PATTERN. Should be same as for ROUTE on which PATTERN is based.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 200:84]
       
      .uk.org.netex.www.netex.DirectionTypeEnumeration direction_type = 301;
      Specified by:
      getDirectionTypeValue in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The enum numeric value on the wire for directionType.
    • getDirectionType

      public DirectionTypeEnumeration getDirectionType()
       DIRECTION of JOURNEY PATTERN. Should be same as for ROUTE on which PATTERN is based.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 200:84]
       
      .uk.org.netex.www.netex.DirectionTypeEnumeration direction_type = 301;
      Specified by:
      getDirectionType in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The directionType.
    • hasDirectionRef

      public boolean hasDirectionRef()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
      Specified by:
      hasDirectionRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the directionRef field is set.
    • getDirectionRef

      public VersionOfObjectRefStructure getDirectionRef()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
      Specified by:
      getDirectionRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The directionRef.
    • getDirectionRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDirectionRefOrBuilder()
       Reference to a DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 302;
      Specified by:
      getDirectionRefOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasDirectionView

      public boolean hasDirectionView()
       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
      Specified by:
      hasDirectionView in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the directionView field is set.
    • getDirectionView

      public DirectionViewType getDirectionView()
       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
      Specified by:
      getDirectionView in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The directionView.
    • getDirectionViewOrBuilder

      public DirectionViewTypeOrBuilder getDirectionViewOrBuilder()
       Simplified View of DIRECTION.  [netex_part_1/part1_networkDescription/netex_route_version.xsd at 612:85]
       
      .uk.org.netex.www.netex.DirectionViewType direction_view = 303;
      Specified by:
      getDirectionViewOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasDestinationDisplayRef

      public boolean hasDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
      Specified by:
      hasDestinationDisplayRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the destinationDisplayRef field is set.
    • getDestinationDisplayRef

      public VersionOfObjectRefStructure getDestinationDisplayRef()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
      Specified by:
      getDestinationDisplayRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The destinationDisplayRef.
    • getDestinationDisplayRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getDestinationDisplayRefOrBuilder()
       Reference to a DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 311;
      Specified by:
      getDestinationDisplayRefOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasDestinationDisplayView

      public boolean hasDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
      Specified by:
      hasDestinationDisplayView in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the destinationDisplayView field is set.
    • getDestinationDisplayView

      public DestinationDisplayViewType getDestinationDisplayView()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
      Specified by:
      getDestinationDisplayView in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The destinationDisplayView.
    • getDestinationDisplayViewOrBuilder

      public DestinationDisplayViewTypeOrBuilder getDestinationDisplayViewOrBuilder()
       Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
       
      .uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 312;
      Specified by:
      getDestinationDisplayViewOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasTypeOfJourneyPatternRef

      public boolean hasTypeOfJourneyPatternRef()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
      Specified by:
      hasTypeOfJourneyPatternRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the typeOfJourneyPatternRef field is set.
    • getTypeOfJourneyPatternRef

      public VersionOfObjectRefStructure getTypeOfJourneyPatternRef()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
      Specified by:
      getTypeOfJourneyPatternRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The typeOfJourneyPatternRef.
    • getTypeOfJourneyPatternRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getTypeOfJourneyPatternRefOrBuilder()
       Reference to a TYPE OF JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_support.xsd at 184:139]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_journey_pattern_ref = 321;
      Specified by:
      getTypeOfJourneyPatternRefOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasOperationalContextRef

      public boolean hasOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
      Specified by:
      hasOperationalContextRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the operationalContextRef field is set.
    • getOperationalContextRef

      public VersionOfObjectRefStructure getOperationalContextRef()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
      Specified by:
      getOperationalContextRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The operationalContextRef.
    • getOperationalContextRefOrBuilder

      public VersionOfObjectRefStructureOrBuilder getOperationalContextRefOrBuilder()
       Reference to an OPERATIONAL CONTEXT.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 278:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure operational_context_ref = 322;
      Specified by:
      getOperationalContextRefOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasTimingPatternRef

      public 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 = 323;
      Specified by:
      hasTimingPatternRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the timingPatternRef field is set.
    • getTimingPatternRef

      public 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 = 323;
      Specified by:
      getTimingPatternRef in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The timingPatternRef.
    • getTimingPatternRefOrBuilder

      public 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 = 323;
      Specified by:
      getTimingPatternRefOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasNoticeAssignments

      public boolean hasNoticeAssignments()
       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
      Specified by:
      hasNoticeAssignments in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the noticeAssignments field is set.
    • getNoticeAssignments

      public NoticeAssignments_RelStructure getNoticeAssignments()
       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
      Specified by:
      getNoticeAssignments in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The noticeAssignments.
    • getNoticeAssignmentsOrBuilder

      public NoticeAssignments_RelStructureOrBuilder getNoticeAssignmentsOrBuilder()
       Notices for JOURNEY PATTERN Points may be  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 224:94]
       
      .uk.org.netex.www.netex.NoticeAssignments_RelStructure notice_assignments = 324;
      Specified by:
      getNoticeAssignmentsOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasRunTimes

      public boolean hasRunTimes()
       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
      Specified by:
      hasRunTimes in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the runTimes field is set.
    • getRunTimes

       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
      Specified by:
      getRunTimes in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The runTimes.
    • getRunTimesOrBuilder

      public JourneyPatternRunTimes_RelStructureOrBuilder getRunTimesOrBuilder()
       Ordered run times for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 152:90]
       
      .uk.org.netex.www.netex.JourneyPatternRunTimes_RelStructure run_times = 331;
      Specified by:
      getRunTimesOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasWaitTimes

      public boolean hasWaitTimes()
       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
      Specified by:
      hasWaitTimes in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the waitTimes field is set.
    • getWaitTimes

      public JourneyPatternWaitTimes_RelStructure getWaitTimes()
       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
      Specified by:
      getWaitTimes in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The waitTimes.
    • getWaitTimesOrBuilder

      public JourneyPatternWaitTimes_RelStructureOrBuilder getWaitTimesOrBuilder()
       WAIT TIMEs for JOURNEY PATTERN, specific to a TIME DEMAND TYPE.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 157:92]
       
      .uk.org.netex.www.netex.JourneyPatternWaitTimes_RelStructure wait_times = 332;
      Specified by:
      getWaitTimesOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasHeadways

      public boolean hasHeadways()
       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
      Specified by:
      hasHeadways in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the headways field is set.
    • getHeadways

       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
      Specified by:
      getHeadways in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The headways.
    • getHeadwaysOrBuilder

      public JourneyPatternHeadways_RelStructureOrBuilder getHeadwaysOrBuilder()
       Wait times for TIMING POINT. There may be different times for different time demands.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 162:90]
       
      .uk.org.netex.www.netex.JourneyPatternHeadways_RelStructure headways = 333;
      Specified by:
      getHeadwaysOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasLayovers

      public boolean hasLayovers()
       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
      Specified by:
      hasLayovers in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the layovers field is set.
    • getLayovers

       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
      Specified by:
      getLayovers in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The layovers.
    • getLayoversOrBuilder

      public JourneyPatternLayovers_RelStructureOrBuilder getLayoversOrBuilder()
       Layovers associated with JOURNEY PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_journeyPattern_version.xsd at 167:90]
       
      .uk.org.netex.www.netex.JourneyPatternLayovers_RelStructure layovers = 334;
      Specified by:
      getLayoversOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasJourneyPatterns

      public boolean hasJourneyPatterns()
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
      Specified by:
      hasJourneyPatterns in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the journeyPatterns field is set.
    • getJourneyPatterns

      public JourneyPatternRefs_RelStructure getJourneyPatterns()
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
      Specified by:
      getJourneyPatterns in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The journeyPatterns.
    • getJourneyPatternsOrBuilder

      public JourneyPatternRefs_RelStructureOrBuilder getJourneyPatternsOrBuilder()
       JOURNEY PATTERNs that make up SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 646:93]
       
      .uk.org.netex.www.netex.JourneyPatternRefs_RelStructure journey_patterns = 341;
      Specified by:
      getJourneyPatternsOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasPointsInSequence

      public boolean hasPointsInSequence()
       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
      Specified by:
      hasPointsInSequence in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the pointsInSequence field is set.
    • getPointsInSequence

      public StopPointsInJourneyPattern_RelStructure getPointsInSequence()
       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
      Specified by:
      getPointsInSequence in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The pointsInSequence.
    • getPointsInSequenceOrBuilder

      public StopPointsInJourneyPattern_RelStructureOrBuilder getPointsInSequenceOrBuilder()
       Ordered collection of POINTs making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 730:102]
       
      .uk.org.netex.www.netex.StopPointsInJourneyPattern_RelStructure points_in_sequence = 342;
      Specified by:
      getPointsInSequenceOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • hasLinksInSequence

      public boolean hasLinksInSequence()
       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
      Specified by:
      hasLinksInSequence in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      Whether the linksInSequence field is set.
    • getLinksInSequence

      public ServiceLinksInJourneyPattern_RelStructure getLinksInSequence()
       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
      Specified by:
      getLinksInSequence in interface ServicePattern_VersionStructureOrBuilder
      Returns:
      The linksInSequence.
    • getLinksInSequenceOrBuilder

      public ServiceLinksInJourneyPattern_RelStructureOrBuilder getLinksInSequenceOrBuilder()
       Ordered collection of LINKS  making up the SERVICE PATTERN.  [netex_part_1/part1_tacticalPlanning/netex_servicePattern_version.xsd at 735:103]
       
      .uk.org.netex.www.netex.ServiceLinksInJourneyPattern_RelStructure links_in_sequence = 343;
      Specified by:
      getLinksInSequenceOrBuilder in interface ServicePattern_VersionStructureOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ServicePattern_VersionStructure parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ServicePattern_VersionStructure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ServicePattern_VersionStructure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ServicePattern_VersionStructure.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ServicePattern_VersionStructure.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ServicePattern_VersionStructure.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ServicePattern_VersionStructure getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ServicePattern_VersionStructure> parser()
    • getParserForType

      public com.google.protobuf.Parser<ServicePattern_VersionStructure> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ServicePattern_VersionStructure getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder