Package uk.org.netex.www.netex
Interface ControllableElementPrices_RelStructure.ChoiceWrapper_ControllableElementPrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControllableElementPrices_RelStructure.ChoiceWrapper_ControllableElementPrices_RelStructure,ControllableElementPrices_RelStructure.ChoiceWrapper_ControllableElementPrices_RelStructure.Builder
- Enclosing class:
ControllableElementPrices_RelStructure
public static interface ControllableElementPrices_RelStructure.ChoiceWrapper_ControllableElementPrices_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 CONTROLLABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.A set of all possible price features of a CONTROLLABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.Reference to a CONTROLLABLE ELEMENT PRICE.Reference to a CONTROLLABLE ELEMENT PRICE.booleanReference to a CELL.booleanA set of all possible price features of a CONTROLLABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.booleanReference to a CONTROLLABLE ELEMENT 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
-
hasControllableElementPriceRef
boolean hasControllableElementPriceRef()Reference to a CONTROLLABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 172:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_price_ref = 1;- Returns:
- Whether the controllableElementPriceRef field is set.
-
getControllableElementPriceRef
VersionOfObjectRefStructure getControllableElementPriceRef()Reference to a CONTROLLABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 172:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_price_ref = 1;- Returns:
- The controllableElementPriceRef.
-
getControllableElementPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getControllableElementPriceRefOrBuilder()Reference to a CONTROLLABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 172:127]
.uk.org.netex.www.netex.VersionOfObjectRefStructure controllable_element_price_ref = 1; -
hasControllableElementPrice
boolean hasControllableElementPrice()A set of all possible price features of a CONTROLLABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 438:95]
.uk.org.netex.www.netex.ControllableElementPriceType controllable_element_price = 3;- Returns:
- Whether the controllableElementPrice field is set.
-
getControllableElementPrice
ControllableElementPriceType getControllableElementPrice()A set of all possible price features of a CONTROLLABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 438:95]
.uk.org.netex.www.netex.ControllableElementPriceType controllable_element_price = 3;- Returns:
- The controllableElementPrice.
-
getControllableElementPriceOrBuilder
ControllableElementPriceTypeOrBuilder getControllableElementPriceOrBuilder()A set of all possible price features of a CONTROLLABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 438:95]
.uk.org.netex.www.netex.ControllableElementPriceType controllable_element_price = 3; -
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 = 2;- 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 = 2;- 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 = 2; -
getVersionOfObjectRefStructureCase
ControllableElementPrices_RelStructure.ChoiceWrapper_ControllableElementPrices_RelStructure.VersionOfObjectRefStructureCase getVersionOfObjectRefStructureCase()
-