Package uk.org.netex.www.netex
Interface DestinationDisplayViews_RelStructure.ChoiceWrapper_DestinationDisplayViews_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DestinationDisplayViews_RelStructure.ChoiceWrapper_DestinationDisplayViews_RelStructure,DestinationDisplayViews_RelStructure.ChoiceWrapper_DestinationDisplayViews_RelStructure.Builder
- Enclosing class:
DestinationDisplayViews_RelStructure
public static interface DestinationDisplayViews_RelStructure.ChoiceWrapper_DestinationDisplayViews_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a DESTINATION DISPLAY.Reference to a DESTINATION DISPLAY.Simplified view of a DESTINATION DISPLAY.Simplified view of a DESTINATION DISPLAY.booleanReference to a DESTINATION DISPLAY.booleanSimplified view of a DESTINATION DISPLAY.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
-
hasDestinationDisplayRef
boolean hasDestinationDisplayRef()Reference to a DESTINATION DISPLAY. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 1;- Returns:
- Whether the destinationDisplayRef field is set.
-
getDestinationDisplayRef
VersionOfObjectRefStructure getDestinationDisplayRef()Reference to a DESTINATION DISPLAY. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 1;- Returns:
- The destinationDisplayRef.
-
getDestinationDisplayRefOrBuilder
VersionOfObjectRefStructureOrBuilder getDestinationDisplayRefOrBuilder()Reference to a DESTINATION DISPLAY. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 243:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure destination_display_ref = 1; -
hasDestinationDisplayView
boolean hasDestinationDisplayView()Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
.uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 2;- Returns:
- Whether the destinationDisplayView field is set.
-
getDestinationDisplayView
DestinationDisplayViewType getDestinationDisplayView()Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
.uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 2;- Returns:
- The destinationDisplayView.
-
getDestinationDisplayViewOrBuilder
DestinationDisplayViewTypeOrBuilder getDestinationDisplayViewOrBuilder()Simplified view of a DESTINATION DISPLAY. Includes derived properties of the DESTINATION DISPLAY. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1078:94]
.uk.org.netex.www.netex.DestinationDisplayViewType destination_display_view = 2;
-