Interface StairEndStructureOrBuilder

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

public interface StairEndStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether there is a handrail that continues from previous section.
    boolean
    Whether there is a textured ground surface.
    boolean
    Whether there is a colour contrast.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getContinuingHandrail

      boolean getContinuingHandrail()
       Whether there is a handrail that continues from previous section.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 618:76]
       
      bool continuing_handrail = 1;
      Returns:
      The continuingHandrail.
    • getTexturedSurface

      boolean getTexturedSurface()
       Whether there is a textured ground surface.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 623:73]
       
      bool textured_surface = 2;
      Returns:
      The texturedSurface.
    • getVisualContrast

      boolean getVisualContrast()
       Whether there is a colour contrast.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 628:72]
       
      bool visual_contrast = 3;
      Returns:
      The visualContrast.