Interface VehicleMeetingPlaceTypeOrBuilder

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

public interface VehicleMeetingPlaceTypeOrBuilder 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 = 2;
      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 = 2;
      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 = 2;
    • 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 = 3;
      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 = 3;
      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 = 3;
    • getVersion

      String getVersion()
       Version number of entity.  [netex_framework/netex_responsibility/netex_version_support.xsd at 201:69]
       
      string version = 4;
      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 = 4;
      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 = 5;
      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 = 5;
      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 = 1092;
      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 = 1092;
      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 = 1093;
      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 = 1093;
      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 = 6;
      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 = 6;
      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 = 6;
    • 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 = 7;
    • 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 = 7;
    • 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 = 7;
    • 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 = 7;
    • 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 = 7;
    • 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 = 11;
      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 = 11;
      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 = 11;
    • 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 = 61;
      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 = 61;
      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 = 61;
    • 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 = 62;
      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 = 62;
      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 = 62;
    • 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 = 63;
      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 = 63;
      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 = 63;
    • 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 = 151;
      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 = 151;
      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 = 151;
    • 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 = 152;
      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 = 152;
      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 = 152;
    • 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 = 153;
      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 = 153;
      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 = 153;
    • 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 = 154;
      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 = 154;
      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 = 154;
    • 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 = 155;
      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 = 155;
      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 = 155;
    • 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.VehicleMeetingPlaceType.InfoLinksType info_links = 156;
      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.VehicleMeetingPlaceType.InfoLinksType info_links = 156;
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

       Hyperlinks associated with GROUP OF ENTITIES.  [netex_framework/netex_genericFramework/netex_grouping_version.xsd at 118:48]
       
      .uk.org.netex.www.netex.VehicleMeetingPlaceType.InfoLinksType info_links = 156;
    • 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 = 271;
      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 = 271;
      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 = 271;
    • 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 = 421;
      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 = 421;
      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 = 421;
    • 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 = 422;
      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 = 422;
      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 = 422;
    • 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 = 423;
      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 = 423;
      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 = 423;
    • 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 = 424;
      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 = 424;
      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 = 424;
    • 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 = 425;
      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 = 425;
      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 = 425;
    • 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 = 601;
      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 = 601;
      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 = 601;
    • getUrl

      String getUrl()
       Default URL for ADDRESSABLE PLACE.  [netex_framework/netex_reusableComponents/netex_address_version.xsd at 144:60]
       
      string url = 791;
      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 = 791;
      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 = 792;
      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 = 792;
      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 = 793;
      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 = 793;
      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 = 793;
    • 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 = 794;
      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 = 794;
      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 = 794;
    • 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 = 1021;
      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 = 1021;
      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 = 1021;
    • getId

      String getId()
       Identifier of ENTITY.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_version.xsd at 110:79]
       
      string id = 1081;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_version.xsd at 110:79]
       
      string id = 1081;
      Returns:
      The bytes for id.
    • hasSiteElementRef

      boolean hasSiteElementRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 68:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_element_ref = 1022;
      Returns:
      Whether the siteElementRef field is set.
    • getSiteElementRef

      VersionOfObjectRefStructure getSiteElementRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 68:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_element_ref = 1022;
      Returns:
      The siteElementRef.
    • getSiteElementRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSiteElementRefOrBuilder()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 68:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_element_ref = 1022;
    • hasSiteRef

      boolean hasSiteRef()
       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 94:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 1023;
      Returns:
      Whether the siteRef field is set.
    • getSiteRef

       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 94:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 1023;
      Returns:
      The siteRef.
    • getSiteRefOrBuilder

       Reference to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 94:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_ref = 1023;
    • hasServiceSiteRef

      boolean hasServiceSiteRef()
       Reference to a SERVICE SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 132:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_site_ref = 1024;
      Returns:
      Whether the serviceSiteRef field is set.
    • getServiceSiteRef

      VersionOfObjectRefStructure getServiceSiteRef()
       Reference to a SERVICE SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 132:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_site_ref = 1024;
      Returns:
      The serviceSiteRef.
    • getServiceSiteRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getServiceSiteRefOrBuilder()
       Reference to a SERVICE SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 132:96]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure service_site_ref = 1024;
    • hasSiteComponentRef

      boolean hasSiteComponentRef()
       Reference to a SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 158:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_component_ref = 1025;
      Returns:
      Whether the siteComponentRef field is set.
    • getSiteComponentRef

      VersionOfObjectRefStructure getSiteComponentRef()
       Reference to a SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 158:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_component_ref = 1025;
      Returns:
      The siteComponentRef.
    • getSiteComponentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSiteComponentRefOrBuilder()
       Reference to a SITE COMPONENT.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 158:107]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_component_ref = 1025;
    • hasEntranceRef

      boolean hasEntranceRef()
       Reference to an ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 210:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_ref = 1026;
      Returns:
      Whether the entranceRef field is set.
    • getEntranceRef

      VersionOfObjectRefStructure getEntranceRef()
       Reference to an ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 210:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_ref = 1026;
      Returns:
      The entranceRef.
    • getEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntranceRefOrBuilder()
       Reference to an ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 210:99]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_ref = 1026;
    • hasVehicleEntranceRef

      boolean hasVehicleEntranceRef()
       Reference to an VEHICLE ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 248:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_entrance_ref = 1027;
      Returns:
      Whether the vehicleEntranceRef field is set.
    • getVehicleEntranceRef

      VersionOfObjectRefStructure getVehicleEntranceRef()
       Reference to an VEHICLE ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 248:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_entrance_ref = 1027;
      Returns:
      The vehicleEntranceRef.
    • getVehicleEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleEntranceRefOrBuilder()
       Reference to an VEHICLE ENTRANCE to a SITE.  [netex_part_1/part1_ifopt/netex_ifopt_site_support.xsd at 248:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_entrance_ref = 1027;
    • hasPointOfInterestRef

      boolean hasPointOfInterestRef()
       Reference to a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 66:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_ref = 1028;
      Returns:
      Whether the pointOfInterestRef field is set.
    • getPointOfInterestRef

      VersionOfObjectRefStructure getPointOfInterestRef()
       Reference to a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 66:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_ref = 1028;
      Returns:
      The pointOfInterestRef.
    • getPointOfInterestRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointOfInterestRefOrBuilder()
       Reference to a POINT OF INTEREST.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 66:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_ref = 1028;
    • hasPointOfInterestSpaceRef

      boolean hasPointOfInterestSpaceRef()
       Reference to a POINT OF INTEREST SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 215:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_space_ref = 1029;
      Returns:
      Whether the pointOfInterestSpaceRef field is set.
    • getPointOfInterestSpaceRef

      VersionOfObjectRefStructure getPointOfInterestSpaceRef()
       Reference to a POINT OF INTEREST SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 215:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_space_ref = 1029;
      Returns:
      The pointOfInterestSpaceRef.
    • getPointOfInterestSpaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointOfInterestSpaceRefOrBuilder()
       Reference to a POINT OF INTEREST SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 215:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_space_ref = 1029;
    • hasPointOfInterestEntranceRef

      boolean hasPointOfInterestEntranceRef()
       Reference to a POINT OF INTEREST ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 241:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_entrance_ref = 1030;
      Returns:
      Whether the pointOfInterestEntranceRef field is set.
    • getPointOfInterestEntranceRef

      VersionOfObjectRefStructure getPointOfInterestEntranceRef()
       Reference to a POINT OF INTEREST ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 241:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_entrance_ref = 1030;
      Returns:
      The pointOfInterestEntranceRef.
    • getPointOfInterestEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointOfInterestEntranceRefOrBuilder()
       Reference to a POINT OF INTEREST ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 241:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_entrance_ref = 1030;
    • hasPointOfInterestVehicleEntranceRef

      boolean hasPointOfInterestVehicleEntranceRef()
       Reference to a POINT OF INTEREST VEHICLEENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 267:138]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_vehicle_entrance_ref = 1031;
      Returns:
      Whether the pointOfInterestVehicleEntranceRef field is set.
    • getPointOfInterestVehicleEntranceRef

      VersionOfObjectRefStructure getPointOfInterestVehicleEntranceRef()
       Reference to a POINT OF INTEREST VEHICLEENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 267:138]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_vehicle_entrance_ref = 1031;
      Returns:
      The pointOfInterestVehicleEntranceRef.
    • getPointOfInterestVehicleEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPointOfInterestVehicleEntranceRefOrBuilder()
       Reference to a POINT OF INTEREST VEHICLEENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_pointOfInterest_support.xsd at 267:138]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure point_of_interest_vehicle_entrance_ref = 1031;
    • hasParkingRef

      boolean hasParkingRef()
       Reference to a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 92:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_ref = 1032;
      Returns:
      Whether the parkingRef field is set.
    • getParkingRef

       Reference to a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 92:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_ref = 1032;
      Returns:
      The parkingRef.
    • getParkingRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingRefOrBuilder()
       Reference to a PARKING.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 92:88]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_ref = 1032;
    • hasParkingEntranceRef

      boolean hasParkingEntranceRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 172:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_ref = 1033;
      Returns:
      Whether the parkingEntranceRef field is set.
    • getParkingEntranceRef

      VersionOfObjectRefStructure getParkingEntranceRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 172:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_ref = 1033;
      Returns:
      The parkingEntranceRef.
    • getParkingEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingEntranceRefOrBuilder()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 172:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_ref = 1033;
    • hasParkingPassengerEntranceRef

      boolean hasParkingPassengerEntranceRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 198:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_passenger_entrance_ref = 1034;
      Returns:
      Whether the parkingPassengerEntranceRef field is set.
    • getParkingPassengerEntranceRef

      VersionOfObjectRefStructure getParkingPassengerEntranceRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 198:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_passenger_entrance_ref = 1034;
      Returns:
      The parkingPassengerEntranceRef.
    • getParkingPassengerEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingPassengerEntranceRefOrBuilder()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 198:89]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_passenger_entrance_ref = 1034;
    • hasParkingEntranceForVehiclesRef

      boolean hasParkingEntranceForVehiclesRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 229:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_for_vehicles_ref = 1035;
      Returns:
      Whether the parkingEntranceForVehiclesRef field is set.
    • getParkingEntranceForVehiclesRef

      VersionOfObjectRefStructure getParkingEntranceForVehiclesRef()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 229:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_for_vehicles_ref = 1035;
      Returns:
      The parkingEntranceForVehiclesRef.
    • getParkingEntranceForVehiclesRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingEntranceForVehiclesRefOrBuilder()
       Reference to a PARKING VEHICLE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 229:137]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_entrance_for_vehicles_ref = 1035;
    • hasParkingAreaRef

      boolean hasParkingAreaRef()
       Reference to a PARKING AREA.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 268:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_area_ref = 1036;
      Returns:
      Whether the parkingAreaRef field is set.
    • getParkingAreaRef

      VersionOfObjectRefStructure getParkingAreaRef()
       Reference to a PARKING AREA.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 268:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_area_ref = 1036;
      Returns:
      The parkingAreaRef.
    • getParkingAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingAreaRefOrBuilder()
       Reference to a PARKING AREA.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 268:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_area_ref = 1036;
    • hasParkingBayRef

      boolean hasParkingBayRef()
       Reference to a PARKING BAY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_bay_ref = 1037;
      Returns:
      Whether the parkingBayRef field is set.
    • getParkingBayRef

      VersionOfObjectRefStructure getParkingBayRef()
       Reference to a PARKING BAY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_bay_ref = 1037;
      Returns:
      The parkingBayRef.
    • getParkingBayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getParkingBayRefOrBuilder()
       Reference to a PARKING BAY.  [netex_part_1/part1_ifopt/netex_ifopt_parking_support.xsd at 306:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure parking_bay_ref = 1037;
    • hasStopPlaceRef

      boolean hasStopPlaceRef()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 1038;
      Returns:
      Whether the stopPlaceRef field is set.
    • getStopPlaceRef

      VersionOfObjectRefStructure getStopPlaceRef()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 1038;
      Returns:
      The stopPlaceRef.
    • getStopPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPlaceRefOrBuilder()
       Reference to a STOP PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 72:92]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_ref = 1038;
    • hasStopPlaceSpaceRef

      boolean hasStopPlaceSpaceRef()
       Reference to a STOP PLACE SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 130:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_space_ref = 1039;
      Returns:
      Whether the stopPlaceSpaceRef field is set.
    • getStopPlaceSpaceRef

      VersionOfObjectRefStructure getStopPlaceSpaceRef()
       Reference to a STOP PLACE SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 130:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_space_ref = 1039;
      Returns:
      The stopPlaceSpaceRef.
    • getStopPlaceSpaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPlaceSpaceRefOrBuilder()
       Reference to a STOP PLACE SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 130:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_space_ref = 1039;
    • hasQuayRef

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

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

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

      boolean hasAccessSpaceRef()
       Reference to an ACCESS SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 188:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_space_ref = 1041;
      Returns:
      Whether the accessSpaceRef field is set.
    • getAccessSpaceRef

      VersionOfObjectRefStructure getAccessSpaceRef()
       Reference to an ACCESS SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 188:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_space_ref = 1041;
      Returns:
      The accessSpaceRef.
    • getAccessSpaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAccessSpaceRefOrBuilder()
       Reference to an ACCESS SPACE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 188:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_space_ref = 1041;
    • hasBoardingPositionRef

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

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

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

      boolean hasStopPlaceEntranceRef()
       Reference to a STOP PLACE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 252:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_entrance_ref = 1043;
      Returns:
      Whether the stopPlaceEntranceRef field is set.
    • getStopPlaceEntranceRef

      VersionOfObjectRefStructure getStopPlaceEntranceRef()
       Reference to a STOP PLACE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 252:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_entrance_ref = 1043;
      Returns:
      The stopPlaceEntranceRef.
    • getStopPlaceEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPlaceEntranceRefOrBuilder()
       Reference to a STOP PLACE ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 252:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_entrance_ref = 1043;
    • hasStopPlaceVehicleEntranceRef

      boolean hasStopPlaceVehicleEntranceRef()
       Reference to a STOP PLACE VEHICLE  ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 278:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_vehicle_entrance_ref = 1044;
      Returns:
      Whether the stopPlaceVehicleEntranceRef field is set.
    • getStopPlaceVehicleEntranceRef

      VersionOfObjectRefStructure getStopPlaceVehicleEntranceRef()
       Reference to a STOP PLACE VEHICLE  ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 278:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_vehicle_entrance_ref = 1044;
      Returns:
      The stopPlaceVehicleEntranceRef.
    • getStopPlaceVehicleEntranceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStopPlaceVehicleEntranceRefOrBuilder()
       Reference to a STOP PLACE VEHICLE  ENTRANCE.  [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 278:126]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure stop_place_vehicle_entrance_ref = 1044;
    • hasVehicleStoppingPlaceRef

      boolean hasVehicleStoppingPlaceRef()
       Reference to a VEHICLE STOPPING PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 64:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_place_ref = 1045;
      Returns:
      Whether the vehicleStoppingPlaceRef field is set.
    • getVehicleStoppingPlaceRef

      VersionOfObjectRefStructure getVehicleStoppingPlaceRef()
       Reference to a VEHICLE STOPPING PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 64:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_place_ref = 1045;
      Returns:
      The vehicleStoppingPlaceRef.
    • getVehicleStoppingPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleStoppingPlaceRefOrBuilder()
       Reference to a VEHICLE STOPPING PLACE.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 64:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_place_ref = 1045;
    • hasVehicleStoppingPositionRef

      boolean hasVehicleStoppingPositionRef()
       Reference to a VEHICLE STOPPING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 90:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_position_ref = 1046;
      Returns:
      Whether the vehicleStoppingPositionRef field is set.
    • getVehicleStoppingPositionRef

      VersionOfObjectRefStructure getVehicleStoppingPositionRef()
       Reference to a VEHICLE STOPPING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 90:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_position_ref = 1046;
      Returns:
      The vehicleStoppingPositionRef.
    • getVehicleStoppingPositionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleStoppingPositionRefOrBuilder()
       Reference to a VEHICLE STOPPING POSITION.  [netex_part_1/part1_ifopt/netex_ifopt_vehicleStopping_support.xsd at 90:129]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_stopping_position_ref = 1046;
    • hasTaxiRankRef

      boolean hasTaxiRankRef()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 1047;
      Returns:
      Whether the taxiRankRef field is set.
    • getTaxiRankRef

      VersionOfObjectRefStructure getTaxiRankRef()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 1047;
      Returns:
      The taxiRankRef.
    • getTaxiRankRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTaxiRankRefOrBuilder()
       Reference to a TAXI RANK. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 79:95]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_rank_ref = 1047;
    • hasTaxiStandRef

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

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

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

      boolean hasTaxiParkingAreaRef()
       Reference to a TAXI PARKING AREA. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 132:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_parking_area_ref = 1049;
      Returns:
      Whether the taxiParkingAreaRef field is set.
    • getTaxiParkingAreaRef

      VersionOfObjectRefStructure getTaxiParkingAreaRef()
       Reference to a TAXI PARKING AREA. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 132:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_parking_area_ref = 1049;
      Returns:
      The taxiParkingAreaRef.
    • getTaxiParkingAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTaxiParkingAreaRefOrBuilder()
       Reference to a TAXI PARKING AREA. +v1.2.2  [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 132:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_parking_area_ref = 1049;
    • hasVehicleSharingParkingAreaRef

      boolean hasVehicleSharingParkingAreaRef()
       Reference to a VEHICLE SHARING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 120:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_area_ref = 1050;
      Returns:
      Whether the vehicleSharingParkingAreaRef field is set.
    • getVehicleSharingParkingAreaRef

      VersionOfObjectRefStructure getVehicleSharingParkingAreaRef()
       Reference to a VEHICLE SHARING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 120:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_area_ref = 1050;
      Returns:
      The vehicleSharingParkingAreaRef.
    • getVehicleSharingParkingAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleSharingParkingAreaRefOrBuilder()
       Reference to a VEHICLE SHARING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 120:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_area_ref = 1050;
    • hasVehiclePoolingParkingAreaRef

      boolean hasVehiclePoolingParkingAreaRef()
       Reference to a VEHICLE POOLING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 146:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_area_ref = 1051;
      Returns:
      Whether the vehiclePoolingParkingAreaRef field is set.
    • getVehiclePoolingParkingAreaRef

      VersionOfObjectRefStructure getVehiclePoolingParkingAreaRef()
       Reference to a VEHICLE POOLING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 146:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_area_ref = 1051;
      Returns:
      The vehiclePoolingParkingAreaRef.
    • getVehiclePoolingParkingAreaRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolingParkingAreaRefOrBuilder()
       Reference to a VEHICLE POOLING PARKING AREA. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 146:131]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_area_ref = 1051;
    • hasVehicleSharingParkingBayRef

      boolean hasVehicleSharingParkingBayRef()
       Reference to a VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 172:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_bay_ref = 1052;
      Returns:
      Whether the vehicleSharingParkingBayRef field is set.
    • getVehicleSharingParkingBayRef

      VersionOfObjectRefStructure getVehicleSharingParkingBayRef()
       Reference to a VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 172:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_bay_ref = 1052;
      Returns:
      The vehicleSharingParkingBayRef.
    • getVehicleSharingParkingBayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleSharingParkingBayRefOrBuilder()
       Reference to a VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 172:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_parking_bay_ref = 1052;
    • hasVehiclePoolingParkingBayRef

      boolean hasVehiclePoolingParkingBayRef()
       Reference to a VEHICLE POOLING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 198:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_bay_ref = 1053;
      Returns:
      Whether the vehiclePoolingParkingBayRef field is set.
    • getVehiclePoolingParkingBayRef

      VersionOfObjectRefStructure getVehiclePoolingParkingBayRef()
       Reference to a VEHICLE POOLING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 198:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_bay_ref = 1053;
      Returns:
      The vehiclePoolingParkingBayRef.
    • getVehiclePoolingParkingBayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolingParkingBayRefOrBuilder()
       Reference to a VEHICLE POOLING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 198:128]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_parking_bay_ref = 1053;
    • hasMonitoredVehicleSharingParkingBayRef

      boolean hasMonitoredVehicleSharingParkingBayRef()
       Reference to a MONITORED VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 69:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure monitored_vehicle_sharing_parking_bay_ref = 1054;
      Returns:
      Whether the monitoredVehicleSharingParkingBayRef field is set.
    • getMonitoredVehicleSharingParkingBayRef

      VersionOfObjectRefStructure getMonitoredVehicleSharingParkingBayRef()
       Reference to a MONITORED VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 69:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure monitored_vehicle_sharing_parking_bay_ref = 1054;
      Returns:
      The monitoredVehicleSharingParkingBayRef.
    • getMonitoredVehicleSharingParkingBayRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMonitoredVehicleSharingParkingBayRefOrBuilder()
       Reference to a MONITORED VEHICLE SHARING PARKING BAY. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleParkingAreaInformation_support.xsd at 69:160]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure monitored_vehicle_sharing_parking_bay_ref = 1054;
    • getSiteElementRefStructureCase

      VehicleMeetingPlaceType.SiteElementRefStructureCase getSiteElementRefStructureCase()