Interface StopPlaceTypeOrBuilder

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

@Generated public interface StopPlaceTypeOrBuilder 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 = 1882;
      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 = 1882;
      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 = 1883;
      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 = 1883;
      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 GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      Whether the name field is set.
    • getName

       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 97:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasShortName

      boolean hasShortName()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Returns:
      Whether the shortName field is set.
    • getShortName

      MultilingualString getShortName()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
      Returns:
      The shortName.
    • getShortNameOrBuilder

      MultilingualStringOrBuilder getShortNameOrBuilder()
       Short Name of GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 102:74]
       
      .uk.org.netex.www.netex.MultilingualString short_name = 162;
    • hasDescription

      boolean hasDescription()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further Description of a GROUP OF ENTITies.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 107:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 163;
    • hasPurposeOfGroupingRef

      boolean hasPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Returns:
      Whether the purposeOfGroupingRef field is set.
    • getPurposeOfGroupingRef

      VersionOfObjectRefStructure getPurposeOfGroupingRef()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
      Returns:
      The purposeOfGroupingRef.
    • getPurposeOfGroupingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPurposeOfGroupingRefOrBuilder()
       Reference to a PURPOSE OF GROUPING.  [netex_framework/netex_genericFramework/netex_grouping_support.xsd at 113:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure purpose_of_grouping_ref = 164;
    • hasPrivateCode

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

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

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

      boolean hasInfoLinks()
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.StopPlaceType.InfoLinksType info_links = 166;
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.StopPlaceType.InfoLinksType info_links = 166;
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

      StopPlaceType.InfoLinksTypeOrBuilder getInfoLinksOrBuilder()
       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.StopPlaceType.InfoLinksType info_links = 166;
    • hasMembers

      boolean hasMembers()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Returns:
      Whether the members field is set.
    • getMembers

       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
      Returns:
      The members.
    • getMembersOrBuilder

      PointRefs_RelStructureOrBuilder getMembersOrBuilder()
       POINTs in GROUP OF POINTs.  [netex_framework/netex_genericFramework/netex_pointAndLink_version.xsd at 468:76]
       
      .uk.org.netex.www.netex.PointRefs_RelStructure members = 281;
    • hasTypes

      boolean hasTypes()
       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Returns:
      Whether the types field is set.
    • getTypes

       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
      Returns:
      The types.
    • getTypesOrBuilder

       Classification of ZONE. Used for arbitrary documentation -.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 118:79]
       
      .uk.org.netex.www.netex.TypeOfZoneRefs_RelStructure types = 431;
    • hasCentroid

      boolean hasCentroid()
       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Returns:
      Whether the centroid field is set.
    • getCentroid

       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
      Returns:
      The centroid.
    • getCentroidOrBuilder

       Centre Coordinates of ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 123:83]
       
      .uk.org.netex.www.netex.SimplePoint_VersionStructure centroid = 432;
    • hasPolygon

      boolean hasPolygon()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Returns:
      Whether the polygon field is set.
    • getPolygon

      PolygonType getPolygon()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
      Returns:
      The polygon.
    • getPolygonOrBuilder

      PolygonTypeOrBuilder getPolygonOrBuilder()
       A Polygon is a special surface that is defined by a single surface patch (see D.3.6). The boundary of this patch is coplanar and the polygon uses planar interpolation in its interior. The elements exterior and interior describe the surface boundary of the polygon.  [gml/gmlBasic2d-extract-v3_2_1-.xsd at 59:89]
       
      .net.opengis.www.gml.v3_2.PolygonType polygon = 433;
    • hasProjections

      boolean hasProjections()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Returns:
      Whether the projections field is set.
    • getProjections

      Projections_RelStructure getProjections()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
      Returns:
      The projections.
    • getProjectionsOrBuilder

      Projections_RelStructureOrBuilder getProjectionsOrBuilder()
       Projections of ZONE onto another layer.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 129:82]
       
      .uk.org.netex.www.netex.Projections_RelStructure projections = 434;
    • hasParentZoneRef

      boolean hasParentZoneRef()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Returns:
      Whether the parentZoneRef field is set.
    • getParentZoneRef

      VersionOfObjectRefStructure getParentZoneRef()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
      Returns:
      The parentZoneRef.
    • getParentZoneRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParentZoneRefOrBuilder()
       Parent ZONE that contains this ZONE.  [netex_framework/netex_genericFramework/netex_zone_version.xsd at 134:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_zone_ref = 435;
    • hasPlaceTypes

      boolean hasPlaceTypes()
       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
      Returns:
      Whether the placeTypes field is set.
    • getPlaceTypes

       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
      Returns:
      The placeTypes.
    • getPlaceTypesOrBuilder

      TypeOfPlaceRefs_RelStructureOrBuilder getPlaceTypesOrBuilder()
       Classification of PLACE.  [netex_framework/netex_genericFramework/netex_place_version.xsd at 99:85]
       
      .uk.org.netex.www.netex.TypeOfPlaceRefs_RelStructure place_types = 611;
    • getUrl

      String getUrl()
       Default URL for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 144:60]
       
      string url = 801;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
       Default URL for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 144:60]
       
      string url = 801;
      Returns:
      The bytes for url.
    • getImage

      String getImage()
       Default image for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 149:62]
       
      string image = 802;
      Returns:
      The image.
    • getImageBytes

      com.google.protobuf.ByteString getImageBytes()
       Default image for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 149:62]
       
      string image = 802;
      Returns:
      The bytes for image.
    • hasPostalAddress

      boolean hasPostalAddress()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 803;
      Returns:
      Whether the postalAddress field is set.
    • getPostalAddress

      PostalAddressType getPostalAddress()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 803;
      Returns:
      The postalAddress.
    • getPostalAddressOrBuilder

      PostalAddressTypeOrBuilder getPostalAddressOrBuilder()
       A POSTAL ADDRESS to which mail can be sent.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 267:81]
       
      .uk.org.netex.www.netex.PostalAddressType postal_address = 803;
    • hasRoadAddress

      boolean hasRoadAddress()
       Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 163:79]
       
      .uk.org.netex.www.netex.RoadAddressType road_address = 804;
      Returns:
      Whether the roadAddress field is set.
    • getRoadAddress

      RoadAddressType getRoadAddress()
       Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 163:79]
       
      .uk.org.netex.www.netex.RoadAddressType road_address = 804;
      Returns:
      The roadAddress.
    • getRoadAddressOrBuilder

      RoadAddressTypeOrBuilder getRoadAddressOrBuilder()
       Specialisation of ADDRESS refining it by using the characteristics such as road number, and name used for conventional identification of along a road.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 163:79]
       
      .uk.org.netex.www.netex.RoadAddressType road_address = 804;
    • 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 = 1031;
      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 = 1031;
      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 = 1031;
    • getAccessModesList

      List<AccessModeEnumeration> getAccessModesList()
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Returns:
      A list containing the accessModes.
    • getAccessModesCount

      int getAccessModesCount()
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Returns:
      The count of accessModes.
    • getAccessModes

      AccessModeEnumeration getAccessModes(int index)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [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 access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for accessModes.
    • getAccessModesValue

      int getAccessModesValue(int index)
       Allowed MODEs to access SITE ELEMENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 91:86]
       
      repeated .uk.org.netex.www.netex.AccessModeEnumeration access_modes = 1032 [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.
    • hasNameSuffix

      boolean hasNameSuffix()
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 1033;
      Returns:
      Whether the nameSuffix field is set.
    • getNameSuffix

      MultilingualString getNameSuffix()
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 1033;
      Returns:
      The nameSuffix.
    • getNameSuffixOrBuilder

      MultilingualStringOrBuilder getNameSuffixOrBuilder()
       Further suffix to name that may be used in some contexts.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 114:75]
       
      .uk.org.netex.www.netex.MultilingualString name_suffix = 1033;
    • hasAlternativeNames

      boolean hasAlternativeNames()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
      Returns:
      Whether the alternativeNames field is set.
    • getAlternativeNames

      AlternativeNames_RelStructure getAlternativeNames()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
      Returns:
      The alternativeNames.
    • getAlternativeNamesOrBuilder

      AlternativeNames_RelStructureOrBuilder getAlternativeNamesOrBuilder()
       Alternative names.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 119:92]
       
      .uk.org.netex.www.netex.AlternativeNames_RelStructure alternative_names = 1034;
    • hasCrossRoad

      boolean hasCrossRoad()
       Name of a Road that crosses the Road the street near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 178:74]
       
      .uk.org.netex.www.netex.MultilingualString cross_road = 1041;
      Returns:
      Whether the crossRoad field is set.
    • getCrossRoad

      MultilingualString getCrossRoad()
       Name of a Road that crosses the Road the street near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 178:74]
       
      .uk.org.netex.www.netex.MultilingualString cross_road = 1041;
      Returns:
      The crossRoad.
    • getCrossRoadOrBuilder

      MultilingualStringOrBuilder getCrossRoadOrBuilder()
       Name of a Road that crosses the Road the street near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 178:74]
       
      .uk.org.netex.www.netex.MultilingualString cross_road = 1041;
    • hasLandmark

      boolean hasLandmark()
       Name of a Landmark near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 183:73]
       
      .uk.org.netex.www.netex.MultilingualString landmark = 1042;
      Returns:
      Whether the landmark field is set.
    • getLandmark

      MultilingualString getLandmark()
       Name of a Landmark near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 183:73]
       
      .uk.org.netex.www.netex.MultilingualString landmark = 1042;
      Returns:
      The landmark.
    • getLandmarkOrBuilder

      MultilingualStringOrBuilder getLandmarkOrBuilder()
       Name of a Landmark near the SITE ELEMENT that can be used to describe its relative location.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 183:73]
       
      .uk.org.netex.www.netex.MultilingualString landmark = 1042;
    • 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 = 1051;
      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 = 1051;
      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 = 1052;
      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 = 1052;
      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 = 1053;
      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 = 1053;
      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 = 1054;
      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 = 1054;
      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 = 1055;
      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 = 1056;
      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 = 1047;
      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 = 1047;
      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 = 1047;
    • 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 = 1057;
      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 = 1057;
      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 = 1057;
    • hasTopographicPlaceRef

      boolean hasTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
      Returns:
      Whether the topographicPlaceRef field is set.
    • getTopographicPlaceRef

      VersionOfObjectRefStructure getTopographicPlaceRef()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
      Returns:
      The topographicPlaceRef.
    • getTopographicPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTopographicPlaceRefOrBuilder()
       Reference to a TOPOGRAPHIC PLACE.  [netex_framework/netex_reusableComponents/netex_topographicPlace_support.xsd at 138:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure topographic_place_ref = 1331;
    • hasTopographicPlaceView

      boolean hasTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 1332;
      Returns:
      Whether the topographicPlaceView field is set.
    • getTopographicPlaceView

      TopographicPlaceViewType getTopographicPlaceView()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 1332;
      Returns:
      The topographicPlaceView.
    • getTopographicPlaceViewOrBuilder

      TopographicPlaceViewTypeOrBuilder getTopographicPlaceViewOrBuilder()
       Simplified view of TOPOGRAPHIC PLACE. Data is derived through the relationship.  [netex_framework/netex_reusableComponents/netex_topographicPlace_version.xsd at 341:75]
       
      .uk.org.netex.www.netex.TopographicPlaceViewType topographic_place_view = 1332;
    • hasAdditionalTopographicPlaces

      boolean hasAdditionalTopographicPlaces()
       Additional Topographic Places in which SITE is located.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 220:107]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure additional_topographic_places = 1341;
      Returns:
      Whether the additionalTopographicPlaces field is set.
    • getAdditionalTopographicPlaces

      TopographicPlaceRefs_RelStructure getAdditionalTopographicPlaces()
       Additional Topographic Places in which SITE is located.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 220:107]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure additional_topographic_places = 1341;
      Returns:
      The additionalTopographicPlaces.
    • getAdditionalTopographicPlacesOrBuilder

      TopographicPlaceRefs_RelStructureOrBuilder getAdditionalTopographicPlacesOrBuilder()
       Additional Topographic Places in which SITE is located.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 220:107]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure additional_topographic_places = 1341;
    • getSiteTypeValue

      int getSiteTypeValue()
       Type of SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 225:74]
       
      .uk.org.netex.www.netex.SiteTypeEnumeration site_type = 1342;
      Returns:
      The enum numeric value on the wire for siteType.
    • getSiteType

      SiteTypeEnumeration getSiteType()
       Type of SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 225:74]
       
      .uk.org.netex.www.netex.SiteTypeEnumeration site_type = 1342;
      Returns:
      The siteType.
    • getAtCentre

      boolean getAtCentre()
       Whether SITE is at centre of TOPOGRAPHIC PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 230:66]
       
      bool at_centre = 1343;
      Returns:
      The atCentre.
    • hasLocale

      boolean hasLocale()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 1344;
      Returns:
      Whether the locale field is set.
    • getLocale

      LocaleStructure getLocale()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 1344;
      Returns:
      The locale.
    • getLocaleOrBuilder

      LocaleStructureOrBuilder getLocaleOrBuilder()
       Common LOCALE dependent properties.  [netex_framework/netex_utility/netex_utility_types.xsd at 137:52]
       
      .uk.org.netex.www.netex.LocaleStructure locale = 1344;
    • hasOperatingOrganisationView

      boolean hasOperatingOrganisationView()
       Reference to OPERATOR of SITE - derived details can be included.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 238:92]
       
      .uk.org.netex.www.netex.Organisation_DerivedViewStructure operating_organisation_view = 1354;
      Returns:
      Whether the operatingOrganisationView field is set.
    • getOperatingOrganisationView

      Organisation_DerivedViewStructure getOperatingOrganisationView()
       Reference to OPERATOR of SITE - derived details can be included.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 238:92]
       
      .uk.org.netex.www.netex.Organisation_DerivedViewStructure operating_organisation_view = 1354;
      Returns:
      The operatingOrganisationView.
    • getOperatingOrganisationViewOrBuilder

      Organisation_DerivedViewStructureOrBuilder getOperatingOrganisationViewOrBuilder()
       Reference to OPERATOR of SITE - derived details can be included.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 238:92]
       
      .uk.org.netex.www.netex.Organisation_DerivedViewStructure operating_organisation_view = 1354;
    • hasParentSiteRef

      boolean hasParentSiteRef()
       Reference to another SITE of which this SITE is deemed to be a subzone.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 267:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_site_ref = 1361;
      Returns:
      Whether the parentSiteRef field is set.
    • getParentSiteRef

      VersionOfObjectRefStructure getParentSiteRef()
       Reference to another SITE of which this SITE is deemed to be a subzone.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 267:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_site_ref = 1361;
      Returns:
      The parentSiteRef.
    • getParentSiteRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParentSiteRefOrBuilder()
       Reference to another SITE of which this SITE is deemed to be a subzone.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 267:76]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parent_site_ref = 1361;
    • hasAdjacentSites

      boolean hasAdjacentSites()
       Any references to another SITE of which this STOP PLACE is deemed to be a nearby but distinct.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 272:81]
       
      .uk.org.netex.www.netex.SiteRefs_RelStructure adjacent_sites = 1362;
      Returns:
      Whether the adjacentSites field is set.
    • getAdjacentSites

      SiteRefs_RelStructure getAdjacentSites()
       Any references to another SITE of which this STOP PLACE is deemed to be a nearby but distinct.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 272:81]
       
      .uk.org.netex.www.netex.SiteRefs_RelStructure adjacent_sites = 1362;
      Returns:
      The adjacentSites.
    • getAdjacentSitesOrBuilder

      SiteRefs_RelStructureOrBuilder getAdjacentSitesOrBuilder()
       Any references to another SITE of which this STOP PLACE is deemed to be a nearby but distinct.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 272:81]
       
      .uk.org.netex.www.netex.SiteRefs_RelStructure adjacent_sites = 1362;
    • hasContainedInPlaceRef

      boolean hasContainedInPlaceRef()
       Most specific TOPOGRAPHIC PLACE within which the SITE lies. The TOPOGRAPHIC model can be used to determine what other places this also implies.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 277:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure contained_in_place_ref = 1363;
      Returns:
      Whether the containedInPlaceRef field is set.
    • getContainedInPlaceRef

      VersionOfObjectRefStructure getContainedInPlaceRef()
       Most specific TOPOGRAPHIC PLACE within which the SITE lies. The TOPOGRAPHIC model can be used to determine what other places this also implies.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 277:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure contained_in_place_ref = 1363;
      Returns:
      The containedInPlaceRef.
    • getContainedInPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getContainedInPlaceRefOrBuilder()
       Most specific TOPOGRAPHIC PLACE within which the SITE lies. The TOPOGRAPHIC model can be used to determine what other places this also implies.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 277:94]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure contained_in_place_ref = 1363;
    • hasLevels

      boolean hasLevels()
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
      Returns:
      Whether the levels field is set.
    • getLevels

      Levels_RelStructure getLevels()
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
      Returns:
      The levels.
    • getLevelsOrBuilder

      Levels_RelStructureOrBuilder getLevelsOrBuilder()
       LEVELs found within SITe.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 249:72]
       
      .uk.org.netex.www.netex.Levels_RelStructure levels = 1371;
    • hasEntrances

      boolean hasEntrances()
       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
      Returns:
      Whether the entrances field is set.
    • getEntrances

       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
      Returns:
      The entrances.
    • getEntrancesOrBuilder

      SiteEntrances_RelStructureOrBuilder getEntrancesOrBuilder()
       Entrances to and within SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 254:82]
       
      .uk.org.netex.www.netex.SiteEntrances_RelStructure entrances = 1372;
    • 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 = 1373;
      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 = 1373;
      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 = 1373;
    • 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 = 1374;
      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 = 1374;
      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 = 1374;
    • 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 = 1375;
      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 = 1375;
      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 = 1375;
    • getPublicCode

      String getPublicCode()
       Short public code for passengers to use when uniquely identifying the stop by SMS and other self-service channels.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 345:71]
       
      string public_code = 1731;
      Returns:
      The publicCode.
    • getPublicCodeBytes

      com.google.protobuf.ByteString getPublicCodeBytes()
       Short public code for passengers to use when uniquely identifying the stop by SMS and other self-service channels.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 345:71]
       
      string public_code = 1731;
      Returns:
      The bytes for publicCode.
    • getTransportModeValue

      int getTransportModeValue()
       Primary MODE of Vehicle transport associated by this component.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 327:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 1741;
      Returns:
      The enum numeric value on the wire for transportMode.
    • getTransportMode

       Primary MODE of Vehicle transport associated by this component.  [netex_part_1/part1_ifopt/netex_ifopt_site_version.xsd at 327:97]
       
      .uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 1741;
      Returns:
      The transportMode.
    • getAirSubmodeValue

      int getAirSubmodeValue()
       TPEG pti08 Air submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 361:80]
       
      .uk.org.netex.www.netex.AirSubmodeEnumeration air_submode = 1742;
      Returns:
      The enum numeric value on the wire for airSubmode.
    • getAirSubmode

      AirSubmodeEnumeration getAirSubmode()
       TPEG pti08 Air submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 361:80]
       
      .uk.org.netex.www.netex.AirSubmodeEnumeration air_submode = 1742;
      Returns:
      The airSubmode.
    • getBusSubmodeValue

      int getBusSubmodeValue()
       TPEG pti05 Bus submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 268:80]
       
      .uk.org.netex.www.netex.BusSubmodeEnumeration bus_submode = 1743;
      Returns:
      The enum numeric value on the wire for busSubmode.
    • getBusSubmode

      BusSubmodeEnumeration getBusSubmode()
       TPEG pti05 Bus submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 268:80]
       
      .uk.org.netex.www.netex.BusSubmodeEnumeration bus_submode = 1743;
      Returns:
      The busSubmode.
    • getCoachSubmodeValue

      int getCoachSubmodeValue()
       TPEG pti03 Coach submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 226:84]
       
      .uk.org.netex.www.netex.CoachSubmodeEnumeration coach_submode = 1744;
      Returns:
      The enum numeric value on the wire for coachSubmode.
    • getCoachSubmode

      CoachSubmodeEnumeration getCoachSubmode()
       TPEG pti03 Coach submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 226:84]
       
      .uk.org.netex.www.netex.CoachSubmodeEnumeration coach_submode = 1744;
      Returns:
      The coachSubmode.
    • getFunicularSubmodeValue

      int getFunicularSubmodeValue()
       TPEG pti10 Funicular submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 411:92]
       
      .uk.org.netex.www.netex.FunicularSubmodeEnumeration funicular_submode = 1745;
      Returns:
      The enum numeric value on the wire for funicularSubmode.
    • getFunicularSubmode

      FunicularSubmodeEnumeration getFunicularSubmode()
       TPEG pti10 Funicular submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 411:92]
       
      .uk.org.netex.www.netex.FunicularSubmodeEnumeration funicular_submode = 1745;
      Returns:
      The funicularSubmode.
    • getMetroSubmodeValue

      int getMetroSubmodeValue()
       TPEG pti04 Metro submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 250:84]
       
      .uk.org.netex.www.netex.MetroSubmodeEnumeration metro_submode = 1746;
      Returns:
      The enum numeric value on the wire for metroSubmode.
    • getMetroSubmode

      MetroSubmodeEnumeration getMetroSubmode()
       TPEG pti04 Metro submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 250:84]
       
      .uk.org.netex.www.netex.MetroSubmodeEnumeration metro_submode = 1746;
      Returns:
      The metroSubmode.
    • getTramSubmodeValue

      int getTramSubmodeValue()
       TPEG pti06 Tram submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 300:82]
       
      .uk.org.netex.www.netex.TramSubmodeEnumeration tram_submode = 1747;
      Returns:
      The enum numeric value on the wire for tramSubmode.
    • getTramSubmode

      TramSubmodeEnumeration getTramSubmode()
       TPEG pti06 Tram submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 300:82]
       
      .uk.org.netex.www.netex.TramSubmodeEnumeration tram_submode = 1747;
      Returns:
      The tramSubmode.
    • getTelecabinSubmodeValue

      int getTelecabinSubmodeValue()
       TPEG pti09 Telecabin submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 390:92]
       
      .uk.org.netex.www.netex.TelecabinSubmodeEnumeration telecabin_submode = 1748;
      Returns:
      The enum numeric value on the wire for telecabinSubmode.
    • getTelecabinSubmode

      TelecabinSubmodeEnumeration getTelecabinSubmode()
       TPEG pti09 Telecabin submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 390:92]
       
      .uk.org.netex.www.netex.TelecabinSubmodeEnumeration telecabin_submode = 1748;
      Returns:
      The telecabinSubmode.
    • getRailSubmodeValue

      int getRailSubmodeValue()
       TPEG pti02 Rail submodes loc13. See also See ERA B.4.7009 - Name: Item description code.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 154:82]
       
      .uk.org.netex.www.netex.RailSubmodeEnumeration rail_submode = 1749;
      Returns:
      The enum numeric value on the wire for railSubmode.
    • getRailSubmode

      RailSubmodeEnumeration getRailSubmode()
       TPEG pti02 Rail submodes loc13. See also See ERA B.4.7009 - Name: Item description code.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 154:82]
       
      .uk.org.netex.www.netex.RailSubmodeEnumeration rail_submode = 1749;
      Returns:
      The railSubmode.
    • getWaterSubmodeValue

      int getWaterSubmodeValue()
       TPEG pti07 Water submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 321:84]
       
      .uk.org.netex.www.netex.WaterSubmodeEnumeration water_submode = 1750;
      Returns:
      The enum numeric value on the wire for waterSubmode.
    • getWaterSubmode

      WaterSubmodeEnumeration getWaterSubmode()
       TPEG pti07 Water submodes.  [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 321:84]
       
      .uk.org.netex.www.netex.WaterSubmodeEnumeration water_submode = 1750;
      Returns:
      The waterSubmode.
    • getSnowAndIceSubmodeValue

      int getSnowAndIceSubmodeValue()
       [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 523:95]
       
      .uk.org.netex.www.netex.SnowAndIceSubmodeEnumeration snow_and_ice_submode = 1751;
      Returns:
      The enum numeric value on the wire for snowAndIceSubmode.
    • getSnowAndIceSubmode

      SnowAndIceSubmodeEnumeration getSnowAndIceSubmode()
       [netex_framework/netex_reusableComponents/netex_submode_version.xsd at 523:95]
       
      .uk.org.netex.www.netex.SnowAndIceSubmodeEnumeration snow_and_ice_submode = 1751;
      Returns:
      The snowAndIceSubmode.
    • getOtherTransportModesList

      List<VehicleModeEnumeration> getOtherTransportModesList()
       Public transport MODES which may be accessed through associated place.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 348:95]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration other_transport_modes = 1761 [packed = true];
      Returns:
      A list containing the otherTransportModes.
    • getOtherTransportModesCount

      int getOtherTransportModesCount()
       Public transport MODES which may be accessed through associated place.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 348:95]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration other_transport_modes = 1761 [packed = true];
      Returns:
      The count of otherTransportModes.
    • getOtherTransportModes

      VehicleModeEnumeration getOtherTransportModes(int index)
       Public transport MODES which may be accessed through associated place.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 348:95]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration other_transport_modes = 1761 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The otherTransportModes at the given index.
    • getOtherTransportModesValueList

      List<Integer> getOtherTransportModesValueList()
       Public transport MODES which may be accessed through associated place.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 348:95]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration other_transport_modes = 1761 [packed = true];
      Returns:
      A list containing the enum numeric values on the wire for otherTransportModes.
    • getOtherTransportModesValue

      int getOtherTransportModesValue(int index)
       Public transport MODES which may be accessed through associated place.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 348:95]
       
      repeated .uk.org.netex.www.netex.VehicleModeEnumeration other_transport_modes = 1761 [packed = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of otherTransportModes at the given index.
    • hasTariffZones

      boolean hasTariffZones()
       TARIFF ZONEs into which component falls.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 353:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 1762;
      Returns:
      Whether the tariffZones field is set.
    • getTariffZones

      TariffZoneRefs_RelStructure getTariffZones()
       TARIFF ZONEs into which component falls.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 353:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 1762;
      Returns:
      The tariffZones.
    • getTariffZonesOrBuilder

      TariffZoneRefs_RelStructureOrBuilder getTariffZonesOrBuilder()
       TARIFF ZONEs into which component falls.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 353:85]
       
      .uk.org.netex.www.netex.TariffZoneRefs_RelStructure tariff_zones = 1762;
    • getStopPlaceTypeValue

      int getStopPlaceTypeValue()
       Type of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 235:79]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_place_type = 1771;
      Returns:
      The enum numeric value on the wire for stopPlaceType.
    • getStopPlaceType

      StopTypeEnumeration getStopPlaceType()
       Type of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 235:79]
       
      .uk.org.netex.www.netex.StopTypeEnumeration stop_place_type = 1771;
      Returns:
      The stopPlaceType.
    • getBorderCrossing

      boolean getBorderCrossing()
       Whether STOP PLACE is a border crossing, that is a point, at which an international boundary between two countries may be crossed.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 240:88]
       
      bool border_crossing = 1772;
      Returns:
      The borderCrossing.
    • hasUnlocalisedEquipments

      boolean hasUnlocalisedEquipments()
       Items of EQUIPMENT associated with STOP PLACE but not assigned to a point within it. More Localized EQUIPMENT should be included in an EQUIPMENT place.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 245:99]
       
      .uk.org.netex.www.netex.ExplicitEquipments_RelStructure unlocalised_equipments = 1773;
      Returns:
      Whether the unlocalisedEquipments field is set.
    • getUnlocalisedEquipments

      ExplicitEquipments_RelStructure getUnlocalisedEquipments()
       Items of EQUIPMENT associated with STOP PLACE but not assigned to a point within it. More Localized EQUIPMENT should be included in an EQUIPMENT place.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 245:99]
       
      .uk.org.netex.www.netex.ExplicitEquipments_RelStructure unlocalised_equipments = 1773;
      Returns:
      The unlocalisedEquipments.
    • getUnlocalisedEquipmentsOrBuilder

      ExplicitEquipments_RelStructureOrBuilder getUnlocalisedEquipmentsOrBuilder()
       Items of EQUIPMENT associated with STOP PLACE but not assigned to a point within it. More Localized EQUIPMENT should be included in an EQUIPMENT place.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 245:99]
       
      .uk.org.netex.www.netex.ExplicitEquipments_RelStructure unlocalised_equipments = 1773;
    • hasServedPlaces

      boolean hasServedPlaces()
       TOPOGRAPHICAL PLACEs that the STOP PLACE serves.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 274:92]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure served_places = 1781;
      Returns:
      Whether the servedPlaces field is set.
    • getServedPlaces

       TOPOGRAPHICAL PLACEs that the STOP PLACE serves.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 274:92]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure served_places = 1781;
      Returns:
      The servedPlaces.
    • getServedPlacesOrBuilder

      TopographicPlaceRefs_RelStructureOrBuilder getServedPlacesOrBuilder()
       TOPOGRAPHICAL PLACEs that the STOP PLACE serves.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 274:92]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure served_places = 1781;
    • hasMainTerminusForPlaces

      boolean hasMainTerminusForPlaces()
       TOPOGRAPHICAL PLACEs for which the STOP PLACE is a main terminus. Only certain stations will be deemed the main STOP PLACEs points. For example London has many rail stations but only some are main line terminii. Geographic containment is not necessarily implied For example London Gatwick and, London Stansted airports are not in London, but are designated airports for London. Norwich station is not in Norwich, etc.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 279:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure main_terminus_for_places = 1782;
      Returns:
      Whether the mainTerminusForPlaces field is set.
    • getMainTerminusForPlaces

      TopographicPlaceRefs_RelStructure getMainTerminusForPlaces()
       TOPOGRAPHICAL PLACEs for which the STOP PLACE is a main terminus. Only certain stations will be deemed the main STOP PLACEs points. For example London has many rail stations but only some are main line terminii. Geographic containment is not necessarily implied For example London Gatwick and, London Stansted airports are not in London, but are designated airports for London. Norwich station is not in Norwich, etc.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 279:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure main_terminus_for_places = 1782;
      Returns:
      The mainTerminusForPlaces.
    • getMainTerminusForPlacesOrBuilder

      TopographicPlaceRefs_RelStructureOrBuilder getMainTerminusForPlacesOrBuilder()
       TOPOGRAPHICAL PLACEs for which the STOP PLACE is a main terminus. Only certain stations will be deemed the main STOP PLACEs points. For example London has many rail stations but only some are main line terminii. Geographic containment is not necessarily implied For example London Gatwick and, London Stansted airports are not in London, but are designated airports for London. Norwich station is not in Norwich, etc.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 279:101]
       
      .uk.org.netex.www.netex.TopographicPlaceRefs_RelStructure main_terminus_for_places = 1782;
    • getLimitedUseValue

      int getLimitedUseValue()
       Further categorisation of stop as having topographic limitations.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 284:82]
       
      .uk.org.netex.www.netex.LimitedUseTypeEnumeration limited_use = 1783;
      Returns:
      The enum numeric value on the wire for limitedUse.
    • getLimitedUse

      LimitedUseTypeEnumeration getLimitedUse()
       Further categorisation of stop as having topographic limitations.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 284:82]
       
      .uk.org.netex.www.netex.LimitedUseTypeEnumeration limited_use = 1783;
      Returns:
      The limitedUse.
    • getWeightingValue

      int getWeightingValue()
       Default rating of the STOP PLACE for making interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 257:87]
       
      .uk.org.netex.www.netex.InterchangeWeightingEnumeration weighting = 1791;
      Returns:
      The enum numeric value on the wire for weighting.
    • getWeighting

       Default rating of the STOP PLACE for making interchanges.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 257:87]
       
      .uk.org.netex.www.netex.InterchangeWeightingEnumeration weighting = 1791;
      Returns:
      The weighting.
    • getStopPlaceWeightValue

      int getStopPlaceWeightValue()
       Type of expected INTERCHANGE at a STOP PLACE for use in journey planners and also for possible legal classification. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.StopPlaceWeightEnumeration stop_place_weight = 1792;
      Returns:
      The enum numeric value on the wire for stopPlaceWeight.
    • getStopPlaceWeight

      StopPlaceWeightEnumeration getStopPlaceWeight()
       Type of expected INTERCHANGE at a STOP PLACE for use in journey planners and also for possible legal classification. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 262:88]
       
      .uk.org.netex.www.netex.StopPlaceWeightEnumeration stop_place_weight = 1792;
      Returns:
      The stopPlaceWeight.
    • hasQuays

      boolean hasQuays()
       QUAYs within the STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 296:56]
       
      .uk.org.netex.www.netex.Quays_RelStructure quays = 1801;
      Returns:
      Whether the quays field is set.
    • getQuays

      Quays_RelStructure getQuays()
       QUAYs within the STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 296:56]
       
      .uk.org.netex.www.netex.Quays_RelStructure quays = 1801;
      Returns:
      The quays.
    • getQuaysOrBuilder

      Quays_RelStructureOrBuilder getQuaysOrBuilder()
       QUAYs within the STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 296:56]
       
      .uk.org.netex.www.netex.Quays_RelStructure quays = 1801;
    • hasAccessSpaces

      boolean hasAccessSpaces()
       ACCESS SPACEs within the STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 301:84]
       
      .uk.org.netex.www.netex.AccessSpaces_RelStructure access_spaces = 1802;
      Returns:
      Whether the accessSpaces field is set.
    • getAccessSpaces

      AccessSpaces_RelStructure getAccessSpaces()
       ACCESS SPACEs within the STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 301:84]
       
      .uk.org.netex.www.netex.AccessSpaces_RelStructure access_spaces = 1802;
      Returns:
      The accessSpaces.
    • getAccessSpacesOrBuilder

      AccessSpaces_RelStructureOrBuilder getAccessSpacesOrBuilder()
       ACCESS SPACEs within the STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 301:84]
       
      .uk.org.netex.www.netex.AccessSpaces_RelStructure access_spaces = 1802;
    • hasPathLinks

      boolean hasPathLinks()
       PATH LINKs for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.SitePathLinks_RelStructure path_links = 1811;
      Returns:
      Whether the pathLinks field is set.
    • getPathLinks

       PATH LINKs for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.SitePathLinks_RelStructure path_links = 1811;
      Returns:
      The pathLinks.
    • getPathLinksOrBuilder

      SitePathLinks_RelStructureOrBuilder getPathLinksOrBuilder()
       PATH LINKs for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 155:82]
       
      .uk.org.netex.www.netex.SitePathLinks_RelStructure path_links = 1811;
    • hasPathJunctions

      boolean hasPathJunctions()
       PATH JUNCTIONs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 160:86]
       
      .uk.org.netex.www.netex.PathJunctions_RelStructure path_junctions = 1812;
      Returns:
      Whether the pathJunctions field is set.
    • getPathJunctions

      PathJunctions_RelStructure getPathJunctions()
       PATH JUNCTIONs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 160:86]
       
      .uk.org.netex.www.netex.PathJunctions_RelStructure path_junctions = 1812;
      Returns:
      The pathJunctions.
    • getPathJunctionsOrBuilder

      PathJunctions_RelStructureOrBuilder getPathJunctionsOrBuilder()
       PATH JUNCTIONs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 160:86]
       
      .uk.org.netex.www.netex.PathJunctions_RelStructure path_junctions = 1812;
    • hasAccesses

      boolean hasAccesses()
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1813;
      Returns:
      Whether the accesses field is set.
    • getAccesses

      Accesses_RelStructure getAccesses()
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1813;
      Returns:
      The accesses.
    • getAccessesOrBuilder

      Accesses_RelStructureOrBuilder getAccessesOrBuilder()
       ACCESS links for SITE.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 165:76]
       
      .uk.org.netex.www.netex.Accesses_RelStructure accesses = 1813;
    • hasNavigationPaths

      boolean hasNavigationPaths()
       NAVIGATION PATHs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 170:90]
       
      .uk.org.netex.www.netex.NavigationPaths_RelStructure navigation_paths = 1814;
      Returns:
      Whether the navigationPaths field is set.
    • getNavigationPaths

      NavigationPaths_RelStructure getNavigationPaths()
       NAVIGATION PATHs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 170:90]
       
      .uk.org.netex.www.netex.NavigationPaths_RelStructure navigation_paths = 1814;
      Returns:
      The navigationPaths.
    • getNavigationPathsOrBuilder

      NavigationPaths_RelStructureOrBuilder getNavigationPathsOrBuilder()
       NAVIGATION PATHs within the SITE and or between the SITE elsewhere.  [netex_part_1/part1_ifopt/netex_ifopt_navigationPath_version.xsd at 170:90]
       
      .uk.org.netex.www.netex.NavigationPaths_RelStructure navigation_paths = 1814;
    • hasVehicleStoppingPlaces

      boolean hasVehicleStoppingPlaces()
       VEHICLE STOPPING PLACEs within STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 313:102]
       
      .uk.org.netex.www.netex.VehicleStoppingPlaces_RelStructure vehicle_stopping_places = 1821;
      Returns:
      Whether the vehicleStoppingPlaces field is set.
    • getVehicleStoppingPlaces

      VehicleStoppingPlaces_RelStructure getVehicleStoppingPlaces()
       VEHICLE STOPPING PLACEs within STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 313:102]
       
      .uk.org.netex.www.netex.VehicleStoppingPlaces_RelStructure vehicle_stopping_places = 1821;
      Returns:
      The vehicleStoppingPlaces.
    • getVehicleStoppingPlacesOrBuilder

      VehicleStoppingPlaces_RelStructureOrBuilder getVehicleStoppingPlacesOrBuilder()
       VEHICLE STOPPING PLACEs within STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 313:102]
       
      .uk.org.netex.www.netex.VehicleStoppingPlaces_RelStructure vehicle_stopping_places = 1821;
    • getId

      String getId()
       Identifier of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 182:54]
       
      string id = 1861;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 182:54]
       
      string id = 1861;
      Returns:
      The bytes for id.
    • hasOrganisationRef

      boolean hasOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 1345;
      Returns:
      Whether the organisationRef field is set.
    • getOrganisationRef

      VersionOfObjectRefStructure getOrganisationRef()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 1345;
      Returns:
      The organisationRef.
    • getOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOrganisationRefOrBuilder()
       Reference to an ORGANISATION.  [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 182:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure organisation_ref = 1345;
    • hasOtherOrganisationRef

      boolean hasOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
      Returns:
      Whether the otherOrganisationRef field is set.
    • getOtherOrganisationRef

      VersionOfObjectRefStructure getOtherOrganisationRef()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
      Returns:
      The otherOrganisationRef.
    • getOtherOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOtherOrganisationRefOrBuilder()
       Reference to an OTHER ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 60:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure other_organisation_ref = 1346;
    • hasTravelAgentRef

      boolean hasTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
      Returns:
      Whether the travelAgentRef field is set.
    • getTravelAgentRef

      VersionOfObjectRefStructure getTravelAgentRef()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
      Returns:
      The travelAgentRef.
    • getTravelAgentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTravelAgentRefOrBuilder()
       Reference to a TRAVEL AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 86:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travel_agent_ref = 1347;
    • hasServicedOrganisationRef

      boolean hasServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
      Returns:
      Whether the servicedOrganisationRef field is set.
    • getServicedOrganisationRef

      VersionOfObjectRefStructure getServicedOrganisationRef()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
      Returns:
      The servicedOrganisationRef.
    • getServicedOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServicedOrganisationRefOrBuilder()
       Reference to a SERVICED ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 128:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure serviced_organisation_ref = 1348;
    • hasManagementAgentRef

      boolean hasManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
      Returns:
      Whether the managementAgentRef field is set.
    • getManagementAgentRef

      VersionOfObjectRefStructure getManagementAgentRef()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
      Returns:
      The managementAgentRef.
    • getManagementAgentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getManagementAgentRefOrBuilder()
       Reference to a MANAGEMENT AGENT.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 154:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure management_agent_ref = 1349;
    • hasGeneralOrganisationRef

      boolean hasGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
      Returns:
      Whether the generalOrganisationRef field is set.
    • getGeneralOrganisationRef

      VersionOfObjectRefStructure getGeneralOrganisationRef()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
      Returns:
      The generalOrganisationRef.
    • getGeneralOrganisationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeneralOrganisationRefOrBuilder()
       Reference to a GENERAL ORGANISATION.  [netex_framework/netex_reusableComponents/netex_otherOrganisation_support.xsd at 180:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_organisation_ref = 1350;
    • hasOperatorRef

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

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

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

      boolean hasAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 1352;
      Returns:
      Whether the authorityRef field is set.
    • getAuthorityRef

      VersionOfObjectRefStructure getAuthorityRef()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 1352;
      Returns:
      The authorityRef.
    • getAuthorityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAuthorityRefOrBuilder()
       Reference to an AUTHORITY.  [netex_framework/netex_reusableComponents/netex_transportOrganisation_support.xsd at 187:80]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure authority_ref = 1352;
    • hasRetailConsortiumRef

      boolean hasRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
      Returns:
      Whether the retailConsortiumRef field is set.
    • getRetailConsortiumRef

      VersionOfObjectRefStructure getRetailConsortiumRef()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
      Returns:
      The retailConsortiumRef.
    • getRetailConsortiumRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRetailConsortiumRefOrBuilder()
       Reference to a RETAIL CONSORTIUM.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 80:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_consortium_ref = 1353;
    • hasOnlineServiceOperatorRef

      boolean hasOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1872;
      Returns:
      Whether the onlineServiceOperatorRef field is set.
    • getOnlineServiceOperatorRef

      VersionOfObjectRefStructure getOnlineServiceOperatorRef()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1872;
      Returns:
      The onlineServiceOperatorRef.
    • getOnlineServiceOperatorRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnlineServiceOperatorRefOrBuilder()
       Reference to an ONLINE SERVICE OPERATOR. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 76:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_operator_ref = 1872;
    • hasVehicleRentalRef

      boolean hasVehicleRentalRef()
       Reference to a VEHICLE RENTAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 213:154]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_ref = 1763;
      Returns:
      Whether the vehicleRentalRef field is set.
    • getVehicleRentalRef

      VersionOfObjectRefStructure getVehicleRentalRef()
       Reference to a VEHICLE RENTAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 213:154]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_ref = 1763;
      Returns:
      The vehicleRentalRef.
    • getVehicleRentalRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleRentalRefOrBuilder()
       Reference to a VEHICLE RENTAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 213:154]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_ref = 1763;
    • hasVehicleSharingRef

      boolean hasVehicleSharingRef()
       Reference to a VEHICLE SHARING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 248:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_ref = 1764;
      Returns:
      Whether the vehicleSharingRef field is set.
    • getVehicleSharingRef

      VersionOfObjectRefStructure getVehicleSharingRef()
       Reference to a VEHICLE SHARING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 248:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_ref = 1764;
      Returns:
      The vehicleSharingRef.
    • getVehicleSharingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleSharingRefOrBuilder()
       Reference to a VEHICLE SHARING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 248:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_ref = 1764;
    • hasVehiclePoolingRef

      boolean hasVehiclePoolingRef()
       Reference to a VEHICLE POOLING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 284:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_ref = 1765;
      Returns:
      Whether the vehiclePoolingRef field is set.
    • getVehiclePoolingRef

      VersionOfObjectRefStructure getVehiclePoolingRef()
       Reference to a VEHICLE POOLING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 284:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_ref = 1765;
      Returns:
      The vehiclePoolingRef.
    • getVehiclePoolingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolingRefOrBuilder()
       Reference to a VEHICLE POOLING MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 284:156]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_ref = 1765;
    • hasPersonalModeOfOperationRef

      boolean hasPersonalModeOfOperationRef()
       Reference to a PERSONAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 325:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure personal_mode_of_operation_ref = 1766;
      Returns:
      Whether the personalModeOfOperationRef field is set.
    • getPersonalModeOfOperationRef

      VersionOfObjectRefStructure getPersonalModeOfOperationRef()
       Reference to a PERSONAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 325:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure personal_mode_of_operation_ref = 1766;
      Returns:
      The personalModeOfOperationRef.
    • getPersonalModeOfOperationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPersonalModeOfOperationRefOrBuilder()
       Reference to a PERSONAL MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 325:148]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure personal_mode_of_operation_ref = 1766;
    • hasScheduledModeOfOperationRef

      boolean hasScheduledModeOfOperationRef()
       Reference to a SCHEDULED MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 116:162]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_mode_of_operation_ref = 1873;
      Returns:
      Whether the scheduledModeOfOperationRef field is set.
    • getScheduledModeOfOperationRef

      VersionOfObjectRefStructure getScheduledModeOfOperationRef()
       Reference to a SCHEDULED MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 116:162]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_mode_of_operation_ref = 1873;
      Returns:
      The scheduledModeOfOperationRef.
    • getScheduledModeOfOperationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getScheduledModeOfOperationRefOrBuilder()
       Reference to a SCHEDULED MODE OF OPERATION. +V1.2.2  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 116:162]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure scheduled_mode_of_operation_ref = 1873;
    • hasFlexibleModeOfOperationRef

      boolean hasFlexibleModeOfOperationRef()
       Reference to a FLEXIBLE MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 151:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_mode_of_operation_ref = 1874;
      Returns:
      Whether the flexibleModeOfOperationRef field is set.
    • getFlexibleModeOfOperationRef

      VersionOfObjectRefStructure getFlexibleModeOfOperationRef()
       Reference to a FLEXIBLE MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 151:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_mode_of_operation_ref = 1874;
      Returns:
      The flexibleModeOfOperationRef.
    • getFlexibleModeOfOperationRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFlexibleModeOfOperationRefOrBuilder()
       Reference to a FLEXIBLE MODE OF OPERATION.  [netex_framework/netex_reusableComponents/netex_modeOfOperation_support.xsd at 151:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_mode_of_operation_ref = 1874;
    • getOrganisationRefStructureCase

      StopPlaceType.OrganisationRefStructureCase getOrganisationRefStructureCase()
    • getModeOfOperationRefStructureCase

      StopPlaceType.ModeOfOperationRefStructureCase getModeOfOperationRefStructureCase()