Package uk.org.netex.www.netex
Interface ViewsTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ViewsType,ViewsType.Builder
public interface ViewsTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA VIEW of a PATH LINK used to select items for presentation.A VIEW of a PATH LINK used to select items for presentation.booleanA VIEW of a PATH LINK used to select items for presentation.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
-
hasPathLinkView
boolean hasPathLinkView()A VIEW of a PATH LINK used to select items for presentation. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 467:67]
.uk.org.netex.www.netex.PathLinkViewType path_link_view = 1;- Returns:
- Whether the pathLinkView field is set.
-
getPathLinkView
PathLinkViewType getPathLinkView()A VIEW of a PATH LINK used to select items for presentation. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 467:67]
.uk.org.netex.www.netex.PathLinkViewType path_link_view = 1;- Returns:
- The pathLinkView.
-
getPathLinkViewOrBuilder
PathLinkViewTypeOrBuilder getPathLinkViewOrBuilder()A VIEW of a PATH LINK used to select items for presentation. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 467:67]
.uk.org.netex.www.netex.PathLinkViewType path_link_view = 1;
-