Package uk.org.netex.www.netex
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 Summary
Modifier and TypeMethodDescriptiongetId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.getNone()There are no vias shown.intThere are no vias shown.getVia(int index) A secondary heading (e.g.intA secondary heading (e.g.A secondary heading (e.g.getViaOrBuilder(int index) A secondary heading (e.g.List<? extends Via_VersionedChildStructureOrBuilder> A secondary heading (e.g.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-
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
List<Via_VersionedChildStructure> 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
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
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;
-