Interface ControllableElementsInFrame_RelStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.
    int
    The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.
    The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.
    The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.
    The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.
    Identifier of the relationship.
    com.google.protobuf.ByteString
    Identifier of the relationship.

    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

    • getId

      String getId()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of the relationship.  [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
       
      string id = 1;
      Returns:
      The bytes for id.
    • getControllableElementList

      List<ControllableElementType> getControllableElementList()
       The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 293:96]
       
      repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2;
    • getControllableElement

      ControllableElementType getControllableElement(int index)
       The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 293:96]
       
      repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2;
    • getControllableElementCount

      int getControllableElementCount()
       The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 293:96]
       
      repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2;
    • getControllableElementOrBuilderList

      List<? extends ControllableElementTypeOrBuilder> getControllableElementOrBuilderList()
       The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 293:96]
       
      repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2;
    • getControllableElementOrBuilder

      ControllableElementTypeOrBuilder getControllableElementOrBuilder(int index)
       The smallest controllable element of public transport consumption, all along which any VALIDITY PARAMETER ASSIGNMENT remains valid.  [netex_part_3/part3_fares/netex_validableElement_version.xsd at 293:96]
       
      repeated .uk.org.netex.www.netex.ControllableElementType controllable_element = 2;