Package uk.org.netex.www.netex
Interface SeriesConstraintPrices_RelStructure.ChoiceWrapper_SeriesConstraintPrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeriesConstraintPrices_RelStructure.ChoiceWrapper_SeriesConstraintPrices_RelStructure,SeriesConstraintPrices_RelStructure.ChoiceWrapper_SeriesConstraintPrices_RelStructure.Builder
- Enclosing class:
SeriesConstraintPrices_RelStructure
public static interface SeriesConstraintPrices_RelStructure.ChoiceWrapper_SeriesConstraintPrices_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 SERIES CONSTRAINT: default total price, discount in value or percentage etc.A set of all possible price features of a SERIES CONSTRAINT: default total price, discount in value or percentage etc.Reference to a SERIES CONSTRAINT PRICE.Reference to a SERIES CONSTRAINT PRICE.booleanReference to a CELL.booleanA set of all possible price features of a SERIES CONSTRAINT: default total price, discount in value or percentage etc.booleanReference to a SERIES CONSTRAINT 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
-
hasSeriesConstraintPriceRef
boolean hasSeriesConstraintPriceRef()Reference to a SERIES CONSTRAINT PRICE. [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 157:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure series_constraint_price_ref = 1;- Returns:
- Whether the seriesConstraintPriceRef field is set.
-
getSeriesConstraintPriceRef
VersionOfObjectRefStructure getSeriesConstraintPriceRef()Reference to a SERIES CONSTRAINT PRICE. [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 157:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure series_constraint_price_ref = 1;- Returns:
- The seriesConstraintPriceRef.
-
getSeriesConstraintPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getSeriesConstraintPriceRefOrBuilder()Reference to a SERIES CONSTRAINT PRICE. [netex_part_3/part3_fares/netex_fareSeries_support.xsd at 157:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure series_constraint_price_ref = 1; -
hasSeriesConstraintPrice
boolean hasSeriesConstraintPrice()A set of all possible price features of a SERIES CONSTRAINT: default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_fareSeries_version.xsd at 270:101]
.uk.org.netex.www.netex.SeriesConstraintPrice_VersionedChildStructure series_constraint_price = 2;- Returns:
- Whether the seriesConstraintPrice field is set.
-
getSeriesConstraintPrice
SeriesConstraintPrice_VersionedChildStructure getSeriesConstraintPrice()A set of all possible price features of a SERIES CONSTRAINT: default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_fareSeries_version.xsd at 270:101]
.uk.org.netex.www.netex.SeriesConstraintPrice_VersionedChildStructure series_constraint_price = 2;- Returns:
- The seriesConstraintPrice.
-
getSeriesConstraintPriceOrBuilder
SeriesConstraintPrice_VersionedChildStructureOrBuilder getSeriesConstraintPriceOrBuilder()A set of all possible price features of a SERIES CONSTRAINT: default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_fareSeries_version.xsd at 270:101]
.uk.org.netex.www.netex.SeriesConstraintPrice_VersionedChildStructure series_constraint_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
SeriesConstraintPrices_RelStructure.ChoiceWrapper_SeriesConstraintPrices_RelStructure.VersionOfObjectRefStructureCase getVersionOfObjectRefStructureCase()
-