Interface FareStructureElementsInFrame_RelStructureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.
    int
    A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.
    A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.
    A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.
    A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.
    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.
    • getFareStructureElementList

      List<FareStructureElementType> getFareStructureElementList()
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • getFareStructureElement

      FareStructureElementType getFareStructureElement(int index)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • getFareStructureElementCount

      int getFareStructureElementCount()
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • getFareStructureElementOrBuilderList

      List<? extends FareStructureElementTypeOrBuilder> getFareStructureElementOrBuilderList()
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;
    • getFareStructureElementOrBuilder

      FareStructureElementTypeOrBuilder getFareStructureElementOrBuilder(int index)
       A sequence or set of CONTROLLABLE ELEMENTs to which rules for limitation of access rights and calculation of prices (fare structure) are applied.  [netex_part_3/part3_fares/netex_fareStructureElement_version.xsd at 403:96]
       
      repeated .uk.org.netex.www.netex.FareStructureElementType fare_structure_element = 2;