Interface StairFlightTypeOrBuilder

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

@Generated public interface StairFlightTypeOrBuilder 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 = 233;
      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 = 233;
      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 = 234;
      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 = 234;
      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;
    • 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 = 71;
      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 = 71;
      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 = 71;
    • getDepth

      double getDepth()
       Depth of Stairs.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 351:62]
       
      double depth = 161;
      Returns:
      The depth.
    • getNumberOfSteps

      int getNumberOfSteps()
       Number of Steps on Stairs.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 356:79]
       
      uint32 number_of_steps = 162;
      Returns:
      The numberOfSteps.
    • getStepHeight

      double getStepHeight()
       Depth of an individual step.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 361:67]
       
      double step_height = 163;
      Returns:
      The stepHeight.
    • getStepColourContrast

      boolean getStepColourContrast()
       Whether there is a colour contrast on step nosings.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 366:76]
       
      bool step_colour_contrast = 164;
      Returns:
      The stepColourContrast.
    • getHandrailTypeValue

      int getHandrailTypeValue()
       Type of handrail.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 371:78]
       
      .uk.org.netex.www.netex.HandrailEnumeration handrail_type = 165;
      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 371:78]
       
      .uk.org.netex.www.netex.HandrailEnumeration handrail_type = 165;
      Returns:
      The handrailType.
    • getHandrailHeight

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

      double getLowerHandrailHeight()
       Height of any additional lower handrail from step.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 381:76]
       
      double lower_handrail_height = 167;
      Returns:
      The lowerHandrailHeight.
    • hasTopEnd

      boolean hasTopEnd()
       Properties of top of staircase.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 386:70]
       
      .uk.org.netex.www.netex.StairEndStructure top_end = 168;
      Returns:
      Whether the topEnd field is set.
    • getTopEnd

      StairEndStructure getTopEnd()
       Properties of top of staircase.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 386:70]
       
      .uk.org.netex.www.netex.StairEndStructure top_end = 168;
      Returns:
      The topEnd.
    • getTopEndOrBuilder

      StairEndStructureOrBuilder getTopEndOrBuilder()
       Properties of top of staircase.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 386:70]
       
      .uk.org.netex.www.netex.StairEndStructure top_end = 168;
    • hasBottomEnd

      boolean hasBottomEnd()
       Properties of bottom of staircase.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 391:73]
       
      .uk.org.netex.www.netex.StairEndStructure bottom_end = 169;
      Returns:
      Whether the bottomEnd field is set.
    • getBottomEnd

      StairEndStructure getBottomEnd()
       Properties of bottom of staircase.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 391:73]
       
      .uk.org.netex.www.netex.StairEndStructure bottom_end = 169;
      Returns:
      The bottomEnd.
    • getBottomEndOrBuilder

      StairEndStructureOrBuilder getBottomEndOrBuilder()
       Properties of bottom of staircase.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 391:73]
       
      .uk.org.netex.www.netex.StairEndStructure bottom_end = 169;
    • getId

      String getId()
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 591:58]
       
      string id = 201;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 591:58]
       
      string id = 201;
      Returns:
      The bytes for id.
    • getContinuousHandrail

      boolean getContinuousHandrail()
       Whether Handrail is continuous from previous stage.  [netex_part_1/part1_ifopt/netex_ifopt_equipmentAccess_version.xsd at 584:80]
       
      bool continuous_handrail = 231;
      Returns:
      The continuousHandrail.