Package uk.org.netex.www.netex
Interface TimeIntervalPrices_RelStructure.ChoiceWrapper_TimeIntervalPrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeIntervalPrices_RelStructure.ChoiceWrapper_TimeIntervalPrices_RelStructure,TimeIntervalPrices_RelStructure.ChoiceWrapper_TimeIntervalPrices_RelStructure.Builder
- Enclosing class:
TimeIntervalPrices_RelStructure
public static interface TimeIntervalPrices_RelStructure.ChoiceWrapper_TimeIntervalPrices_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a CELL.Reference to a CELL.A set of all possible price features of a TIME INTERVAL : default total price, discount in value or percentage etc.A set of all possible price features of a TIME INTERVAL : default total price, discount in value or percentage etc.Reference to a TIME INTERVAL PRICE.Reference to a TIME INTERVAL PRICE.booleanReference to a CELL.booleanA set of all possible price features of a TIME INTERVAL : default total price, discount in value or percentage etc.booleanReference to a TIME INTERVAL PRICE.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
-
hasTimeIntervalPriceRef
boolean hasTimeIntervalPriceRef()Reference to a TIME INTERVAL PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 183:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_price_ref = 1;- Returns:
- Whether the timeIntervalPriceRef field is set.
-
getTimeIntervalPriceRef
VersionOfObjectRefStructure getTimeIntervalPriceRef()Reference to a TIME INTERVAL PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 183:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_price_ref = 1;- Returns:
- The timeIntervalPriceRef.
-
getTimeIntervalPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTimeIntervalPriceRefOrBuilder()Reference to a TIME INTERVAL PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 183:113]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_interval_price_ref = 1; -
hasTimeIntervalPrice
boolean hasTimeIntervalPrice()A set of all possible price features of a TIME INTERVAL : default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 444:93]
.uk.org.netex.www.netex.TimeIntervalPrice_VersionedChildStructure time_interval_price = 2;- Returns:
- Whether the timeIntervalPrice field is set.
-
getTimeIntervalPrice
TimeIntervalPrice_VersionedChildStructure getTimeIntervalPrice()A set of all possible price features of a TIME INTERVAL : default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 444:93]
.uk.org.netex.www.netex.TimeIntervalPrice_VersionedChildStructure time_interval_price = 2;- Returns:
- The timeIntervalPrice.
-
getTimeIntervalPriceOrBuilder
TimeIntervalPrice_VersionedChildStructureOrBuilder getTimeIntervalPriceOrBuilder()A set of all possible price features of a TIME INTERVAL : default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 444:93]
.uk.org.netex.www.netex.TimeIntervalPrice_VersionedChildStructure time_interval_price = 2; -
hasCellRef
boolean hasCellRef()Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
.uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 3;- Returns:
- Whether the cellRef field is set.
-
getCellRef
VersionOfObjectRefStructure getCellRef()Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
.uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 3;- Returns:
- The cellRef.
-
getCellRefOrBuilder
VersionOfObjectRefStructureOrBuilder getCellRefOrBuilder()Reference to a CELL. [netex_part_3/part3_fares/netex_fareTable_support.xsd at 170:83]
.uk.org.netex.www.netex.VersionOfObjectRefStructure cell_ref = 3; -
getVersionOfObjectRefStructureCase
TimeIntervalPrices_RelStructure.ChoiceWrapper_TimeIntervalPrices_RelStructure.VersionOfObjectRefStructureCase getVersionOfObjectRefStructureCase()
-