Package uk.org.netex.www.netex
Interface PassengerCarryingPassengerCarrying_ViewStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PassengerCarryingPassengerCarrying_ViewStructure,PassengerCarryingPassengerCarrying_ViewStructure.Builder
@Generated
public interface PassengerCarryingPassengerCarrying_ViewStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleMaximum step height to board.Reference to a BRANDING.Reference to a BRANDING.doubleExpected maximal gap between VEHICLE and platform.booleanWhether vehicle has hoist for wheelchair access.booleanWhether vehicle has lift or ramp to facilitate wheelchair access.getId()Identifier of Object of which this is a view.com.google.protobuf.ByteStringIdentifier of Object of which this is a view.booleanWhether Vehicle is low floor to facilitate access by the mobility impaired.Capacity for a VEHICLE TYPE and Class.Capacity for a VEHICLE TYPE and Class.booleanReference to a BRANDING.booleanCapacity for a VEHICLE TYPE and Class.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; -
hasPassengerCapacity
boolean hasPassengerCapacity()Capacity for a VEHICLE TYPE and Class. [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 577:40]
.uk.org.netex.www.netex.PassengerCapacityType passenger_capacity = 41;- Returns:
- Whether the passengerCapacity field is set.
-
getPassengerCapacity
PassengerCapacityType getPassengerCapacity()Capacity for a VEHICLE TYPE and Class. [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 577:40]
.uk.org.netex.www.netex.PassengerCapacityType passenger_capacity = 41;- Returns:
- The passengerCapacity.
-
getPassengerCapacityOrBuilder
PassengerCapacityTypeOrBuilder getPassengerCapacityOrBuilder()Capacity for a VEHICLE TYPE and Class. [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 577:40]
.uk.org.netex.www.netex.PassengerCapacityType passenger_capacity = 41; -
getLowFloor
boolean getLowFloor()Whether Vehicle is low floor to facilitate access by the mobility impaired. [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 366:66]
bool low_floor = 42;- Returns:
- The lowFloor.
-
getHasLiftOrRamp
boolean getHasLiftOrRamp()Whether vehicle has lift or ramp to facilitate wheelchair access. [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 371:71]
bool has_lift_or_ramp = 43;- Returns:
- The hasLiftOrRamp.
-
getHasHoist
boolean getHasHoist()Whether vehicle has hoist for wheelchair access. [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 376:66]
bool has_hoist = 44;- Returns:
- The hasHoist.
-
getBoardingHeight
double getBoardingHeight()Maximum step height to board. +v1.1 [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 381:71]
double boarding_height = 45;- Returns:
- The boardingHeight.
-
getGapToPlatform
double getGapToPlatform()Expected maximal gap between VEHICLE and platform. +v1.1 [netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd at 386:70]
double gap_to_platform = 46;- Returns:
- The gapToPlatform.
-