Package uk.org.netex.www.netex
Interface OfferedTravelSpecifications_RelStructure.ChoiceWrapper_OfferedTravelSpecifications_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OfferedTravelSpecifications_RelStructure.ChoiceWrapper_OfferedTravelSpecifications_RelStructure,OfferedTravelSpecifications_RelStructure.ChoiceWrapper_OfferedTravelSpecifications_RelStructure.Builder
- Enclosing class:
OfferedTravelSpecifications_RelStructure
public static interface OfferedTravelSpecifications_RelStructure.ChoiceWrapper_OfferedTravelSpecifications_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA set of parameters giving details of the intended consumption of access rights associated with an offer or a purchase.A set of parameters giving details of the intended consumption of access rights associated with an offer or a purchase.Reference to an OFFERED TRAVEL SPECIFICATION.Reference to an OFFERED TRAVEL SPECIFICATION.booleanA set of parameters giving details of the intended consumption of access rights associated with an offer or a purchase.booleanReference to an OFFERED TRAVEL SPECIFICATION.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
-
hasOfferedTravelSpecificationRef
boolean hasOfferedTravelSpecificationRef()Reference to an OFFERED TRAVEL SPECIFICATION. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 140:158]
.uk.org.netex.www.netex.VersionOfObjectRefStructure offered_travel_specification_ref = 1;- Returns:
- Whether the offeredTravelSpecificationRef field is set.
-
getOfferedTravelSpecificationRef
VersionOfObjectRefStructure getOfferedTravelSpecificationRef()Reference to an OFFERED TRAVEL SPECIFICATION. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 140:158]
.uk.org.netex.www.netex.VersionOfObjectRefStructure offered_travel_specification_ref = 1;- Returns:
- The offeredTravelSpecificationRef.
-
getOfferedTravelSpecificationRefOrBuilder
VersionOfObjectRefStructureOrBuilder getOfferedTravelSpecificationRefOrBuilder()Reference to an OFFERED TRAVEL SPECIFICATION. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 140:158]
.uk.org.netex.www.netex.VersionOfObjectRefStructure offered_travel_specification_ref = 1; -
hasOfferedTravelSpecification
boolean hasOfferedTravelSpecification()A set of parameters giving details of the intended consumption of access rights associated with an offer or a purchase. (e.g. origin and destination of a travel, class of travel, etc.). . [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 293:107]
.uk.org.netex.www.netex.OfferedTravelSpecificationType offered_travel_specification = 2;- Returns:
- Whether the offeredTravelSpecification field is set.
-
getOfferedTravelSpecification
OfferedTravelSpecificationType getOfferedTravelSpecification()A set of parameters giving details of the intended consumption of access rights associated with an offer or a purchase. (e.g. origin and destination of a travel, class of travel, etc.). . [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 293:107]
.uk.org.netex.www.netex.OfferedTravelSpecificationType offered_travel_specification = 2;- Returns:
- The offeredTravelSpecification.
-
getOfferedTravelSpecificationOrBuilder
OfferedTravelSpecificationTypeOrBuilder getOfferedTravelSpecificationOrBuilder()A set of parameters giving details of the intended consumption of access rights associated with an offer or a purchase. (e.g. origin and destination of a travel, class of travel, etc.). . [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_version.xsd at 293:107]
.uk.org.netex.www.netex.OfferedTravelSpecificationType offered_travel_specification = 2;
-