Package uk.org.netex.www.netex
Interface Quays_RelStructure.ChoiceWrapper_Quays_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Quays_RelStructure.ChoiceWrapper_Quays_RelStructure,Quays_RelStructure.ChoiceWrapper_Quays_RelStructure.Builder
- Enclosing class:
Quays_RelStructure
public static interface Quays_RelStructure.ChoiceWrapper_Quays_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetQuay()A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi cars or other means of transportation.A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi cars or other means of transportation.Reference to a QUAY.Reference to a QUAY.Reference to a TAXI STAND.Reference to a TAXI STAND.booleanhasQuay()A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi cars or other means of transportation.booleanReference to a QUAY.booleanReference to a TAXI STAND.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
-
hasQuay
boolean hasQuay()A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi cars or other means of transportation. A QUAY may contain other sub QUAYs. A child QUAY must be physically contained within its parent QUAY. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 445:62]
.uk.org.netex.www.netex.QuayType quay = 2;- Returns:
- Whether the quay field is set.
-
getQuay
QuayType getQuay()A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi cars or other means of transportation. A QUAY may contain other sub QUAYs. A child QUAY must be physically contained within its parent QUAY. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 445:62]
.uk.org.netex.www.netex.QuayType quay = 2;- Returns:
- The quay.
-
getQuayOrBuilder
QuayTypeOrBuilder getQuayOrBuilder()A place such as platform, stance, or quayside where passengers have access to PT vehicles, Taxi cars or other means of transportation. A QUAY may contain other sub QUAYs. A child QUAY must be physically contained within its parent QUAY. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_version.xsd at 445:62]
.uk.org.netex.www.netex.QuayType quay = 2; -
hasQuayRef
boolean hasQuayRef()Reference to a QUAY. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 150:92]
.uk.org.netex.www.netex.VersionOfObjectRefStructure quay_ref = 1;- Returns:
- Whether the quayRef field is set.
-
getQuayRef
VersionOfObjectRefStructure getQuayRef()Reference to a QUAY. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 150:92]
.uk.org.netex.www.netex.VersionOfObjectRefStructure quay_ref = 1;- Returns:
- The quayRef.
-
getQuayRefOrBuilder
VersionOfObjectRefStructureOrBuilder getQuayRefOrBuilder()Reference to a QUAY. [netex_part_1/part1_ifopt/netex_ifopt_stopPlace_support.xsd at 150:92]
.uk.org.netex.www.netex.VersionOfObjectRefStructure quay_ref = 1; -
hasTaxiStandRef
boolean hasTaxiStandRef()Reference to a TAXI STAND. +v1.2.2 [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 105:92]
.uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_stand_ref = 4;- Returns:
- Whether the taxiStandRef field is set.
-
getTaxiStandRef
VersionOfObjectRefStructure getTaxiStandRef()Reference to a TAXI STAND. +v1.2.2 [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 105:92]
.uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_stand_ref = 4;- Returns:
- The taxiStandRef.
-
getTaxiStandRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTaxiStandRefOrBuilder()Reference to a TAXI STAND. +v1.2.2 [netex_part_1/part1_ifopt/netex_taxiPlace_support.xsd at 105:92]
.uk.org.netex.www.netex.VersionOfObjectRefStructure taxi_stand_ref = 4; -
getQuayRefStructureCase
Quays_RelStructure.ChoiceWrapper_Quays_RelStructure.QuayRefStructureCase getQuayRefStructureCase()
-