Interface LiftEquipmentTypeOrBuilder

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

public interface LiftEquipmentTypeOrBuilder 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 = 702;
      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 = 702;
      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 = 703;
      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 = 703;
      Returns:
      The bytes for derivedFromObjectRef.
    • hasValidityConditions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
      Returns:
      The name.
    • getNameOrBuilder

      MultilingualStringOrBuilder getNameOrBuilder()
       Name of EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 122:69]
       
      .uk.org.netex.www.netex.MultilingualString name = 161;
    • hasPrivateCode

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

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

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

      boolean hasPublicCode()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
      Returns:
      Whether the publicCode field is set.
    • getPublicCode

      PrivateCodeStructure getPublicCode()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
      Returns:
      The publicCode.
    • getPublicCodeOrBuilder

      PrivateCodeStructureOrBuilder getPublicCodeOrBuilder()
       A Public code which may be displayed on equipment to identify it.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 128:77]
       
      .uk.org.netex.www.netex.PrivateCodeStructure public_code = 163;
    • getImage

      String getImage()
       Default image for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 133:62]
       
      string image = 164;
      Returns:
      The image.
    • getImageBytes

      com.google.protobuf.ByteString getImageBytes()
       Default image for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 133:62]
       
      string image = 164;
      Returns:
      The bytes for image.
    • 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 = 165;
      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 = 165;
      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 = 165;
    • hasDescription

      boolean hasDescription()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
      Returns:
      Whether the description field is set.
    • getDescription

      MultilingualString getDescription()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
      Returns:
      The description.
    • getDescriptionOrBuilder

      MultilingualStringOrBuilder getDescriptionOrBuilder()
       Further description or other comment for EQUIPMENT.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 139:76]
       
      .uk.org.netex.www.netex.MultilingualString description = 166;
    • hasNote

      boolean hasNote()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
      Returns:
      Whether the note field is set.
    • getNote

       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
      Returns:
      The note.
    • getNoteOrBuilder

      MultilingualStringOrBuilder getNoteOrBuilder()
       Further description or other comment for internal use by OPERATOR.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 144:86]
       
      .uk.org.netex.www.netex.MultilingualString note = 167;
    • hasInfoLinks

      boolean hasInfoLinks()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
      Returns:
      Whether the infoLinks field is set.
    • getInfoLinks

      InfoLinks_RelStructure getInfoLinks()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
      Returns:
      The infoLinks.
    • getInfoLinksOrBuilder

      InfoLinks_RelStructureOrBuilder getInfoLinksOrBuilder()
       INFO LINKs associated with EQUIPMENT +v1.1  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 149:78]
       
      .uk.org.netex.www.netex.InfoLinks_RelStructure info_links = 168;
    • getOutOfService

      boolean getOutOfService()
       Whether the EQUIPMENT is out of service for protracted time. A separate Real time services should be used for short term outages. e.g. SIRI FM.  [netex_framework/netex_reusableComponents/netex_equipment_version.xsd at 154:70]
       
      bool out_of_service = 169;
      Returns:
      The outOfService.
    • getWidth

      double getWidth()
       Width of EQUIPMENT or entrance to EQUIPMENT (e.g. Lift).  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 153:62]
       
      double width = 381;
      Returns:
      The width.
    • getDirectionOfUseValue

      int getDirectionOfUseValue()
       Direction in which EQUIPMENT. can be used. Default is both.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 158:101]
       
      .uk.org.netex.www.netex.DirectionOfUseEnumeration direction_of_use = 382;
      Returns:
      The enum numeric value on the wire for directionOfUse.
    • getDirectionOfUse

      DirectionOfUseEnumeration getDirectionOfUse()
       Direction in which EQUIPMENT. can be used. Default is both.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 158:101]
       
      .uk.org.netex.www.netex.DirectionOfUseEnumeration direction_of_use = 382;
      Returns:
      The directionOfUse.
    • getPassengersPerMinute

      int getPassengersPerMinute()
       Number of passengers per minute that can use EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 163:77]
       
      int32 passengers_per_minute = 383;
      Returns:
      The passengersPerMinute.
    • getRelativeWeighting

      int getRelativeWeighting()
       Relative weighting to be given to this item of EQUIPMENT.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 168:75]
       
      int32 relative_weighting = 384;
      Returns:
      The relativeWeighting.
    • getSafeForGuideDog

      boolean getSafeForGuideDog()
       Whether the access is safe for a guide dog. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 173:73]
       
      bool safe_for_guide_dog = 385;
      Returns:
      The safeForGuideDog.
    • getDepth

      double getDepth()
       Depth of lift.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 810:62]
       
      double depth = 531;
      Returns:
      The depth.
    • getMaximumLoad

      double getMaximumLoad()
       Maximum load in Kilos.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 815:68]
       
      double maximum_load = 532;
      Returns:
      The maximumLoad.
    • getWheelchairPassable

      boolean getWheelchairPassable()
       Whether lift is judged wheelchair passable.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 820:76]
       
      bool wheelchair_passable = 533;
      Returns:
      The wheelchairPassable.
    • getWheelchairTurningCircle

      double getWheelchairTurningCircle()
       Turning circle within Lift for a wheelchair.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 825:80]
       
      double wheelchair_turning_circle = 534;
      Returns:
      The wheelchairTurningCircle.
    • getInternalWidth

      double getInternalWidth()
       Internal width of lift.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 830:70]
       
      double internal_width = 535;
      Returns:
      The internalWidth.
    • getHandrailTypeValue

      int getHandrailTypeValue()
       Type of handrail.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 788:78]
       
      .uk.org.netex.www.netex.HandrailEnumeration handrail_type = 541;
      Returns:
      The enum numeric value on the wire for handrailType.
    • getHandrailType

      HandrailEnumeration getHandrailType()
       Type of handrail.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 788:78]
       
      .uk.org.netex.www.netex.HandrailEnumeration handrail_type = 541;
      Returns:
      The handrailType.
    • getHandrailHeight

      double getHandrailHeight()
       Height of handrail from floor.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 793:71]
       
      double handrail_height = 542;
      Returns:
      The handrailHeight.
    • getLowerHandrailHeight

      double getLowerHandrailHeight()
       Height of lower handrail from floor.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 798:76]
       
      double lower_handrail_height = 543;
      Returns:
      The lowerHandrailHeight.
    • getCallButtonHeight

      double getCallButtonHeight()
       Height of call button from ground.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 842:73]
       
      double call_button_height = 551;
      Returns:
      The callButtonHeight.
    • getDirectionButtonHeight

      double getDirectionButtonHeight()
       Height of direction call button from ground.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 847:78]
       
      double direction_button_height = 552;
      Returns:
      The directionButtonHeight.
    • getRaisedButtons

      boolean getRaisedButtons()
       Whether buttons are raised.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 852:71]
       
      bool raised_buttons = 553;
      Returns:
      The raisedButtons.
    • getBrailleButtons

      boolean getBrailleButtons()
       Whether buttons have braille.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 857:72]
       
      bool braille_buttons = 554;
      Returns:
      The brailleButtons.
    • getTactileGroundFloorButton

      boolean getTactileGroundFloorButton()
       Indicates whether there is a tactile marker on the go to ground  floor button. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 862:82]
       
      bool tactile_ground_floor_button = 555;
      Returns:
      The tactileGroundFloorButton.
    • getGroundMarkAlignedWithButton

      boolean getGroundMarkAlignedWithButton()
       Indicates a tactile marker on floor under the buttons (or aligned with) +v1.1 .  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 867:85]
       
      bool ground_mark_aligned_with_button = 556;
      Returns:
      The groundMarkAlignedWithButton.
    • getThroughLoader

      boolean getThroughLoader()
       Whether lift is a through loader.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 879:71]
       
      bool through_loader = 561;
      Returns:
      The throughLoader.
    • getMirrorOnOppositeSide

      boolean getMirrorOnOppositeSide()
       Whether Lift has a mirror on opposite side.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 884:78]
       
      bool mirror_on_opposite_side = 562;
      Returns:
      The mirrorOnOppositeSide.
    • getAttendant

      boolean getAttendant()
       Whether Lift has an attendant.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 889:67]
       
      bool attendant = 563;
      Returns:
      The attendant.
    • getAutomatic

      boolean getAutomatic()
       Whether lift is automatic.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 894:67]
       
      bool automatic = 564;
      Returns:
      The automatic.
    • getExternalFloorSelection

      boolean getExternalFloorSelection()
       Whether the floor selection is made outside the lift.+v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 899:80]
       
      bool external_floor_selection = 565;
      Returns:
      The externalFloorSelection.
    • getAlarmButton

      boolean getAlarmButton()
       Whether lift has alarm button.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 904:69]
       
      bool alarm_button = 566;
      Returns:
      The alarmButton.
    • getTactileActuators

      boolean getTactileActuators()
       Whether Lift has a tactile actuator.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 909:74]
       
      bool tactile_actuators = 567;
      Returns:
      The tactileActuators.
    • getAudioAnnouncements

      boolean getAudioAnnouncements()
       Whether Lift has AudioAnnouncements.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 914:76]
       
      bool audio_announcements = 568;
      Returns:
      The audioAnnouncements.
    • getAccousticAnnouncements

      boolean getAccousticAnnouncements()
       DEPRECATED - Spelling correction  renamed to audio announcements. THis value will be dropped at  - so  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 919:80]
       
      bool accoustic_announcements = 569;
      Returns:
      The accousticAnnouncements.
    • getMagneticInductionLoop

      boolean getMagneticInductionLoop()
       Indicates existence of a Magnetic Induction Loop. +v1.1  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 924:79]
       
      bool magnetic_induction_loop = 570;
      Returns:
      The magneticInductionLoop.
    • getSignageToLift

      boolean getSignageToLift()
       Whether Lift has good signage to find it.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 929:71]
       
      bool signage_to_lift = 571;
      Returns:
      The signageToLift.
    • getSuitableForCycles

      boolean getSuitableForCycles()
       Whether equipment is suitable for cycles.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 934:75]
       
      bool suitable_for_cycles = 572;
      Returns:
      The suitableForCycles.
    • getButtonsHeight

      double getButtonsHeight()
       Indicates buttons height (in centimeter)  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 939:70]
       
      double buttons_height = 653;
      Returns:
      The buttonsHeight.
    • getGroundMarkalignedWithButtonV

      boolean getGroundMarkalignedWithButtonV()
       Indicates a tactile marker on floor under the buttons (or aligned with).  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 944:85]
       
      bool ground_markaligned_with_button_v = 654;
      Returns:
      The groundMarkalignedWithButtonV.
    • getId

      String getId()
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 751:59]
       
      string id = 611;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 751:59]
       
      string id = 611;
      Returns:
      The bytes for id.