Package uk.org.netex.www.netex
Interface AllowedLineDirections_RelStructure.ChoiceWrapper_AllowedLineDirections_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AllowedLineDirections_RelStructure.ChoiceWrapper_AllowedLineDirections_RelStructure,AllowedLineDirections_RelStructure.ChoiceWrapper_AllowedLineDirections_RelStructure.Builder
- Enclosing class:
AllowedLineDirections_RelStructure
public static interface AllowedLineDirections_RelStructure.ChoiceWrapper_AllowedLineDirections_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA set of allowed DIRECTIONs that can be used on a given ROUTE.A set of allowed DIRECTIONs that can be used on a given ROUTE.Reference to an ALLOWED LINE DIRECTION.Reference to an ALLOWED LINE DIRECTION.booleanA set of allowed DIRECTIONs that can be used on a given ROUTE.booleanReference to an ALLOWED LINE DIRECTION.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
-
hasAllowedLineDirectionRef
boolean hasAllowedLineDirectionRef()Reference to an ALLOWED LINE DIRECTION. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 179:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure allowed_line_direction_ref = 1;- Returns:
- Whether the allowedLineDirectionRef field is set.
-
getAllowedLineDirectionRef
VersionOfObjectRefStructure getAllowedLineDirectionRef()Reference to an ALLOWED LINE DIRECTION. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 179:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure allowed_line_direction_ref = 1;- Returns:
- The allowedLineDirectionRef.
-
getAllowedLineDirectionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getAllowedLineDirectionRefOrBuilder()Reference to an ALLOWED LINE DIRECTION. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 179:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure allowed_line_direction_ref = 1; -
hasAllowedLineDirection
boolean hasAllowedLineDirection()A set of allowed DIRECTIONs that can be used on a given ROUTE. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 899:98]
.uk.org.netex.www.netex.AllowedLineDirectionType allowed_line_direction = 2;- Returns:
- Whether the allowedLineDirection field is set.
-
getAllowedLineDirection
AllowedLineDirectionType getAllowedLineDirection()A set of allowed DIRECTIONs that can be used on a given ROUTE. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 899:98]
.uk.org.netex.www.netex.AllowedLineDirectionType allowed_line_direction = 2;- Returns:
- The allowedLineDirection.
-
getAllowedLineDirectionOrBuilder
AllowedLineDirectionTypeOrBuilder getAllowedLineDirectionOrBuilder()A set of allowed DIRECTIONs that can be used on a given ROUTE. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 899:98]
.uk.org.netex.www.netex.AllowedLineDirectionType allowed_line_direction = 2;
-