Package uk.org.netex.www.netex
Interface Network_DerivedViewStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Network_DerivedViewStructure,Network_DerivedViewStructure.Builder
public interface Network_DerivedViewStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a BRANDING.Reference to a BRANDING.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 NETWORK.Name of NETWORK.Reference to a NETWORK.Reference to a NETWORK.TRANSPORT MODE of NETWORK.intTRANSPORT MODE of NETWORK.booleanReference to a BRANDING.booleanhasName()Name of NETWORK.booleanReference to a NETWORK.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
-
getId
String getId()Identifier of Object of which this is a view. [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of Object of which this is a view. [netex_framework/netex_responsibility/netex_responsibility_version.xsd at 136:48]
string id = 1;- Returns:
- The bytes for id.
-
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; -
hasNetworkRef
boolean hasNetworkRef()Reference to a NETWORK. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 205:96]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;- Returns:
- Whether the networkRef field is set.
-
getNetworkRef
GroupOfEntitiesRefStructure getNetworkRef()Reference to a NETWORK. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 205:96]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41;- Returns:
- The networkRef.
-
getNetworkRefOrBuilder
GroupOfEntitiesRefStructureOrBuilder getNetworkRefOrBuilder()Reference to a NETWORK. [netex_part_1/part1_networkDescription/netex_line_support.xsd at 205:96]
.uk.org.netex.www.netex.GroupOfEntitiesRefStructure network_ref = 41; -
hasName
boolean hasName()Name of NETWORK. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
.uk.org.netex.www.netex.MultilingualString name = 42;- Returns:
- Whether the name field is set.
-
getName
MultilingualString getName()Name of NETWORK. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
.uk.org.netex.www.netex.MultilingualString name = 42;- Returns:
- The name.
-
getNameOrBuilder
MultilingualStringOrBuilder getNameOrBuilder()Name of NETWORK. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1004:71]
.uk.org.netex.www.netex.MultilingualString name = 42; -
getTransportModeValue
int getTransportModeValue()TRANSPORT MODE of NETWORK. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1009:99]
.uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 43;- Returns:
- The enum numeric value on the wire for transportMode.
-
getTransportMode
AllVehicleModesOfTransportEnumeration getTransportMode()TRANSPORT MODE of NETWORK. [netex_part_1/part1_networkDescription/netex_line_version.xsd at 1009:99]
.uk.org.netex.www.netex.AllVehicleModesOfTransportEnumeration transport_mode = 43;- Returns:
- The transportMode.
-