Package uk.org.netex.www.netex
Interface DirectionViewTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DirectionViewType,DirectionViewType.Builder
public interface DirectionViewTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a BRANDING.Reference to a BRANDING.Reference to a DIRECTION.Reference to a DIRECTION.getId()Identifier of Object of which this is a view.com.google.protobuf.ByteStringIdentifier of Object of which this is a view.getName()Name of DIRECTION.Name of DIRECTION.booleanReference to a BRANDING.booleanReference to a DIRECTION.booleanhasName()Name of 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
-
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; -
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 = 41;- 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 = 41;- 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 = 41; -
getId
String getId()Identifier of Object of which this is a view. [netex_part_1/part1_networkDescription/netex_route_version.xsd at 632:54]
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_networkDescription/netex_route_version.xsd at 632:54]
string id = 61;- Returns:
- The bytes for id.
-
hasName
boolean hasName()Name of DIRECTION. [netex_part_1/part1_networkDescription/netex_route_version.xsd at 625:73]
.uk.org.netex.www.netex.MultilingualString name = 81;- Returns:
- Whether the name field is set.
-
getName
MultilingualString getName()Name of DIRECTION. [netex_part_1/part1_networkDescription/netex_route_version.xsd at 625:73]
.uk.org.netex.www.netex.MultilingualString name = 81;- Returns:
- The name.
-
getNameOrBuilder
MultilingualStringOrBuilder getNameOrBuilder()Name of DIRECTION. [netex_part_1/part1_networkDescription/netex_route_version.xsd at 625:73]
.uk.org.netex.www.netex.MultilingualString name = 81;
-