Package uk.org.netex.www.netex
Interface LineInDirectionReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LineInDirectionReference,LineInDirectionReference.Builder
@Generated
public interface LineInDirectionReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a DIRECTION.Reference to a DIRECTION.Alternative DIRECTION Reference for AVMS system.Alternative DIRECTION Reference for AVMS system.Alternative LINE Reference for AVMS system.Alternative LINE Reference for AVMS system.Reference to a FLEXIBLE LINE.Reference to a FLEXIBLE LINE.Reference to a LINE.Reference to a LINE.booleanReference to a DIRECTION.booleanAlternative DIRECTION Reference for AVMS system.booleanAlternative LINE Reference for AVMS system.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
-
hasDirectionRef
boolean hasDirectionRef()Reference to a DIRECTION. [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 3;- Returns:
- Whether the directionRef field is set.
-
getDirectionRef
VersionOfObjectRefStructure getDirectionRef()Reference to a DIRECTION. [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 3;- Returns:
- The directionRef.
-
getDirectionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDirectionRefOrBuilder()Reference to a DIRECTION. [netex_part_1/part1_networkDescription/netex_route_support.xsd at 84:99]
.uk.org.netex.www.netex.VersionOfObjectRefStructure direction_ref = 3; -
hasExternalLineRef
boolean hasExternalLineRef()Alternative LINE Reference for AVMS system. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 973:88]
.uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 4;- Returns:
- Whether the externalLineRef field is set.
-
getExternalLineRef
VersionOfObjectRefStructure getExternalLineRef()Alternative LINE Reference for AVMS system. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 973:88]
.uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 4;- Returns:
- The externalLineRef.
-
getExternalLineRefOrBuilder
VersionOfObjectRefStructureOrBuilder getExternalLineRefOrBuilder()Alternative LINE Reference for AVMS system. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 973:88]
.uk.org.netex.www.netex.VersionOfObjectRefStructure external_line_ref = 4; -
hasExternalDirectionRef
boolean hasExternalDirectionRef()Alternative DIRECTION Reference for AVMS system. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 978:93]
.uk.org.netex.www.netex.VersionOfObjectRefStructure external_direction_ref = 5;- Returns:
- Whether the externalDirectionRef field is set.
-
getExternalDirectionRef
VersionOfObjectRefStructure getExternalDirectionRef()Alternative DIRECTION Reference for AVMS system. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 978:93]
.uk.org.netex.www.netex.VersionOfObjectRefStructure external_direction_ref = 5;- Returns:
- The externalDirectionRef.
-
getExternalDirectionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getExternalDirectionRefOrBuilder()Alternative DIRECTION Reference for AVMS system. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 978:93]
.uk.org.netex.www.netex.VersionOfObjectRefStructure external_direction_ref = 5; -
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
LineInDirectionReference.LineRefStructureCase getLineRefStructureCase()
-