Interface VehicleMeetingPointAssignmentTypeOrBuilder

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

@Generated public interface VehicleMeetingPointAssignmentTypeOrBuilder 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 = 422;
      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 = 422;
      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 = 423;
      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 = 423;
      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;
    • getOrder

      int getOrder()
       Order in which to show  ASSIGNMENT,  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 74:52]
       
      int32 order = 91;
      Returns:
      The order.
    • hasName

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

       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 87:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 151;
    • hasDescription

      boolean hasDescription()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 152;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 152;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 152;
    • hasVehicleMeetingPointRef

      boolean hasVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 341;
      Returns:
      Whether the vehicleMeetingPointRef field is set.
    • getVehicleMeetingPointRef

      VersionOfObjectRefStructure getVehicleMeetingPointRef()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 341;
      Returns:
      The vehicleMeetingPointRef.
    • getVehicleMeetingPointRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleMeetingPointRefOrBuilder()
       Reference to a VEHICLE MEETING POINT. +v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPoint_support.xsd at 78:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_point_ref = 341;
    • getUsageValue

      int getUsageValue()
       [netex_part_5/part5_nd/netex_nm_vehicleMeetingPointAssignment_version.xsd at 168:76]
       
      .uk.org.netex.www.netex.MeetingUsageEnumeration usage = 379;
      Returns:
      The enum numeric value on the wire for usage.
    • getUsage

       [netex_part_5/part5_nd/netex_nm_vehicleMeetingPointAssignment_version.xsd at 168:76]
       
      .uk.org.netex.www.netex.MeetingUsageEnumeration usage = 379;
      Returns:
      The usage.
    • getId

      String getId()
       Identifier of ENTITY.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPointAssignment_version.xsd at 140:89]
       
      string id = 411;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of ENTITY.  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPointAssignment_version.xsd at 140:89]
       
      string id = 411;
      Returns:
      The bytes for id.
    • hasAddressablePlaceRef

      boolean hasAddressablePlaceRef()
       Reference to an ADDRESSED PLACE.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 93:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure addressable_place_ref = 342;
      Returns:
      Whether the addressablePlaceRef field is set.
    • getAddressablePlaceRef

      VersionOfObjectRefStructure getAddressablePlaceRef()
       Reference to an ADDRESSED PLACE.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 93:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure addressable_place_ref = 342;
      Returns:
      The addressablePlaceRef.
    • getAddressablePlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAddressablePlaceRefOrBuilder()
       Reference to an ADDRESSED PLACE.  [netex_framework/netex_reusableComponents/netex_address_support.xsd at 93:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure addressable_place_ref = 342;
    • 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 = 343;
      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 = 343;
      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 = 343;
    • 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 = 344;
      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 = 344;
      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 = 344;
    • 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 = 345;
      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 = 345;
      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 = 345;
    • 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 = 346;
      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 = 346;
      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 = 346;
    • 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 = 347;
      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 = 347;
      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 = 347;
    • 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 = 348;
      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 = 348;
      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 = 348;
    • hasGarageRef

      boolean hasGarageRef()
       Reference to a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 147:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_ref = 349;
      Returns:
      Whether the garageRef field is set.
    • getGarageRef

       Reference to a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 147:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_ref = 349;
      Returns:
      The garageRef.
    • getGarageRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGarageRefOrBuilder()
       Reference to a GARAGE.  [netex_part_1/part1_networkDescription/netex_vehicleAndCrewPoint_support.xsd at 147:98]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure garage_ref = 349;
    • 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 = 350;
      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 = 350;
      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 = 350;
    • 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 = 351;
      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 = 351;
      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 = 351;
    • 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 = 352;
      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 = 352;
      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 = 352;
    • 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 = 353;
      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 = 353;
      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 = 353;
    • 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 = 354;
      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 = 354;
      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 = 354;
    • 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 = 355;
      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 = 355;
      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 = 355;
    • 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 = 356;
      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 = 356;
      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 = 356;
    • 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 = 357;
      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 = 357;
      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 = 357;
    • 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 = 358;
      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 = 358;
      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 = 358;
    • 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 = 359;
      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 = 359;
      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 = 359;
    • 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 = 360;
      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 = 360;
      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 = 360;
    • 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 = 361;
      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 = 361;
      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 = 361;
    • 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 = 362;
      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 = 362;
      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 = 362;
    • 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 = 363;
      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 = 363;
      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 = 363;
    • 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 = 364;
      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 = 364;
      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 = 364;
    • 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 = 365;
      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 = 365;
      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 = 365;
    • 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 = 366;
      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 = 366;
      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 = 366;
    • 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 = 367;
      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 = 367;
      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 = 367;
    • 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 = 368;
      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 = 368;
      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 = 368;
    • 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 = 369;
      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 = 369;
      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 = 369;
    • 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 = 370;
      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 = 370;
      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 = 370;
    • 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 = 371;
      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 = 371;
      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 = 371;
    • hasVehicleMeetingPlaceRef

      boolean hasVehicleMeetingPlaceRef()
       Reference to a VEHICLE MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 67:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_place_ref = 372;
      Returns:
      Whether the vehicleMeetingPlaceRef field is set.
    • getVehicleMeetingPlaceRef

      VersionOfObjectRefStructure getVehicleMeetingPlaceRef()
       Reference to a VEHICLE MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 67:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_place_ref = 372;
      Returns:
      The vehicleMeetingPlaceRef.
    • getVehicleMeetingPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleMeetingPlaceRefOrBuilder()
       Reference to a VEHICLE MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 67:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_meeting_place_ref = 372;
    • hasVehiclePoolingMeetingPlaceRef

      boolean hasVehiclePoolingMeetingPlaceRef()
       Reference to a VEHICLE POOLING MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 93:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_meeting_place_ref = 373;
      Returns:
      Whether the vehiclePoolingMeetingPlaceRef field is set.
    • getVehiclePoolingMeetingPlaceRef

      VersionOfObjectRefStructure getVehiclePoolingMeetingPlaceRef()
       Reference to a VEHICLE POOLING MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 93:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_meeting_place_ref = 373;
      Returns:
      The vehiclePoolingMeetingPlaceRef.
    • getVehiclePoolingMeetingPlaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehiclePoolingMeetingPlaceRefOrBuilder()
       Reference to a VEHICLE POOLING MEETING PLACE. v1.2.2  [netex_part_5/part5_nd/netex_nm_vehicleMeetingPlace_support.xsd at 93:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_pooling_meeting_place_ref = 373;
    • 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 = 374;
      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 = 374;
      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 = 374;
    • 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 = 375;
      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 = 375;
      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 = 375;
    • 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 = 376;
      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 = 376;
      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 = 376;
    • 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 = 377;
      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 = 377;
      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 = 377;
    • 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 = 378;
      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 = 378;
      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 = 378;
    • getAddressablePlaceRefStructureCase