Package uk.org.netex.www.netex
Interface ValidableElementPrices_RelStructure.ChoiceWrapper_ValidableElementPrices_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ValidableElementPrices_RelStructure.ChoiceWrapper_ValidableElementPrices_RelStructure,ValidableElementPrices_RelStructure.ChoiceWrapper_ValidableElementPrices_RelStructure.Builder
- Enclosing class:
ValidableElementPrices_RelStructure
public static interface ValidableElementPrices_RelStructure.ChoiceWrapper_ValidableElementPrices_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 VALIDABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.A set of all possible price features of a VALIDABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.Reference to a VALIDABLE ELEMENT PRICE.Reference to a VALIDABLE ELEMENT PRICE.booleanReference to a CELL.booleanA set of all possible price features of a VALIDABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc.booleanReference to a VALIDABLE 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
-
hasValidableElementPriceRef
boolean hasValidableElementPriceRef()Reference to a VALIDABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 94:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_price_ref = 1;- Returns:
- Whether the validableElementPriceRef field is set.
-
getValidableElementPriceRef
VersionOfObjectRefStructure getValidableElementPriceRef()Reference to a VALIDABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 94:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_price_ref = 1;- Returns:
- The validableElementPriceRef.
-
getValidableElementPriceRefOrBuilder
VersionOfObjectRefStructureOrBuilder getValidableElementPriceRefOrBuilder()Reference to a VALIDABLE ELEMENT PRICE. [netex_part_3/part3_fares/netex_validableElement_support.xsd at 94:121]
.uk.org.netex.www.netex.VersionOfObjectRefStructure validable_element_price_ref = 1; -
hasValidableElementPrice
boolean hasValidableElementPrice()A set of all possible price features of a VALIDABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 220:92]
.uk.org.netex.www.netex.ValidableElementPriceType validable_element_price = 2;- Returns:
- Whether the validableElementPrice field is set.
-
getValidableElementPrice
ValidableElementPriceType getValidableElementPrice()A set of all possible price features of a VALIDABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 220:92]
.uk.org.netex.www.netex.ValidableElementPriceType validable_element_price = 2;- Returns:
- The validableElementPrice.
-
getValidableElementPriceOrBuilder
ValidableElementPriceTypeOrBuilder getValidableElementPriceOrBuilder()A set of all possible price features of a VALIDABLE ELEMENT ELEMENT: default total price, discount in value or percentage etc. [netex_part_3/part3_fares/netex_validableElement_version.xsd at 220:92]
.uk.org.netex.www.netex.ValidableElementPriceType validable_element_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
ValidableElementPrices_RelStructure.ChoiceWrapper_ValidableElementPrices_RelStructure.VersionOfObjectRefStructureCase getVersionOfObjectRefStructureCase()
-