Package uk.org.netex.www.netex
Interface TypeOfFareProducts_RelStructure.ChoiceWrapper_TypeOfFareProducts_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypeOfFareProducts_RelStructure.ChoiceWrapper_TypeOfFareProducts_RelStructure,TypeOfFareProducts_RelStructure.ChoiceWrapper_TypeOfFareProducts_RelStructure.Builder
- Enclosing class:
TypeOfFareProducts_RelStructure
public static interface TypeOfFareProducts_RelStructure.ChoiceWrapper_TypeOfFareProducts_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA classification of FARE PRODUCTs expressing their general functionalities and local functional characteristics specific to the operator.A classification of FARE PRODUCTs expressing their general functionalities and local functional characteristics specific to the operator.Reference to a TYPE OF FARE PRODUCT.Reference to a TYPE OF FARE PRODUCT.booleanA classification of FARE PRODUCTs expressing their general functionalities and local functional characteristics specific to the operator.booleanReference to a TYPE OF FARE PRODUCT.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
-
hasTypeOfFareProductRef
boolean hasTypeOfFareProductRef()Reference to a TYPE OF FARE PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 1;- Returns:
- Whether the typeOfFareProductRef field is set.
-
getTypeOfFareProductRef
VersionOfObjectRefStructure getTypeOfFareProductRef()Reference to a TYPE OF FARE PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 1;- Returns:
- The typeOfFareProductRef.
-
getTypeOfFareProductRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfFareProductRefOrBuilder()Reference to a TYPE OF FARE PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 684:116]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_product_ref = 1; -
hasTypeOfFareProduct
boolean hasTypeOfFareProduct()A classification of FARE PRODUCTs expressing their general functionalities and local functional characteristics specific to the operator. Types of FARE PRODUCTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 334:90]
.uk.org.netex.www.netex.TypeOfFareProductType type_of_fare_product = 2;- Returns:
- Whether the typeOfFareProduct field is set.
-
getTypeOfFareProduct
TypeOfFareProductType getTypeOfFareProduct()A classification of FARE PRODUCTs expressing their general functionalities and local functional characteristics specific to the operator. Types of FARE PRODUCTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 334:90]
.uk.org.netex.www.netex.TypeOfFareProductType type_of_fare_product = 2;- Returns:
- The typeOfFareProduct.
-
getTypeOfFareProductOrBuilder
TypeOfFareProductTypeOrBuilder getTypeOfFareProductOrBuilder()A classification of FARE PRODUCTs expressing their general functionalities and local functional characteristics specific to the operator. Types of FARE PRODUCTs like e.g. throw-away ticket, throw-away ticket unit, value card, electronic purse allowing access, public transport credit card etc. may be used to define these categories. [netex_part_3/part3_fares/netex_fareProduct_version.xsd at 334:90]
.uk.org.netex.www.netex.TypeOfFareProductType type_of_fare_product = 2;
-