Package uk.org.netex.www.netex
Interface LineSections_RelStructure.ChoiceWrapper_LineSections_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LineSections_RelStructure.ChoiceWrapper_LineSections_RelStructure,LineSections_RelStructure.ChoiceWrapper_LineSections_RelStructure.Builder
- Enclosing class:
LineSections_RelStructure
public static interface LineSections_RelStructure.ChoiceWrapper_LineSections_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA section of a LINE NETWORK comprising an edge between two nodes.A section of a LINE NETWORK comprising an edge between two nodes.Reference to a LINE SECTION.Reference to a LINE SECTION.booleanA section of a LINE NETWORK comprising an edge between two nodes.booleanReference to a LINE SECTION.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
-
hasLineSectionRef
boolean hasLineSectionRef()Reference to a LINE SECTION. [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 126:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure line_section_ref = 1;- Returns:
- Whether the lineSectionRef field is set.
-
getLineSectionRef
VersionOfObjectRefStructure getLineSectionRef()Reference to a LINE SECTION. [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 126:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure line_section_ref = 1;- Returns:
- The lineSectionRef.
-
getLineSectionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getLineSectionRefOrBuilder()Reference to a LINE SECTION. [netex_part_1/part1_networkDescription/netex_lineNetwork_support.xsd at 126:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure line_section_ref = 1; -
hasLineSection
boolean hasLineSection()A section of a LINE NETWORK comprising an edge between two nodes. Not directional. [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 170:80]
.uk.org.netex.www.netex.LineSectionType line_section = 2;- Returns:
- Whether the lineSection field is set.
-
getLineSection
LineSectionType getLineSection()A section of a LINE NETWORK comprising an edge between two nodes. Not directional. [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 170:80]
.uk.org.netex.www.netex.LineSectionType line_section = 2;- Returns:
- The lineSection.
-
getLineSectionOrBuilder
LineSectionTypeOrBuilder getLineSectionOrBuilder()A section of a LINE NETWORK comprising an edge between two nodes. Not directional. [netex_part_1/part1_networkDescription/netex_lineNetwork_version.xsd at 170:80]
.uk.org.netex.www.netex.LineSectionType line_section = 2;
-