Package uk.org.netex.www.netex
Interface LineRefs_RelStructure.ChoiceWrapper_LineRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LineRefs_RelStructure.ChoiceWrapper_LineRefStructure,LineRefs_RelStructure.ChoiceWrapper_LineRefStructure.Builder
- Enclosing class:
LineRefs_RelStructure
public static interface LineRefs_RelStructure.ChoiceWrapper_LineRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a FLEXIBLE LINE.Reference to a FLEXIBLE LINE.Reference to a LINE.Reference to a LINE.booleanReference to a FLEXIBLE LINE.booleanReference to a LINE.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
-
hasLineRef
boolean hasLineRef()Reference to a LINE. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
.uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 1;- Returns:
- Whether the lineRef field is set.
-
getLineRef
VersionOfObjectRefStructure getLineRef()Reference to a LINE. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
.uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 1;- Returns:
- The lineRef.
-
getLineRefOrBuilder
VersionOfObjectRefStructureOrBuilder getLineRefOrBuilder()Reference to a LINE. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 116:93]
.uk.org.netex.www.netex.VersionOfObjectRefStructure line_ref = 1; -
hasFlexibleLineRef
boolean hasFlexibleLineRef()Reference to a FLEXIBLE LINE. [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 2;- Returns:
- Whether the flexibleLineRef field is set.
-
getFlexibleLineRef
VersionOfObjectRefStructure getFlexibleLineRef()Reference to a FLEXIBLE LINE. [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 2;- Returns:
- The flexibleLineRef.
-
getFlexibleLineRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFlexibleLineRefOrBuilder()Reference to a FLEXIBLE LINE. [netex_part_1/part1_networkDescription/netex_flexibleNetwork_support.xsd at 67:98]
.uk.org.netex.www.netex.VersionOfObjectRefStructure flexible_line_ref = 2; -
getLineRefStructureCase
LineRefs_RelStructure.ChoiceWrapper_LineRefStructure.LineRefStructureCase getLineRefStructureCase()
-