Interface Vias_RelStructureOrBuilder

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

public interface Vias_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.
    • getNoneValue

      int getNoneValue()
       There are no vias shown. This is the default.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 816:48]
       
      .uk.org.netex.www.netex.EmptyType none = 2;
      Returns:
      The enum numeric value on the wire for none.
    • getNone

      EmptyType getNone()
       There are no vias shown. This is the default.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 816:48]
       
      .uk.org.netex.www.netex.EmptyType none = 2;
      Returns:
      The none.
    • getViaList

       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • getVia

      Via_VersionedChildStructure getVia(int index)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • getViaCount

      int getViaCount()
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • getViaOrBuilderList

      List<? extends Via_VersionedChildStructureOrBuilder> getViaOrBuilderList()
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;
    • getViaOrBuilder

      Via_VersionedChildStructureOrBuilder getViaOrBuilder(int index)
       A secondary heading  (e.g. ROUTE POINT or other place) showing intermediate places on the way to a destination.  [netex_part_1/part1_networkDescription/netex_line_version.xsd at 822:88]
       
      repeated .uk.org.netex.www.netex.Via_VersionedChildStructure via = 3;