Interface CheckConstraintTypeOrBuilder

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

public interface CheckConstraintTypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCreated

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

      com.google.protobuf.Timestamp getCreated()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
      Returns:
      The created.
    • getCreatedOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()
       Date ENTITY was first created.  [netex_framework/netex_responsibility/netex_version_support.xsd at 190:68]
       
      .google.protobuf.Timestamp created = 4;
    • hasChanged

      boolean hasChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      Whether the changed field is set.
    • getChanged

      com.google.protobuf.Timestamp getChanged()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
      Returns:
      The changed.
    • getChangedOrBuilder

      com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()
       Date ENTITY or version was last changed.  [netex_framework/netex_responsibility/netex_version_support.xsd at 195:68]
       
      .google.protobuf.Timestamp changed = 5;
    • getVersion

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

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

      int getStatusValue()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      StatusEnumeration getStatus()
       Whether ENTITY is currently in use. Default is "active".  [netex_framework/netex_responsibility/netex_version_support.xsd at 206:89]
       
      .uk.org.netex.www.netex.StatusEnumeration status = 8;
      Returns:
      The status.
    • getDerivedFromVersionRef

      String getDerivedFromVersionRef()
       Version of this object from which this version of ENTITY was derived.  [netex_framework/netex_responsibility/netex_version_support.xsd at 212:83]
       
      string derived_from_version_ref = 466;
      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 = 466;
      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 = 467;
      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 = 467;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      int getOrder()
       Order in which to show  ASSIGNMENT,  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 74:52]
       
      int32 order = 101;
      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 = 161;
      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 = 161;
      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 = 161;
    • hasDescription

      boolean hasDescription()
       Description of  ASSIGNMENT.  [netex_framework/netex_genericFramework/netex_assignment_version.xsd at 92:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 162;
      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 = 162;
      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 = 162;
    • hasPlaceRef

      boolean hasPlaceRef()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 351;
      Returns:
      Whether the placeRef field is set.
    • getPlaceRef

      PlaceRefType getPlaceRef()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 351;
      Returns:
      The placeRef.
    • getPlaceRefOrBuilder

      PlaceRefTypeOrBuilder getPlaceRefOrBuilder()
       Reference to a PLACE.  [netex_framework/netex_genericFramework/netex_place_support.xsd at 85:71]
       
      .uk.org.netex.www.netex.PlaceRefType place_ref = 351;
    • getCheckDirectionValue

      int getCheckDirectionValue()
       For CHECK CONSTRAINTs associated with PATH LINKs, the direction in which the check applies. Forwards = from/to, backwards = to/from. For Check constraints associated with an external ENTRANCE, forwards is into the SITE, backwards is out of the SITE.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 203:86]
       
      .uk.org.netex.www.netex.CheckDirectionEnumeration check_direction = 352;
      Returns:
      The enum numeric value on the wire for checkDirection.
    • getCheckDirection

      CheckDirectionEnumeration getCheckDirection()
       For CHECK CONSTRAINTs associated with PATH LINKs, the direction in which the check applies. Forwards = from/to, backwards = to/from. For Check constraints associated with an external ENTRANCE, forwards is into the SITE, backwards is out of the SITE.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 203:86]
       
      .uk.org.netex.www.netex.CheckDirectionEnumeration check_direction = 352;
      Returns:
      The checkDirection.
    • getCheckProcessValue

      int getCheckProcessValue()
       Type of process that may occur at CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 208:86]
       
      .uk.org.netex.www.netex.CheckProcessTypeEnumeration check_process = 353;
      Returns:
      The enum numeric value on the wire for checkProcess.
    • getCheckProcess

      CheckProcessTypeEnumeration getCheckProcess()
       Type of process that may occur at CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 208:86]
       
      .uk.org.netex.www.netex.CheckProcessTypeEnumeration check_process = 353;
      Returns:
      The checkProcess.
    • getCheckServiceValue

      int getCheckServiceValue()
       Nature of service that may occur at CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 213:82]
       
      .uk.org.netex.www.netex.CheckServiceEnumeration check_service = 354;
      Returns:
      The enum numeric value on the wire for checkService.
    • getCheckService

      CheckServiceEnumeration getCheckService()
       Nature of service that may occur at CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 213:82]
       
      .uk.org.netex.www.netex.CheckServiceEnumeration check_service = 354;
      Returns:
      The checkService.
    • getAccessFeatureTypeValue

      int getAccessFeatureTypeValue()
       Type of physical feature that may slow use of CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 218:88]
       
      .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_type = 355;
      Returns:
      The enum numeric value on the wire for accessFeatureType.
    • getAccessFeatureType

      AccessFeatureEnumeration getAccessFeatureType()
       Type of physical feature that may slow use of CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 218:88]
       
      .uk.org.netex.www.netex.AccessFeatureEnumeration access_feature_type = 355;
      Returns:
      The accessFeatureType.
    • getCongestionValue

      int getCongestionValue()
       Type of crowding that may slow use of CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 223:78]
       
      .uk.org.netex.www.netex.CongestionEnumeration congestion = 356;
      Returns:
      The enum numeric value on the wire for congestion.
    • getCongestion

      CongestionEnumeration getCongestion()
       Type of crowding that may slow use of CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 223:78]
       
      .uk.org.netex.www.netex.CongestionEnumeration congestion = 356;
      Returns:
      The congestion.
    • hasTypeOfCongestionRef

      boolean hasTypeOfCongestionRef()
       Reference to a TYPE OF CONGESTION.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 62:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_congestion_ref = 357;
      Returns:
      Whether the typeOfCongestionRef field is set.
    • getTypeOfCongestionRef

      VersionOfObjectRefStructure getTypeOfCongestionRef()
       Reference to a TYPE OF CONGESTION.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 62:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_congestion_ref = 357;
      Returns:
      The typeOfCongestionRef.
    • getTypeOfCongestionRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfCongestionRefOrBuilder()
       Reference to a TYPE OF CONGESTION.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_support.xsd at 62:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_congestion_ref = 357;
    • hasClassOfUseRef

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

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

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

      boolean hasTypeOfEquipmentRef()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 362;
      Returns:
      Whether the typeOfEquipmentRef field is set.
    • getTypeOfEquipmentRef

      VersionOfObjectRefStructure getTypeOfEquipmentRef()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 362;
      Returns:
      The typeOfEquipmentRef.
    • getTypeOfEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTypeOfEquipmentRefOrBuilder()
       Reference to a TYPE OF EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 115:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_equipment_ref = 362;
    • hasFacilityRef

      boolean hasFacilityRef()
       Reference to a FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 741:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_ref = 363;
      Returns:
      Whether the facilityRef field is set.
    • getFacilityRef

      VersionOfObjectRefStructure getFacilityRef()
       Reference to a FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 741:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_ref = 363;
      Returns:
      The facilityRef.
    • getFacilityRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getFacilityRefOrBuilder()
       Reference to a FACILITY.  [netex_framework/netex_reusableComponents/netex_facility_support.xsd at 741:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure facility_ref = 363;
    • hasDelays

      boolean hasDelays()
       Delays for CHECK CONSTRAINT .process.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 240:45]
       
      .uk.org.netex.www.netex.DelaysType delays = 417;
      Returns:
      Whether the delays field is set.
    • getDelays

      DelaysType getDelays()
       Delays for CHECK CONSTRAINT .process.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 240:45]
       
      .uk.org.netex.www.netex.DelaysType delays = 417;
      Returns:
      The delays.
    • getDelaysOrBuilder

      DelaysTypeOrBuilder getDelaysOrBuilder()
       Delays for CHECK CONSTRAINT .process.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 240:45]
       
      .uk.org.netex.www.netex.DelaysType delays = 417;
    • hasThroughput

      boolean hasThroughput()
       Throughput for CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 250:49]
       
      .uk.org.netex.www.netex.ThroughputType throughput = 418;
      Returns:
      Whether the throughput field is set.
    • getThroughput

      ThroughputType getThroughput()
       Throughput for CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 250:49]
       
      .uk.org.netex.www.netex.ThroughputType throughput = 418;
      Returns:
      The throughput.
    • getThroughputOrBuilder

      ThroughputTypeOrBuilder getThroughputOrBuilder()
       Throughput for CHECK CONSTRAINT.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 250:49]
       
      .uk.org.netex.www.netex.ThroughputType throughput = 418;
    • getId

      String getId()
       [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 166:61]
       
      string id = 461;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 166:61]
       
      string id = 461;
      Returns:
      The bytes for id.
    • getResponsibilitySetRef

      String getResponsibilitySetRef()
       Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 167:95]
       
      string responsibility_set_ref = 462;
      Returns:
      The responsibilitySetRef.
    • getResponsibilitySetRefBytes

      com.google.protobuf.ByteString getResponsibilitySetRefBytes()
       Reference to RESPONSIBILITY SET for managing the object. If absent, then responsibility is same as for containing context of this object.  [netex_part_1/part1_ifopt/netex_ifopt_checkConstraint_version.xsd at 167:95]
       
      string responsibility_set_ref = 462;
      Returns:
      The bytes for responsibilitySetRef.
    • hasEquipmentRef

      boolean hasEquipmentRef()
       Reference to EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 63:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_ref = 364;
      Returns:
      Whether the equipmentRef field is set.
    • getEquipmentRef

      VersionOfObjectRefStructure getEquipmentRef()
       Reference to EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 63:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_ref = 364;
      Returns:
      The equipmentRef.
    • getEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEquipmentRefOrBuilder()
       Reference to EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_support.xsd at 63:64]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure equipment_ref = 364;
    • hasAccessVehicleEquipmentRef

      boolean hasAccessVehicleEquipmentRef()
       Reference to an ACCESS VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 87:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_vehicle_equipment_ref = 367;
      Returns:
      Whether the accessVehicleEquipmentRef field is set.
    • getAccessVehicleEquipmentRef

      VersionOfObjectRefStructure getAccessVehicleEquipmentRef()
       Reference to an ACCESS VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 87:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_vehicle_equipment_ref = 367;
      Returns:
      The accessVehicleEquipmentRef.
    • getAccessVehicleEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAccessVehicleEquipmentRefOrBuilder()
       Reference to an ACCESS VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 87:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure access_vehicle_equipment_ref = 367;
    • hasActivatedEquipmentRef

      boolean hasActivatedEquipmentRef()
       Reference to an ACTIVATED EQUIPMENT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 69:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activated_equipment_ref = 369;
      Returns:
      Whether the activatedEquipmentRef field is set.
    • getActivatedEquipmentRef

      VersionOfObjectRefStructure getActivatedEquipmentRef()
       Reference to an ACTIVATED EQUIPMENT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 69:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activated_equipment_ref = 369;
      Returns:
      The activatedEquipmentRef.
    • getActivatedEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getActivatedEquipmentRefOrBuilder()
       Reference to an ACTIVATED EQUIPMENT.  [netex_part_1/part1_networkDescription/netex_activation_support.xsd at 69:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure activated_equipment_ref = 369;
    • hasEntranceEquipmentRef

      boolean hasEntranceEquipmentRef()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 98:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_equipment_ref = 371;
      Returns:
      Whether the entranceEquipmentRef field is set.
    • getEntranceEquipmentRef

      VersionOfObjectRefStructure getEntranceEquipmentRef()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 98:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_equipment_ref = 371;
      Returns:
      The entranceEquipmentRef.
    • getEntranceEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEntranceEquipmentRefOrBuilder()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 98:119]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure entrance_equipment_ref = 371;
    • hasRampEquipmentRef

      boolean hasRampEquipmentRef()
       Identifier of an RAMP EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 124:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ramp_equipment_ref = 372;
      Returns:
      Whether the rampEquipmentRef field is set.
    • getRampEquipmentRef

      VersionOfObjectRefStructure getRampEquipmentRef()
       Identifier of an RAMP EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 124:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ramp_equipment_ref = 372;
      Returns:
      The rampEquipmentRef.
    • getRampEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRampEquipmentRefOrBuilder()
       Identifier of an RAMP EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 124:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ramp_equipment_ref = 372;
    • hasCrossingEquipmentRef

      boolean hasCrossingEquipmentRef()
       Identifier of an CROSSING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 150:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure crossing_equipment_ref = 373;
      Returns:
      Whether the crossingEquipmentRef field is set.
    • getCrossingEquipmentRef

      VersionOfObjectRefStructure getCrossingEquipmentRef()
       Identifier of an CROSSING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 150:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure crossing_equipment_ref = 373;
      Returns:
      The crossingEquipmentRef.
    • getCrossingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCrossingEquipmentRefOrBuilder()
       Identifier of an CROSSING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 150:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure crossing_equipment_ref = 373;
    • hasLiftEquipmentRef

      boolean hasLiftEquipmentRef()
       Identifier of an LIFT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 176:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lift_equipment_ref = 374;
      Returns:
      Whether the liftEquipmentRef field is set.
    • getLiftEquipmentRef

      VersionOfObjectRefStructure getLiftEquipmentRef()
       Identifier of an LIFT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 176:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lift_equipment_ref = 374;
      Returns:
      The liftEquipmentRef.
    • getLiftEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLiftEquipmentRefOrBuilder()
       Identifier of an LIFT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 176:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lift_equipment_ref = 374;
    • hasEscalatorEquipmentRef

      boolean hasEscalatorEquipmentRef()
       Identifier of an ESCALATOR EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 202:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure escalator_equipment_ref = 375;
      Returns:
      Whether the escalatorEquipmentRef field is set.
    • getEscalatorEquipmentRef

      VersionOfObjectRefStructure getEscalatorEquipmentRef()
       Identifier of an ESCALATOR EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 202:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure escalator_equipment_ref = 375;
      Returns:
      The escalatorEquipmentRef.
    • getEscalatorEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getEscalatorEquipmentRefOrBuilder()
       Identifier of an ESCALATOR EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 202:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure escalator_equipment_ref = 375;
    • hasTravelatorEquipmentRef

      boolean hasTravelatorEquipmentRef()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 228:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travelator_equipment_ref = 376;
      Returns:
      Whether the travelatorEquipmentRef field is set.
    • getTravelatorEquipmentRef

      VersionOfObjectRefStructure getTravelatorEquipmentRef()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 228:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travelator_equipment_ref = 376;
      Returns:
      The travelatorEquipmentRef.
    • getTravelatorEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTravelatorEquipmentRefOrBuilder()
       Identifier of an ENTRANCE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 228:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure travelator_equipment_ref = 376;
    • hasQueueingEquipmentRef

      boolean hasQueueingEquipmentRef()
       Identifier of an QUEUEING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 254:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure queueing_equipment_ref = 377;
      Returns:
      Whether the queueingEquipmentRef field is set.
    • getQueueingEquipmentRef

      VersionOfObjectRefStructure getQueueingEquipmentRef()
       Identifier of an QUEUEING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 254:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure queueing_equipment_ref = 377;
      Returns:
      The queueingEquipmentRef.
    • getQueueingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getQueueingEquipmentRefOrBuilder()
       Identifier of an QUEUEING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 254:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure queueing_equipment_ref = 377;
    • hasStaircaseEquipmentRef

      boolean hasStaircaseEquipmentRef()
       Identifier of an STAIRCASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 280:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure staircase_equipment_ref = 378;
      Returns:
      Whether the staircaseEquipmentRef field is set.
    • getStaircaseEquipmentRef

      VersionOfObjectRefStructure getStaircaseEquipmentRef()
       Identifier of an STAIRCASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 280:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure staircase_equipment_ref = 378;
      Returns:
      The staircaseEquipmentRef.
    • getStaircaseEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getStaircaseEquipmentRefOrBuilder()
       Identifier of an STAIRCASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 280:121]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure staircase_equipment_ref = 378;
    • hasRoughSurfaceRef

      boolean hasRoughSurfaceRef()
       Identifier of an ROUGH SURFACE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 306:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rough_surface_ref = 379;
      Returns:
      Whether the roughSurfaceRef field is set.
    • getRoughSurfaceRef

      VersionOfObjectRefStructure getRoughSurfaceRef()
       Identifier of an ROUGH SURFACE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 306:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rough_surface_ref = 379;
      Returns:
      The roughSurfaceRef.
    • getRoughSurfaceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRoughSurfaceRefOrBuilder()
       Identifier of an ROUGH SURFACE.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 306:109]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rough_surface_ref = 379;
    • hasPlaceLightingEquipmentRef

      boolean hasPlaceLightingEquipmentRef()
       Identifier of an PLACE LIGHTING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 345:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_lighting_equipment_ref = 380;
      Returns:
      Whether the placeLightingEquipmentRef field is set.
    • getPlaceLightingEquipmentRef

      VersionOfObjectRefStructure getPlaceLightingEquipmentRef()
       Identifier of an PLACE LIGHTING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 345:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_lighting_equipment_ref = 380;
      Returns:
      The placeLightingEquipmentRef.
    • getPlaceLightingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPlaceLightingEquipmentRefOrBuilder()
       Identifier of an PLACE LIGHTING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_support.xsd at 345:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_lighting_equipment_ref = 380;
    • hasPlaceSignRef

      boolean hasPlaceSignRef()
       Identifier of an PLACE SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 76:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_sign_ref = 382;
      Returns:
      Whether the placeSignRef field is set.
    • getPlaceSignRef

      VersionOfObjectRefStructure getPlaceSignRef()
       Identifier of an PLACE SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 76:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_sign_ref = 382;
      Returns:
      The placeSignRef.
    • getPlaceSignRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPlaceSignRefOrBuilder()
       Identifier of an PLACE SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 76:101]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure place_sign_ref = 382;
    • hasGeneralSignRef

      boolean hasGeneralSignRef()
       Identifier of an GENERAL SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 102:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_sign_ref = 383;
      Returns:
      Whether the generalSignRef field is set.
    • getGeneralSignRef

      VersionOfObjectRefStructure getGeneralSignRef()
       Identifier of an GENERAL SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 102:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_sign_ref = 383;
      Returns:
      The generalSignRef.
    • getGeneralSignRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getGeneralSignRefOrBuilder()
       Identifier of an GENERAL SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 102:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure general_sign_ref = 383;
    • hasHeadingSignRef

      boolean hasHeadingSignRef()
       Identifier of an HEADING SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 128:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure heading_sign_ref = 384;
      Returns:
      Whether the headingSignRef field is set.
    • getHeadingSignRef

      VersionOfObjectRefStructure getHeadingSignRef()
       Identifier of an HEADING SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 128:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure heading_sign_ref = 384;
      Returns:
      The headingSignRef.
    • getHeadingSignRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getHeadingSignRefOrBuilder()
       Identifier of an HEADING SIGN.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentSigns_support.xsd at 128:105]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure heading_sign_ref = 384;
    • hasSanitaryEquipmentRef

      boolean hasSanitaryEquipmentRef()
       Identifier of an SANITARY FACILITY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 63:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sanitary_equipment_ref = 385;
      Returns:
      Whether the sanitaryEquipmentRef field is set.
    • getSanitaryEquipmentRef

      VersionOfObjectRefStructure getSanitaryEquipmentRef()
       Identifier of an SANITARY FACILITY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 63:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sanitary_equipment_ref = 385;
      Returns:
      The sanitaryEquipmentRef.
    • getSanitaryEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSanitaryEquipmentRefOrBuilder()
       Identifier of an SANITARY FACILITY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 63:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure sanitary_equipment_ref = 385;
    • hasPassengerSafetyEquipmentRef

      boolean hasPassengerSafetyEquipmentRef()
       Identifier of an PASSENGER SAFETY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 89:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_safety_equipment_ref = 386;
      Returns:
      Whether the passengerSafetyEquipmentRef field is set.
    • getPassengerSafetyEquipmentRef

      VersionOfObjectRefStructure getPassengerSafetyEquipmentRef()
       Identifier of an PASSENGER SAFETY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 89:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_safety_equipment_ref = 386;
      Returns:
      The passengerSafetyEquipmentRef.
    • getPassengerSafetyEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPassengerSafetyEquipmentRefOrBuilder()
       Identifier of an PASSENGER SAFETY EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 89:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_safety_equipment_ref = 386;
    • hasHelpPointEquipmentRef

      boolean hasHelpPointEquipmentRef()
       Identifier of an HELP POINT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 115:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure help_point_equipment_ref = 387;
      Returns:
      Whether the helpPointEquipmentRef field is set.
    • getHelpPointEquipmentRef

      VersionOfObjectRefStructure getHelpPointEquipmentRef()
       Identifier of an HELP POINT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 115:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure help_point_equipment_ref = 387;
      Returns:
      The helpPointEquipmentRef.
    • getHelpPointEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getHelpPointEquipmentRefOrBuilder()
       Identifier of an HELP POINT EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 115:124]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure help_point_equipment_ref = 387;
    • hasRubbishDisposalEquipmentRef

      boolean hasRubbishDisposalEquipmentRef()
       Identifier of an RUBBISH DISPOSAL EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 141:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rubbish_disposal_equipment_ref = 388;
      Returns:
      Whether the rubbishDisposalEquipmentRef field is set.
    • getRubbishDisposalEquipmentRef

      VersionOfObjectRefStructure getRubbishDisposalEquipmentRef()
       Identifier of an RUBBISH DISPOSAL EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 141:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rubbish_disposal_equipment_ref = 388;
      Returns:
      The rubbishDisposalEquipmentRef.
    • getRubbishDisposalEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRubbishDisposalEquipmentRefOrBuilder()
       Identifier of an RUBBISH DISPOSAL EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentPassenger_support.xsd at 141:136]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure rubbish_disposal_equipment_ref = 388;
    • hasSiteEquipmentRef

      boolean hasSiteEquipmentRef()
       Identifier of an SITE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_equipment_ref = 389;
      Returns:
      Whether the siteEquipmentRef field is set.
    • getSiteEquipmentRef

      VersionOfObjectRefStructure getSiteEquipmentRef()
       Identifier of an SITE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_equipment_ref = 389;
      Returns:
      The siteEquipmentRef.
    • getSiteEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSiteEquipmentRefOrBuilder()
       Identifier of an SITE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 65:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure site_equipment_ref = 389;
    • hasWaitingEquipmentRef

      boolean hasWaitingEquipmentRef()
       Identifier of an WAITING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 91:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_equipment_ref = 390;
      Returns:
      Whether the waitingEquipmentRef field is set.
    • getWaitingEquipmentRef

      VersionOfObjectRefStructure getWaitingEquipmentRef()
       Identifier of an WAITING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 91:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_equipment_ref = 390;
      Returns:
      The waitingEquipmentRef.
    • getWaitingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getWaitingEquipmentRefOrBuilder()
       Identifier of an WAITING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 91:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_equipment_ref = 390;
    • hasWaitingRoomEquipmentRef

      boolean hasWaitingRoomEquipmentRef()
       Identifier of an WAITING ROOM EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 117:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_room_equipment_ref = 391;
      Returns:
      Whether the waitingRoomEquipmentRef field is set.
    • getWaitingRoomEquipmentRef

      VersionOfObjectRefStructure getWaitingRoomEquipmentRef()
       Identifier of an WAITING ROOM EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 117:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_room_equipment_ref = 391;
      Returns:
      The waitingRoomEquipmentRef.
    • getWaitingRoomEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getWaitingRoomEquipmentRefOrBuilder()
       Identifier of an WAITING ROOM EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 117:123]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure waiting_room_equipment_ref = 391;
    • hasLuggageLockerEquipmentRef

      boolean hasLuggageLockerEquipmentRef()
       Identifier of an LUGGAGE LOCKER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_locker_equipment_ref = 392;
      Returns:
      Whether the luggageLockerEquipmentRef field is set.
    • getLuggageLockerEquipmentRef

      VersionOfObjectRefStructure getLuggageLockerEquipmentRef()
       Identifier of an LUGGAGE LOCKER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_locker_equipment_ref = 392;
      Returns:
      The luggageLockerEquipmentRef.
    • getLuggageLockerEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLuggageLockerEquipmentRefOrBuilder()
       Identifier of an LUGGAGE LOCKER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 137:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_locker_equipment_ref = 392;
    • hasShelterEquipmentRef

      boolean hasShelterEquipmentRef()
       Identifier of an SHELTER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 201:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure shelter_equipment_ref = 393;
      Returns:
      Whether the shelterEquipmentRef field is set.
    • getShelterEquipmentRef

      VersionOfObjectRefStructure getShelterEquipmentRef()
       Identifier of an SHELTER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 201:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure shelter_equipment_ref = 393;
      Returns:
      The shelterEquipmentRef.
    • getShelterEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getShelterEquipmentRefOrBuilder()
       Identifier of an SHELTER EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 201:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure shelter_equipment_ref = 393;
    • hasSeatingEquipmentRef

      boolean hasSeatingEquipmentRef()
       Identifier of an SEATING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 227:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure seating_equipment_ref = 394;
      Returns:
      Whether the seatingEquipmentRef field is set.
    • getSeatingEquipmentRef

      VersionOfObjectRefStructure getSeatingEquipmentRef()
       Identifier of an SEATING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 227:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure seating_equipment_ref = 394;
      Returns:
      The seatingEquipmentRef.
    • getSeatingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getSeatingEquipmentRefOrBuilder()
       Identifier of an SEATING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 227:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure seating_equipment_ref = 394;
    • hasTrolleyStandEquipmentRef

      boolean hasTrolleyStandEquipmentRef()
       Identifier of an TROLLEY STAND EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 253:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trolley_stand_equipment_ref = 395;
      Returns:
      Whether the trolleyStandEquipmentRef field is set.
    • getTrolleyStandEquipmentRef

      VersionOfObjectRefStructure getTrolleyStandEquipmentRef()
       Identifier of an TROLLEY STAND EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 253:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trolley_stand_equipment_ref = 395;
      Returns:
      The trolleyStandEquipmentRef.
    • getTrolleyStandEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTrolleyStandEquipmentRefOrBuilder()
       Identifier of an TROLLEY STAND EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentWaiting_support.xsd at 253:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure trolley_stand_equipment_ref = 395;
    • hasTicketingEquipmentRef

      boolean hasTicketingEquipmentRef()
       Identifier of a TICKETING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 61:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_equipment_ref = 396;
      Returns:
      Whether the ticketingEquipmentRef field is set.
    • getTicketingEquipmentRef

      VersionOfObjectRefStructure getTicketingEquipmentRef()
       Identifier of a TICKETING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 61:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_equipment_ref = 396;
      Returns:
      The ticketingEquipmentRef.
    • getTicketingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTicketingEquipmentRefOrBuilder()
       Identifier of a TICKETING EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 61:115]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_equipment_ref = 396;
    • hasTicketValidatorEquipmentRef

      boolean hasTicketValidatorEquipmentRef()
       Identifier of a TICKET VALIDATOR.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 99:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticket_validator_equipment_ref = 397;
      Returns:
      Whether the ticketValidatorEquipmentRef field is set.
    • getTicketValidatorEquipmentRef

      VersionOfObjectRefStructure getTicketValidatorEquipmentRef()
       Identifier of a TICKET VALIDATOR.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 99:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticket_validator_equipment_ref = 397;
      Returns:
      The ticketValidatorEquipmentRef.
    • getTicketValidatorEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTicketValidatorEquipmentRefOrBuilder()
       Identifier of a TICKET VALIDATOR.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentTicketing_support.xsd at 99:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticket_validator_equipment_ref = 397;
    • hasCycleStorageEquipmentRef

      boolean hasCycleStorageEquipmentRef()
       Identifier of an CYCLE STORAGE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 70:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_storage_equipment_ref = 398;
      Returns:
      Whether the cycleStorageEquipmentRef field is set.
    • getCycleStorageEquipmentRef

      VersionOfObjectRefStructure getCycleStorageEquipmentRef()
       Identifier of an CYCLE STORAGE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 70:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_storage_equipment_ref = 398;
      Returns:
      The cycleStorageEquipmentRef.
    • getCycleStorageEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCycleStorageEquipmentRefOrBuilder()
       Identifier of an CYCLE STORAGE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 70:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure cycle_storage_equipment_ref = 398;
    • hasVehicleChargingEquipmentRef

      boolean hasVehicleChargingEquipmentRef()
       Identifier of an VEHICLE CHARGING EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 62:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_charging_equipment_ref = 399;
      Returns:
      Whether the vehicleChargingEquipmentRef field is set.
    • getVehicleChargingEquipmentRef

      VersionOfObjectRefStructure getVehicleChargingEquipmentRef()
       Identifier of an VEHICLE CHARGING EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 62:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_charging_equipment_ref = 399;
      Returns:
      The vehicleChargingEquipmentRef.
    • getVehicleChargingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleChargingEquipmentRefOrBuilder()
       Identifier of an VEHICLE CHARGING EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 62:127]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_charging_equipment_ref = 399;
    • hasLocalServiceRef

      boolean hasLocalServiceRef()
       Reference to a LOCAL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 55:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure local_service_ref = 400;
      Returns:
      Whether the localServiceRef field is set.
    • getLocalServiceRef

      VersionOfObjectRefStructure getLocalServiceRef()
       Reference to a LOCAL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 55:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure local_service_ref = 400;
      Returns:
      The localServiceRef.
    • getLocalServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLocalServiceRefOrBuilder()
       Reference to a LOCAL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 55:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure local_service_ref = 400;
    • hasTicketingServiceRef

      boolean hasTicketingServiceRef()
       Identifier of an TICKETING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 87:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_service_ref = 401;
      Returns:
      Whether the ticketingServiceRef field is set.
    • getTicketingServiceRef

      VersionOfObjectRefStructure getTicketingServiceRef()
       Identifier of an TICKETING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 87:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_service_ref = 401;
      Returns:
      The ticketingServiceRef.
    • getTicketingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTicketingServiceRefOrBuilder()
       Identifier of an TICKETING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 87:114]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure ticketing_service_ref = 401;
    • hasAssistanceServiceRef

      boolean hasAssistanceServiceRef()
       Identifier of an ASSISTANCE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 113:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_service_ref = 402;
      Returns:
      Whether the assistanceServiceRef field is set.
    • getAssistanceServiceRef

      VersionOfObjectRefStructure getAssistanceServiceRef()
       Identifier of an ASSISTANCE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 113:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_service_ref = 402;
      Returns:
      The assistanceServiceRef.
    • getAssistanceServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAssistanceServiceRefOrBuilder()
       Identifier of an ASSISTANCE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 113:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_service_ref = 402;
    • hasCustomerServiceRef

      boolean hasCustomerServiceRef()
       Identifier of an CUSTOMER SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 139:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_service_ref = 403;
      Returns:
      Whether the customerServiceRef field is set.
    • getCustomerServiceRef

      VersionOfObjectRefStructure getCustomerServiceRef()
       Identifier of an CUSTOMER SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 139:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_service_ref = 403;
      Returns:
      The customerServiceRef.
    • getCustomerServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCustomerServiceRefOrBuilder()
       Identifier of an CUSTOMER SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 139:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure customer_service_ref = 403;
    • hasComplaintsServiceRef

      boolean hasComplaintsServiceRef()
       Identifier of an COMPLAINTS SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 165:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complaints_service_ref = 404;
      Returns:
      Whether the complaintsServiceRef field is set.
    • getComplaintsServiceRef

      VersionOfObjectRefStructure getComplaintsServiceRef()
       Identifier of an COMPLAINTS SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 165:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complaints_service_ref = 404;
      Returns:
      The complaintsServiceRef.
    • getComplaintsServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getComplaintsServiceRefOrBuilder()
       Identifier of an COMPLAINTS SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 165:116]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure complaints_service_ref = 404;
    • hasLostPropertyServiceRef

      boolean hasLostPropertyServiceRef()
       Identifier of an LOST PROPERTY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 191:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lost_property_service_ref = 405;
      Returns:
      Whether the lostPropertyServiceRef field is set.
    • getLostPropertyServiceRef

      VersionOfObjectRefStructure getLostPropertyServiceRef()
       Identifier of an LOST PROPERTY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 191:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lost_property_service_ref = 405;
      Returns:
      The lostPropertyServiceRef.
    • getLostPropertyServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLostPropertyServiceRefOrBuilder()
       Identifier of an LOST PROPERTY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 191:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure lost_property_service_ref = 405;
    • hasLuggageServiceRef

      boolean hasLuggageServiceRef()
       Identifier of an LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 217:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_service_ref = 406;
      Returns:
      Whether the luggageServiceRef field is set.
    • getLuggageServiceRef

      VersionOfObjectRefStructure getLuggageServiceRef()
       Identifier of an LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 217:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_service_ref = 406;
      Returns:
      The luggageServiceRef.
    • getLuggageServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLuggageServiceRefOrBuilder()
       Identifier of an LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 217:110]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure luggage_service_ref = 406;
    • hasLeftLuggageServiceRef

      boolean hasLeftLuggageServiceRef()
       Identifier of an LEFT LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 243:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure left_luggage_service_ref = 407;
      Returns:
      Whether the leftLuggageServiceRef field is set.
    • getLeftLuggageServiceRef

      VersionOfObjectRefStructure getLeftLuggageServiceRef()
       Identifier of an LEFT LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 243:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure left_luggage_service_ref = 407;
      Returns:
      The leftLuggageServiceRef.
    • getLeftLuggageServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getLeftLuggageServiceRefOrBuilder()
       Identifier of an LEFT LUGGAGE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 243:118]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure left_luggage_service_ref = 407;
    • hasMeetingPointServiceRef

      boolean hasMeetingPointServiceRef()
       Identifier of an MEETING POINT SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 269:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure meeting_point_service_ref = 408;
      Returns:
      Whether the meetingPointServiceRef field is set.
    • getMeetingPointServiceRef

      VersionOfObjectRefStructure getMeetingPointServiceRef()
       Identifier of an MEETING POINT SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 269:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure meeting_point_service_ref = 408;
      Returns:
      The meetingPointServiceRef.
    • getMeetingPointServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMeetingPointServiceRefOrBuilder()
       Identifier of an MEETING POINT SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localService_support.xsd at 269:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure meeting_point_service_ref = 408;
    • hasCommunicationServiceRef

      boolean hasCommunicationServiceRef()
       Identifier of an COMMUNICATION SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 64:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure communication_service_ref = 409;
      Returns:
      Whether the communicationServiceRef field is set.
    • getCommunicationServiceRef

      VersionOfObjectRefStructure getCommunicationServiceRef()
       Identifier of an COMMUNICATION SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 64:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure communication_service_ref = 409;
      Returns:
      The communicationServiceRef.
    • getCommunicationServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCommunicationServiceRefOrBuilder()
       Identifier of an COMMUNICATION SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 64:122]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure communication_service_ref = 409;
    • hasHireServiceRef

      boolean hasHireServiceRef()
       Identifier of an HIRE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 90:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure hire_service_ref = 410;
      Returns:
      Whether the hireServiceRef field is set.
    • getHireServiceRef

      VersionOfObjectRefStructure getHireServiceRef()
       Identifier of an HIRE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 90:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure hire_service_ref = 410;
      Returns:
      The hireServiceRef.
    • getHireServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getHireServiceRefOrBuilder()
       Identifier of an HIRE SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 90:104]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure hire_service_ref = 410;
    • hasMoneyServiceRef

      boolean hasMoneyServiceRef()
       Identifier of an MONEY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 137:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure money_service_ref = 411;
      Returns:
      Whether the moneyServiceRef field is set.
    • getMoneyServiceRef

      VersionOfObjectRefStructure getMoneyServiceRef()
       Identifier of an MONEY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 137:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure money_service_ref = 411;
      Returns:
      The moneyServiceRef.
    • getMoneyServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getMoneyServiceRefOrBuilder()
       Identifier of an MONEY SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 137:106]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure money_service_ref = 411;
    • hasRetailServiceRef

      boolean hasRetailServiceRef()
       Identifier of an RETAIL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 182:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_service_ref = 412;
      Returns:
      Whether the retailServiceRef field is set.
    • getRetailServiceRef

      VersionOfObjectRefStructure getRetailServiceRef()
       Identifier of an RETAIL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 182:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_service_ref = 412;
      Returns:
      The retailServiceRef.
    • getRetailServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRetailServiceRefOrBuilder()
       Identifier of an RETAIL SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 182:108]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_service_ref = 412;
    • hasCateringServiceRef

      boolean hasCateringServiceRef()
       Identifier of an CATERING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 229:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure catering_service_ref = 413;
      Returns:
      Whether the cateringServiceRef field is set.
    • getCateringServiceRef

      VersionOfObjectRefStructure getCateringServiceRef()
       Identifier of an CATERING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 229:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure catering_service_ref = 413;
      Returns:
      The cateringServiceRef.
    • getCateringServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCateringServiceRefOrBuilder()
       Identifier of an CATERING SERVICE.  [netex_part_1/part1_ifopt/netex_ifopt_localServiceCommercial_support.xsd at 229:112]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure catering_service_ref = 413;
    • hasPassengerInformationEquipmentRef

      boolean hasPassengerInformationEquipmentRef()
       Reference to a PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 111:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_information_equipment_ref = 414;
      Returns:
      Whether the passengerInformationEquipmentRef field is set.
    • getPassengerInformationEquipmentRef

      VersionOfObjectRefStructure getPassengerInformationEquipmentRef()
       Reference to a PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 111:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_information_equipment_ref = 414;
      Returns:
      The passengerInformationEquipmentRef.
    • getPassengerInformationEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getPassengerInformationEquipmentRefOrBuilder()
       Reference to a PASSENGER INFORMATION EQUIPMENT.  [netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_support.xsd at 111:146]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure passenger_information_equipment_ref = 414;
    • hasAssistanceBookingServiceRef

      boolean hasAssistanceBookingServiceRef()
       Reference to an ASSISTANCE BOOKING SERVICE.  [netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd at 68:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_booking_service_ref = 415;
      Returns:
      Whether the assistanceBookingServiceRef field is set.
    • getAssistanceBookingServiceRef

      VersionOfObjectRefStructure getAssistanceBookingServiceRef()
       Reference to an ASSISTANCE BOOKING SERVICE.  [netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd at 68:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_booking_service_ref = 415;
      Returns:
      The assistanceBookingServiceRef.
    • getAssistanceBookingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getAssistanceBookingServiceRefOrBuilder()
       Reference to an ASSISTANCE BOOKING SERVICE.  [netex_part_1/part1_ifopt/netex_assistanceBooking_support.xsd at 68:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure assistance_booking_service_ref = 415;
    • hasRetailDeviceRef

      boolean hasRetailDeviceRef()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 416;
      Returns:
      Whether the retailDeviceRef field is set.
    • getRetailDeviceRef

      VersionOfObjectRefStructure getRetailDeviceRef()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 416;
      Returns:
      The retailDeviceRef.
    • getRetailDeviceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRetailDeviceRefOrBuilder()
       Reference to a RETAIL DEVICE.  [netex_part_3/part3_salesTransactions/netex_retailConsortium_support.xsd at 118:103]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure retail_device_ref = 416;
    • hasWheelchairVehicleRef

      boolean hasWheelchairVehicleRef()
       Reference to a WHEELCHAIR VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 113:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wheelchair_vehicle_ref = 454;
      Returns:
      Whether the wheelchairVehicleRef field is set.
    • getWheelchairVehicleRef

      VersionOfObjectRefStructure getWheelchairVehicleRef()
       Reference to a WHEELCHAIR VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 113:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wheelchair_vehicle_ref = 454;
      Returns:
      The wheelchairVehicleRef.
    • getWheelchairVehicleRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getWheelchairVehicleRefOrBuilder()
       Reference to a WHEELCHAIR VEHICLE EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipmentVehiclePassenger_support.xsd at 113:120]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure wheelchair_vehicle_ref = 454;
    • hasVehicleReleaseEquipmentRef

      boolean hasVehicleReleaseEquipmentRef()
       Identifier of an VEHICLE RELEASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 111:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_release_equipment_ref = 455;
      Returns:
      Whether the vehicleReleaseEquipmentRef field is set.
    • getVehicleReleaseEquipmentRef

      VersionOfObjectRefStructure getVehicleReleaseEquipmentRef()
       Identifier of an VEHICLE RELEASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 111:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_release_equipment_ref = 455;
      Returns:
      The vehicleReleaseEquipmentRef.
    • getVehicleReleaseEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleReleaseEquipmentRefOrBuilder()
       Identifier of an VEHICLE RELEASE EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentParking_support.xsd at 111:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_release_equipment_ref = 455;
    • hasRefuellingEquipmentRef

      boolean hasRefuellingEquipmentRef()
       Identifier of an REFUELLING EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 88:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refuelling_equipment_ref = 456;
      Returns:
      Whether the refuellingEquipmentRef field is set.
    • getRefuellingEquipmentRef

      VersionOfObjectRefStructure getRefuellingEquipmentRef()
       Identifier of an REFUELLING EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 88:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refuelling_equipment_ref = 456;
      Returns:
      The refuellingEquipmentRef.
    • getRefuellingEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getRefuellingEquipmentRefOrBuilder()
       Identifier of an REFUELLING EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 88:117]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure refuelling_equipment_ref = 456;
    • hasBatteryEquipmentRef

      boolean hasBatteryEquipmentRef()
       Identifier of an BATTERY EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure battery_equipment_ref = 457;
      Returns:
      Whether the batteryEquipmentRef field is set.
    • getBatteryEquipmentRef

      VersionOfObjectRefStructure getBatteryEquipmentRef()
       Identifier of an BATTERY EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure battery_equipment_ref = 457;
      Returns:
      The batteryEquipmentRef.
    • getBatteryEquipmentRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getBatteryEquipmentRefOrBuilder()
       Identifier of an BATTERY EQUIPMENT. +v1.2.2  [netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure battery_equipment_ref = 457;
    • hasCarPoolingServiceRef

      boolean hasCarPoolingServiceRef()
       Identifier of an CAR POOLING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 163:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_pooling_service_ref = 458;
      Returns:
      Whether the carPoolingServiceRef field is set.
    • getCarPoolingServiceRef

      VersionOfObjectRefStructure getCarPoolingServiceRef()
       Identifier of an CAR POOLING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 163:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_pooling_service_ref = 458;
      Returns:
      The carPoolingServiceRef.
    • getCarPoolingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCarPoolingServiceRefOrBuilder()
       Identifier of an CAR POOLING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 163:125]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure car_pooling_service_ref = 458;
    • hasTaxiServiceRef

      boolean hasTaxiServiceRef()
       Identifier of an TAXI SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 189:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_service_ref = 459;
      Returns:
      Whether the taxiServiceRef field is set.
    • getTaxiServiceRef

      VersionOfObjectRefStructure getTaxiServiceRef()
       Identifier of an TAXI SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 189:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_service_ref = 459;
      Returns:
      The taxiServiceRef.
    • getTaxiServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getTaxiServiceRefOrBuilder()
       Identifier of an TAXI SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 189:113]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_service_ref = 459;
    • hasChauffeuredVehicleServiceRef

      boolean hasChauffeuredVehicleServiceRef()
       Identifier of an CHAUFFEURED VEHICLE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 215:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure chauffeured_vehicle_service_ref = 460;
      Returns:
      Whether the chauffeuredVehicleServiceRef field is set.
    • getChauffeuredVehicleServiceRef

      VersionOfObjectRefStructure getChauffeuredVehicleServiceRef()
       Identifier of an CHAUFFEURED VEHICLE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 215:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure chauffeured_vehicle_service_ref = 460;
      Returns:
      The chauffeuredVehicleServiceRef.
    • getChauffeuredVehicleServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getChauffeuredVehicleServiceRefOrBuilder()
       Identifier of an CHAUFFEURED VEHICLE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 215:141]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure chauffeured_vehicle_service_ref = 460;
    • hasVehicleSharingServiceRef

      boolean hasVehicleSharingServiceRef()
       Identifier of an VEHICLE SHARING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 241:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_service_ref = 463;
      Returns:
      Whether the vehicleSharingServiceRef field is set.
    • getVehicleSharingServiceRef

      VersionOfObjectRefStructure getVehicleSharingServiceRef()
       Identifier of an VEHICLE SHARING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 241:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_service_ref = 463;
      Returns:
      The vehicleSharingServiceRef.
    • getVehicleSharingServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleSharingServiceRefOrBuilder()
       Identifier of an VEHICLE SHARING SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 241:132]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_sharing_service_ref = 463;
    • hasVehicleRentalServiceRef

      boolean hasVehicleRentalServiceRef()
       Identifier of an VEHICLE RENTAL SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 267:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_service_ref = 464;
      Returns:
      Whether the vehicleRentalServiceRef field is set.
    • getVehicleRentalServiceRef

      VersionOfObjectRefStructure getVehicleRentalServiceRef()
       Identifier of an VEHICLE RENTAL SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 267:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_service_ref = 464;
      Returns:
      The vehicleRentalServiceRef.
    • getVehicleRentalServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getVehicleRentalServiceRefOrBuilder()
       Identifier of an VEHICLE RENTAL SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_mobilityService_support.xsd at 267:130]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure vehicle_rental_service_ref = 464;
    • hasOnlineServiceRef

      boolean hasOnlineServiceRef()
       Identifier of an ONLINE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_ref = 465;
      Returns:
      Whether the onlineServiceRef field is set.
    • getOnlineServiceRef

      VersionOfObjectRefStructure getOnlineServiceRef()
       Identifier of an ONLINE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_ref = 465;
      Returns:
      The onlineServiceRef.
    • getOnlineServiceRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getOnlineServiceRefOrBuilder()
       Identifier of an ONLINE SERVICE. +v1.2.2  [netex_part_5/part5_rc/netex_nm_onlineService_support.xsd at 114:111]
       
      .uk.org.netex.www.netex.VersionOfObjectRefStructure online_service_ref = 465;
    • getEquipmentRefStructureCase

      CheckConstraintType.EquipmentRefStructureCase getEquipmentRefStructureCase()