Interface CellRefs_RelStructureOrBuilder

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

public interface CellRefs_RelStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • getCellRefList

       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2;
    • getCellRef

      VersionOfObjectRefStructure getCellRef(int index)
       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2;
    • getCellRefCount

      int getCellRefCount()
       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2;
    • getCellRefOrBuilderList

      List<? extends VersionOfObjectRefStructureOrBuilder> getCellRefOrBuilderList()
       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2;
    • getCellRefOrBuilder

      VersionOfObjectRefStructureOrBuilder getCellRefOrBuilder(int index)
       Reference to a CELL.  [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
       
      repeated .uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 2;