Package uk.org.netex.www.netex
Interface TariffZoneRefs_RelStructure.ChoiceWrapper_ZoneRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TariffZoneRefs_RelStructure.ChoiceWrapper_ZoneRefStructure,TariffZoneRefs_RelStructure.ChoiceWrapper_ZoneRefStructure.Builder
- Enclosing class:
TariffZoneRefs_RelStructure
public static interface TariffZoneRefs_RelStructure.ChoiceWrapper_ZoneRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a FARE ZONE.Reference to a FARE ZONE.Reference to a TARIFF ZONE.Reference to a TARIFF ZONE.booleanReference to a FARE ZONE.booleanReference to a TARIFF ZONE.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
-
hasTariffZoneRef
boolean hasTariffZoneRef()Reference to a TARIFF ZONE. [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
.uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 1;- Returns:
- Whether the tariffZoneRef field is set.
-
getTariffZoneRef
TariffZoneRefType getTariffZoneRef()Reference to a TARIFF ZONE. [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
.uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 1;- Returns:
- The tariffZoneRef.
-
getTariffZoneRefOrBuilder
TariffZoneRefTypeOrBuilder getTariffZoneRefOrBuilder()Reference to a TARIFF ZONE. [netex_framework/netex_genericFramework/netex_zone_support.xsd at 99:71]
.uk.org.netex.www.netex.TariffZoneRefType tariff_zone_ref = 1; -
hasFareZoneRef
boolean hasFareZoneRef()Reference to a FARE ZONE. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 2;- Returns:
- Whether the fareZoneRef field is set.
-
getFareZoneRef
VersionOfObjectRefStructure getFareZoneRef()Reference to a FARE ZONE. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 2;- Returns:
- The fareZoneRef.
-
getFareZoneRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFareZoneRefOrBuilder()Reference to a FARE ZONE. [netex_part_1/part1_tacticalPlanning/netex_fareZone_support.xsd at 200:97]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_zone_ref = 2; -
getZoneRefStructureCase
TariffZoneRefs_RelStructure.ChoiceWrapper_ZoneRefStructure.ZoneRefStructureCase getZoneRefStructureCase()
-