Package uk.org.netex.www.netex
Interface TimeUnitPrices_RelStructure.ChoiceWrapper_TimeUnitPrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeUnitPrices_RelStructure.ChoiceWrapper_TimeUnitPrices_RelStructure,TimeUnitPrices_RelStructure.ChoiceWrapper_TimeUnitPrices_RelStructure.Builder
- Enclosing class:
TimeUnitPrices_RelStructure
public static interface TimeUnitPrices_RelStructure.ChoiceWrapper_TimeUnitPrices_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 UNIT : default total price, discount in value or percentage etc.A set of all possible price features of a TIME UNIT : default total price, discount in value or percentage etc.Reference to a TIME UNIT PRICE.Reference to a TIME UNIT PRICE.booleanReference to a CELL.booleanA set of all possible price features of a TIME UNIT : default total price, discount in value or percentage etc.booleanReference to a TIME UNIT 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
-
hasTimeUnitPriceRef
boolean hasTimeUnitPriceRef()Reference to a TIME UNIT PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 157:105]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_price_ref = 1;- Returns:
- Whether the timeUnitPriceRef field is set.
-
getTimeUnitPriceRef
VersionOfObjectRefStructure getTimeUnitPriceRef()Reference to a TIME UNIT PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 157:105]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_price_ref = 1;- Returns:
- The timeUnitPriceRef.
-
getTimeUnitPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTimeUnitPriceRefOrBuilder()Reference to a TIME UNIT PRICE. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 157:105]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_price_ref = 1; -
hasTimeUnitPrice
boolean hasTimeUnitPrice()A set of all possible price features of a TIME UNIT : default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 379:85]
.uk.org.netex.www.netex.TimeUnitPrice_VersionedChildStructure time_unit_price = 2;- Returns:
- Whether the timeUnitPrice field is set.
-
getTimeUnitPrice
TimeUnitPrice_VersionedChildStructure getTimeUnitPrice()A set of all possible price features of a TIME UNIT : default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 379:85]
.uk.org.netex.www.netex.TimeUnitPrice_VersionedChildStructure time_unit_price = 2;- Returns:
- The timeUnitPrice.
-
getTimeUnitPriceOrBuilder
TimeUnitPrice_VersionedChildStructureOrBuilder getTimeUnitPriceOrBuilder()A set of all possible price features of a TIME UNIT : default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 379:85]
.uk.org.netex.www.netex.TimeUnitPrice_VersionedChildStructure time_unit_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
TimeUnitPrices_RelStructure.ChoiceWrapper_TimeUnitPrices_RelStructure.VersionOfObjectRefStructureCase getVersionOfObjectRefStructureCase()
-