Package uk.org.netex.www.netex
Interface ChoiceWrapper_PreassignedFareProductRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChoiceWrapper_PreassignedFareProductRefStructure,ChoiceWrapper_PreassignedFareProductRefStructure.Builder
@Generated
public interface ChoiceWrapper_PreassignedFareProductRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a PREASSIGNED FARE PRODUCT.Reference to a PREASSIGNED FARE PRODUCT.Reference to a SUPPLEMENT PRODUCT.Reference to a SUPPLEMENT PRODUCT.booleanReference to a PREASSIGNED FARE PRODUCT.booleanReference to a SUPPLEMENT 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
-
hasPreassignedFareProductRef
boolean hasPreassignedFareProductRef()Reference to a PREASSIGNED FARE PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 1;- Returns:
- Whether the preassignedFareProductRef field is set.
-
getPreassignedFareProductRef
VersionOfObjectRefStructure getPreassignedFareProductRef()Reference to a PREASSIGNED FARE PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 1;- Returns:
- The preassignedFareProductRef.
-
getPreassignedFareProductRefOrBuilder
VersionOfObjectRefStructureOrBuilder getPreassignedFareProductRefOrBuilder()Reference to a PREASSIGNED FARE PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 435:125]
.uk.org.netex.www.netex.VersionOfObjectRefStructure preassigned_fare_product_ref = 1; -
hasSupplementProductRef
boolean hasSupplementProductRef()Reference to a SUPPLEMENT PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
.uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 2;- Returns:
- Whether the supplementProductRef field is set.
-
getSupplementProductRef
VersionOfObjectRefStructure getSupplementProductRef()Reference to a SUPPLEMENT PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
.uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 2;- Returns:
- The supplementProductRef.
-
getSupplementProductRefOrBuilder
VersionOfObjectRefStructureOrBuilder getSupplementProductRefOrBuilder()Reference to a SUPPLEMENT PRODUCT. [netex_part_3/part3_fares/netex_fareProduct_support.xsd at 478:126]
.uk.org.netex.www.netex.VersionOfObjectRefStructure supplement_product_ref = 2; -
getPreassignedFareProductRefStructureCase
ChoiceWrapper_PreassignedFareProductRefStructure.PreassignedFareProductRefStructureCase getPreassignedFareProductRefStructureCase()
-