Interface SitePathLinkTypeOrBuilder

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

public interface SitePathLinkTypeOrBuilder 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 = 644;
      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 = 644;
      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 = 645;
      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 = 645;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

      boolean hasValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      Whether the validityConditions field is set.
    • getValidityConditions

      ValidityConditions_RelStructure getValidityConditions()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
      Returns:
      The validityConditions.
    • getValidityConditionsOrBuilder

      ValidityConditions_RelStructureOrBuilder getValidityConditionsOrBuilder()
       VALIDITY CONDITIONs conditioning entity.  [netex_framework/netex_responsibility/netex_version_version.xsd at 111:83]
       
      .uk.org.netex.www.netex.ValidityConditions_RelStructure validity_conditions = 12;
    • getValidBetweenList

      List<ValidBetweenType> getValidBetweenList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetween

      ValidBetweenType getValidBetween(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenCount

      int getValidBetweenCount()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilderList

      List<? extends ValidBetweenTypeOrBuilder> getValidBetweenOrBuilderList()
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • getValidBetweenOrBuilder

      ValidBetweenTypeOrBuilder getValidBetweenOrBuilder(int index)
       OPTIMISATION. Simple version of a VALIDITY CONDITION. Comprises a simple period. NO UNIQUENESS CONSTRAINT.  [netex_framework/netex_responsibility/netex_validityCondition_version.xsd at 385:52]
       
      repeated .uk.org.netex.www.netex.ValidBetweenType valid_between = 13;
    • hasAlternativeTexts

      boolean hasAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      Whether the alternativeTexts field is set.
    • getAlternativeTexts

      AlternativeTexts_RelStructure getAlternativeTexts()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
      Returns:
      The alternativeTexts.
    • getAlternativeTextsOrBuilder

      AlternativeTexts_RelStructureOrBuilder getAlternativeTextsOrBuilder()
       Additional Translations of text  elements.  [netex_framework/netex_responsibility/netex_version_version.xsd at 118:92]
       
      .uk.org.netex.www.netex.AlternativeTexts_RelStructure alternative_texts = 21;
    • hasKeyList

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

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

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

      boolean hasExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      ExtensionsStructure getExtensions()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
       
      .uk.org.netex.www.netex.ExtensionsStructure extensions = 72;
    • hasBrandingRef

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

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

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

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

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

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 228:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • getDistance

      double getDistance()
       Length of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 233:65]
       
      double distance = 162;
      Returns:
      The distance.
    • hasTypes

      boolean hasTypes()
       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
      Returns:
      Whether the types field is set.
    • getTypes

       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
      Returns:
      The types.
    • getTypesOrBuilder

       Types of LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 238:77]
       
      .uk.org.netex.www.netex.LinkTypeRefs_RelStructure types = 163;
    • hasLineString

      boolean hasLineString()
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
      Returns:
      Whether the lineString field is set.
    • getLineString

      LineStringType getLineString()
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
      Returns:
      The lineString.
    • getLineStringOrBuilder

      LineStringTypeOrBuilder getLineStringOrBuilder()
       A LineString is a special curve that consists of a single segment with linear interpolation. It is defined by two or more coordinate tuples, with linear interpolation between them. The number of direct positions in the list shall be at least two.  [gml/geometryBasic0d1d-extract-v3_2_1.xsd at 265:93]
       
      .net.opengis.www.gml.v3_2.LineStringType line_string = 164;
    • hasProjections

      boolean hasProjections()
       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Returns:
      Whether the projections field is set.
    • getProjections

      Projections_RelStructure getProjections()
       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
      Returns:
      The projections.
    • getProjectionsOrBuilder

      Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       PROJECTIONs of the LINK.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 244:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 165;
    • hasPassingThrough

      boolean hasPassingThrough()
       POINTs through which LINK passes.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 249:86]
       
      .uk.org.netex.www.netex.PointsOnLink_RelStructure passing_through = 166;
      Returns:
      Whether the passingThrough field is set.
    • getPassingThrough

      PointsOnLink_RelStructure getPassingThrough()
       POINTs through which LINK passes.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 249:86]
       
      .uk.org.netex.www.netex.PointsOnLink_RelStructure passing_through = 166;
      Returns:
      The passingThrough.
    • getPassingThroughOrBuilder

      PointsOnLink_RelStructureOrBuilder getPassingThroughOrBuilder()
       POINTs through which LINK passes.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 249:86]
       
      .uk.org.netex.www.netex.PointsOnLink_RelStructure passing_through = 166;
    • hasFrom

      boolean hasFrom()
       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
      Returns:
      Whether the from field is set.
    • getFrom

       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
      Returns:
      The from.
    • getFromOrBuilder

      PathLinkEndStructureOrBuilder getFromOrBuilder()
       Origin end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 238:57]
       
      .uk.org.netex.www.netex.PathLinkEndStructure from = 281;
    • hasTo

      boolean hasTo()
       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
      Returns:
      Whether the to field is set.
    • getTo

       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
      Returns:
      The to.
    • getToOrBuilder

       Destination end of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 243:55]
       
      .uk.org.netex.www.netex.PathLinkEndStructure to = 282;
    • hasDescription

      boolean hasDescription()
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 248:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 283;
    • hasAccessibilityAssessmentRef

      boolean hasAccessibilityAssessmentRef()
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
      Returns:
      Whether the accessibilityAssessmentRef field is set.
    • getAccessibilityAssessmentRef

      VersionOfObjectRefStructure getAccessibilityAssessmentRef()
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
      Returns:
      The accessibilityAssessmentRef.
    • getAccessibilityAssessmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAccessibilityAssessmentRefOrBuilder()
       Reference to an ACCESSIBILITY ASSESSMENT.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_support.xsd at 84:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure accessibility_assessment_ref = 284;
    • hasAccessibilityAssessment

      boolean hasAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 285;
      Returns:
      Whether the accessibilityAssessment field is set.
    • getAccessibilityAssessment

      AccessibilityAssessmentType getAccessibilityAssessment()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 285;
      Returns:
      The accessibilityAssessment.
    • getAccessibilityAssessmentOrBuilder

      AccessibilityAssessmentTypeOrBuilder getAccessibilityAssessmentOrBuilder()
       The accessibility characteristics of an entity used by passengers such as a STOP PLACE, or a STOP PLACE COMPONENT. Described by ACCESSIBILITY LIMITATIONs, and/or a set of SUITABILITies.  [netex_framework/netex_genericFramework/netex_accessibility/netex_acsb_accessibility.xsd at 127:81]
       
      .uk.org.netex.www.netex.AccessibilityAssessmentType accessibility_assessment = 285;
    • getAccessModesList

      List<AccessModeEnumeration> getAccessModesList()
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Returns:
      A list containing the accessModes.
    • getAccessModesCount

      int getAccessModesCount()
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Returns:
      The count of accessModes.
    • getAccessModes

      AccessModeEnumeration getAccessModes(int index)
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The accessModes at the given index.
    • getAccessModesValueList

      List<Integer> getAccessModesValueList()
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for accessModes.
    • getAccessModesValue

      int getAccessModesValue(int index)
       Allowed MODEs to use in component.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 301:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 291 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of accessModes at the given index.
    • getPublicUseValue

      int getPublicUseValue()
       Whether the component is available for public use or is restricted.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 131:90]
       
      .uk.org.netex.www.netex.PublicUseEnumeration public_use = 292;
      Returns:
      The enum numeric value on the wire for publicUse.
    • getPublicUse

      PublicUseEnumeration getPublicUse()
       Whether the component is available for public use or is restricted.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 131:90]
       
      .uk.org.netex.www.netex.PublicUseEnumeration public_use = 292;
      Returns:
      The publicUse.
    • getCoveredValue

      int getCoveredValue()
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 293;
      Returns:
      The enum numeric value on the wire for covered.
    • getCovered

      CoveredEnumeration getCovered()
       Whether the component is Indoors or outdoors. Default is Indoors.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 136:90]
       
      .uk.org.netex.www.netex.CoveredEnumeration covered = 293;
      Returns:
      The covered.
    • getGatedValue

      int getGatedValue()
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 294;
      Returns:
      The enum numeric value on the wire for gated.
    • getGated

      GatedEnumeration getGated()
       Whether the component is within a gated area or freely accessible without a pass or ticket.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 141:68]
       
      .uk.org.netex.www.netex.GatedEnumeration gated = 294;
      Returns:
      The gated.
    • getLightingValue

      int getLightingValue()
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 295;
      Returns:
      The enum numeric value on the wire for lighting.
    • getLighting

      LightingEnumeration getLighting()
       Whether the component is lit or not. Default is well Lit.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 146:92]
       
      .uk.org.netex.www.netex.LightingEnumeration lighting = 295;
      Returns:
      The lighting.
    • getAllAreasWheelchairAccessible

      boolean getAllAreasWheelchairAccessible()
       Whether all areas of the component are wheelchair accessible.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 151:101]
       
      bool all_areas_wheelchair_accessible = 296;
      Returns:
      The allAreasWheelchairAccessible.
    • getPersonCapacity

      int getPersonCapacity()
       Total number of people that component can contain.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 156:83]
       
      uint32 person_capacity = 297;
      Returns:
      The personCapacity.
    • hasPresentation

      boolean hasPresentation()
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 288;
      Returns:
      Whether the presentation field is set.
    • getPresentation

      PresentationStructure getPresentation()
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 288;
      Returns:
      The presentation.
    • getPresentationOrBuilder

      PresentationStructureOrBuilder getPresentationOrBuilder()
       Presentation defaults for SITE ELEMENT. +V1.2.2  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 161:80]
       
      .uk.org.netex.www.netex.PresentationStructure presentation = 288;
    • hasFacilities

      boolean hasFacilities()
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 298;
      Returns:
      Whether the facilities field is set.
    • getFacilities

       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 298;
      Returns:
      The facilities.
    • getFacilitiesOrBuilder

      SiteFacilitySets_RelStructureOrBuilder getFacilitiesOrBuilder()
       Facilities available at SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 166:86]
       
      .uk.org.netex.www.netex.SiteFacilitySets_RelStructure facilities = 298;
    • hasTowards

      boolean hasTowards()
       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
      Returns:
      Whether the towards field is set.
    • getTowards

      MultilingualString getTowards()
       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
      Returns:
      The towards.
    • getTowardsOrBuilder

      MultilingualStringOrBuilder getTowardsOrBuilder()
       Direction heading to show for PATH LINK when travelling  in its FROM / TO sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 95:72]
       
      .uk.org.netex.www.netex.MultilingualString towards = 321;
    • hasBack

      boolean hasBack()
       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
      Returns:
      Whether the back field is set.
    • getBack

       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
      Returns:
      The back.
    • getBackOrBuilder

      MultilingualStringOrBuilder getBackOrBuilder()
       Direction heading to show for PATH LINK when travelling  in its TO / FROM sense.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 100:69]
       
      .uk.org.netex.www.netex.MultilingualString back = 322;
    • getNumberOfSteps

      int getNumberOfSteps()
       Number of steps to take PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 105:82]
       
      uint32 number_of_steps = 323;
      Returns:
      The numberOfSteps.
    • getMinimumHeight

      double getMinimumHeight()
       Minimum Height of PATH LINK. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 110:70]
       
      double minimum_height = 324;
      Returns:
      The minimumHeight.
    • getMinimumWidth

      double getMinimumWidth()
       Minimum Width of PATH LINK. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 115:69]
       
      double minimum_width = 325;
      Returns:
      The minimumWidth.
    • getAllowedUseValue

      int getAllowedUseValue()
       Allowed direction of use: one way or two way. Default is two way.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 120:81]
       
      .uk.org.netex.www.netex.PathDirectionEnumeration allowed_use = 326;
      Returns:
      The enum numeric value on the wire for allowedUse.
    • getAllowedUse

      PathDirectionEnumeration getAllowedUse()
       Allowed direction of use: one way or two way. Default is two way.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 120:81]
       
      .uk.org.netex.www.netex.PathDirectionEnumeration allowed_use = 326;
      Returns:
      The allowedUse.
    • getTransitionValue

      int getTransitionValue()
       Whether PATH LINK is up down or level in from to direction.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 125:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 327;
      Returns:
      The enum numeric value on the wire for transition.
    • getTransition

      TransitionEnumeration getTransition()
       Whether PATH LINK is up down or level in from to direction.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 125:78]
       
      .uk.org.netex.www.netex.TransitionEnumeration transition = 327;
      Returns:
      The transition.
    • getGradient

      int getGradient()
       Maximum gradient in degrees  (in the direction of the PATH LINK way). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 130:66]
       
      int32 gradient = 328;
      Returns:
      The gradient.
    • getGradientTypeValue

      int getGradientTypeValue()
       Coded value of the maximum gradient.+v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 135:78]
       
      .uk.org.netex.www.netex.GradientEnumeration gradient_type = 642;
      Returns:
      The enum numeric value on the wire for gradientType.
    • getGradientType

      GradientEnumeration getGradientType()
       Coded value of the maximum gradient.+v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 135:78]
       
      .uk.org.netex.www.netex.GradientEnumeration gradient_type = 642;
      Returns:
      The gradientType.
    • getTiltAngle

      int getTiltAngle()
       Maximum Tilt angle in degrees between -20 and 20 (in the direction of the PATH LINK way). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 140:67]
       
      int32 tilt_angle = 330;
      Returns:
      The tiltAngle.
    • getTiltTypeValue

      int getTiltTypeValue()
       Coded value of the maximum  tilt.  See allowed va;ues. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 145:74]
       
      .uk.org.netex.www.netex.TiltTypeEnumeration tilt_type = 331;
      Returns:
      The enum numeric value on the wire for tiltType.
    • getTiltType

      TiltTypeEnumeration getTiltType()
       Coded value of the maximum  tilt.  See allowed va;ues. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 145:74]
       
      .uk.org.netex.www.netex.TiltTypeEnumeration tilt_type = 331;
      Returns:
      The tiltType.
    • getAccessFeatureTypeValue

      int getAccessFeatureTypeValue()
       Type of physical feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 157:88]
       
      .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_type = 341;
      Returns:
      The enum numeric value on the wire for accessFeatureType.
    • getAccessFeatureType

      AccessFeatureEnumeration getAccessFeatureType()
       Type of physical feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 157:88]
       
      .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_type = 341;
      Returns:
      The accessFeatureType.
    • getPassageTypeValue

      int getPassageTypeValue()
       Type of passage feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 162:80]
       
      .uk.org.netex.www.netex.PassageTypeEnumeration passage_type = 342;
      Returns:
      The enum numeric value on the wire for passageType.
    • getPassageType

      PassageTypeEnumeration getPassageType()
       Type of passage feature of PATH LINK.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 162:80]
       
      .uk.org.netex.www.netex.PassageTypeEnumeration passage_type = 342;
      Returns:
      The passageType.
    • getFlooringTypeValue

      int getFlooringTypeValue()
       Type of flooring of the walking surface. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 167:82]
       
      .uk.org.netex.www.netex.FlooringTypeEnumeration flooring_type = 343;
      Returns:
      The enum numeric value on the wire for flooringType.
    • getFlooringType

      FlooringTypeEnumeration getFlooringType()
       Type of flooring of the walking surface. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 167:82]
       
      .uk.org.netex.www.netex.FlooringTypeEnumeration flooring_type = 343;
      Returns:
      The flooringType.
    • getRightSideBorderValue

      int getRightSideBorderValue()
       Type of border on the right side (in the direction of the PATH LINK).  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 172:83]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration right_side_border = 344;
      Returns:
      The enum numeric value on the wire for rightSideBorder.
    • getRightSideBorder

      BorderTypeEnumeration getRightSideBorder()
       Type of border on the right side (in the direction of the PATH LINK).  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 172:83]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration right_side_border = 344;
      Returns:
      The rightSideBorder.
    • getLeftSideBorderValue

      int getLeftSideBorderValue()
       Type of border on the left side (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 177:82]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration left_side_border = 345;
      Returns:
      The enum numeric value on the wire for leftSideBorder.
    • getLeftSideBorder

      BorderTypeEnumeration getLeftSideBorder()
       Type of border on the left side (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 177:82]
       
      .uk.org.netex.www.netex.BorderTypeEnumeration left_side_border = 345;
      Returns:
      The leftSideBorder.
    • getTactileWarningStripValue

      int getTactileWarningStripValue()
       Nature of the  tactile warning strips (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 182:96]
       
      .uk.org.netex.www.netex.TactileWarningStripEnumeration tactile_warning_strip = 346;
      Returns:
      The enum numeric value on the wire for tactileWarningStrip.
    • getTactileWarningStrip

      TactileWarningStripEnumeration getTactileWarningStrip()
       Nature of the  tactile warning strips (in the direction of the PATH LINK). +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 182:96]
       
      .uk.org.netex.www.netex.TactileWarningStripEnumeration tactile_warning_strip = 346;
      Returns:
      The tactileWarningStrip.
    • getTactileGuidingStrip

      boolean getTactileGuidingStrip()
       Indicates whether there are guiding strips. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 187:77]
       
      bool tactile_guiding_strip = 347;
      Returns:
      The tactileGuidingStrip.
    • getMaximumFlowPerMinute

      int getMaximumFlowPerMinute()
       Maximum number of passengers who can traverse PATH LINK per minute.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 83:89]
       
      uint32 maximum_flow_per_minute = 351;
      Returns:
      The maximumFlowPerMinute.
    • hasTransferDuration

      boolean hasTransferDuration()
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
      Returns:
      Whether the transferDuration field is set.
    • getTransferDuration

      TransferDurationStructure getTransferDuration()
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
      Returns:
      The transferDuration.
    • getTransferDurationOrBuilder

      TransferDurationStructureOrBuilder getTransferDurationOrBuilder()
       Timings for the transfer.  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 263:88]
       
      .uk.org.netex.www.netex.TransferDurationStructure transfer_duration = 361;
    • hasSiteRef

      boolean hasSiteRef()
       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
      Returns:
      Whether the siteRef field is set.
    • getSiteRef

       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
      Returns:
      The siteRef.
    • getSiteRefOrBuilder

       Reference to parent of SITE, if any.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 307:70]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 591;
    • hasLevelRef

      boolean hasLevelRef()
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
      Returns:
      Whether the levelRef field is set.
    • getLevelRef

       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
      Returns:
      The levelRef.
    • getLevelRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLevelRefOrBuilder()
       Reference to LEVEL of a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 184:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure level_ref = 592;
    • hasClassOfUseRef

      boolean hasClassOfUseRef()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
      Returns:
      Whether the classOfUseRef field is set.
    • getClassOfUseRef

      ClassOfUseRefType getClassOfUseRef()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
      Returns:
      The classOfUseRef.
    • getClassOfUseRefOrBuilder

      ClassOfUseRefTypeOrBuilder getClassOfUseRefOrBuilder()
       Reference to a CLASS OF USE.  [netex_framework/netex_reusableComponents/netex_serviceRestrictions_support.xsd at 79:71]
       
      .uk.org.netex.www.netex.ClassOfUseRefType class_of_use_ref = 593;
    • hasCheckConstraints

      boolean hasCheckConstraints()
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
      Returns:
      Whether the checkConstraints field is set.
    • getCheckConstraints

      CheckConstraints_RelStructure getCheckConstraints()
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
      Returns:
      The checkConstraints.
    • getCheckConstraintsOrBuilder

      CheckConstraints_RelStructureOrBuilder getCheckConstraintsOrBuilder()
       Impediments to navigation from processes or barriers. For example security, check in etc.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 314:92]
       
      .uk.org.netex.www.netex.CheckConstraints_RelStructure check_constraints = 594;
    • hasEquipmentPlaces

      boolean hasEquipmentPlaces()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
      Returns:
      Whether the equipmentPlaces field is set.
    • getEquipmentPlaces

      EquipmentPlaces_RelStructure getEquipmentPlaces()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
      Returns:
      The equipmentPlaces.
    • getEquipmentPlacesOrBuilder

      EquipmentPlaces_RelStructureOrBuilder getEquipmentPlacesOrBuilder()
       EQUIPMENT PLACEs within SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 46:90]
       
      .uk.org.netex.www.netex.EquipmentPlaces_RelStructure equipment_places = 595;
    • hasPlaceEquipments

      boolean hasPlaceEquipments()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
      Returns:
      Whether the placeEquipments field is set.
    • getPlaceEquipments

      PlaceEquipments_RelStructure getPlaceEquipments()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
      Returns:
      The placeEquipments.
    • getPlaceEquipmentsOrBuilder

      PlaceEquipments_RelStructureOrBuilder getPlaceEquipmentsOrBuilder()
       Items of fixed EQUIPMENT that may be located in places within the SITE  ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 51:90]
       
      .uk.org.netex.www.netex.PlaceEquipments_RelStructure place_equipments = 596;
    • hasLocalServices

      boolean hasLocalServices()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
      Returns:
      Whether the localServices field is set.
    • getLocalServices

      LocalServices_RelStructure getLocalServices()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
      Returns:
      The localServices.
    • getLocalServicesOrBuilder

      LocalServices_RelStructureOrBuilder getLocalServicesOrBuilder()
       LOCAL SERVICEs that may be located in PLACEs within the SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAll.xsd at 56:86]
       
      .uk.org.netex.www.netex.LocalServices_RelStructure local_services = 597;
    • hasLabel

      boolean hasLabel()
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
      Returns:
      Whether the label field is set.
    • getLabel

      MultilingualString getLabel()
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
      Returns:
      The label.
    • getLabelOrBuilder

      MultilingualStringOrBuilder getLabelOrBuilder()
       Additional public label for the SITE PATH LINK  [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 375:70]
       
      .uk.org.netex.www.netex.MultilingualString label = 611;
    • getId

      String getId()
       [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 352:54]
       
      string id = 641;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 352:54]
       
      string id = 641;
      Returns:
      The bytes for id.