Package uk.org.netex.www.netex
Interface PathLinkViewTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PathLinkViewType,PathLinkViewType.Builder
public interface PathLinkViewTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a BRANDING.Reference to a BRANDING.booleanWhether destination of PATH LINK should be hidden.booleanWhether link should be hidden in the PATH LINK VIEW.getId()Identifier of Object of which this is a view.com.google.protobuf.ByteStringIdentifier of Object of which this is a view.booleanWhether ENTRANCE on beginning of PATH LINK should be shown as separate step in view.booleanWhether exit at end of PATH LINK should be shown as separate step in view.booleanWhether Heading element should be shown as separate step in view e.g. turn left right.booleanReference to a BRANDING.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
-
hasBrandingRef
boolean hasBrandingRef()Reference to a BRANDING. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;- Returns:
- Whether the brandingRef field is set.
-
getBrandingRef
VersionOfObjectRefStructure getBrandingRef()Reference to a BRANDING. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2;- Returns:
- The brandingRef.
-
getBrandingRefOrBuilder
VersionOfObjectRefStructureOrBuilder getBrandingRefOrBuilder()Reference to a BRANDING. [netex_framework/netex_responsibility/netex_responsibility_support.xsd at 256:114]
.uk.org.netex.www.netex.VersionOfObjectRefStructure branding_ref = 2; -
getId
String getId()Identifier of Object of which this is a view. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 503:53]
string id = 61;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of Object of which this is a view. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 503:53]
string id = 61;- Returns:
- The bytes for id.
-
getHideLink
boolean getHideLink()Whether link should be hidden in the PATH LINK VIEW. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 476:70]
bool hide_link = 62;- Returns:
- The hideLink.
-
getHideDestination
boolean getHideDestination()Whether destination of PATH LINK should be hidden. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 481:77]
bool hide_destination = 63;- Returns:
- The hideDestination.
-
getShowEntranceSeparately
boolean getShowEntranceSeparately()Whether ENTRANCE on beginning of PATH LINK should be shown as separate step in view. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 486:84]
bool show_entrance_separately = 64;- Returns:
- The showEntranceSeparately.
-
getShowExitSeparately
boolean getShowExitSeparately()Whether exit at end of PATH LINK should be shown as separate step in view. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 491:80]
bool show_exit_separately = 65;- Returns:
- The showExitSeparately.
-
getShowHeadingSeparately
boolean getShowHeadingSeparately()Whether Heading element should be shown as separate step in view e.g. turn left right. [netex_part_1/part1_ifopt/netex_ifopt_path_version.xsd at 496:83]
bool show_heading_separately = 66;- Returns:
- The showHeadingSeparately.
-