Package uk.org.netex.www.netex
Interface TravelSpecificationRefs_RelStructure.ChoiceWrapper_TravelSpecificationRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TravelSpecificationRefs_RelStructure.ChoiceWrapper_TravelSpecificationRefStructure,TravelSpecificationRefs_RelStructure.ChoiceWrapper_TravelSpecificationRefStructure.Builder
- Enclosing class:
TravelSpecificationRefs_RelStructure
public static interface TravelSpecificationRefs_RelStructure.ChoiceWrapper_TravelSpecificationRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to an OFFERED TRAVEL SPECIFICATION.Reference to an OFFERED TRAVEL SPECIFICATION.Reference to a REQUESTED TRAVEL SPECIFICATION.Reference to a REQUESTED TRAVEL SPECIFICATION.Reference to a TRAVEL SPECIFICATION.Reference to a TRAVEL SPECIFICATION.booleanReference to an OFFERED TRAVEL SPECIFICATION.booleanReference to a REQUESTED TRAVEL SPECIFICATION.booleanReference to a 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
-
hasTravelSpecificationRef
boolean hasTravelSpecificationRef()Reference to a TRAVEL SPECIFICATION. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 88:142]
.uk.org.netex.www.netex.VersionOfObjectRefStructure travel_specification_ref = 1;- Returns:
- Whether the travelSpecificationRef field is set.
-
getTravelSpecificationRef
VersionOfObjectRefStructure getTravelSpecificationRef()Reference to a TRAVEL SPECIFICATION. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 88:142]
.uk.org.netex.www.netex.VersionOfObjectRefStructure travel_specification_ref = 1;- Returns:
- The travelSpecificationRef.
-
getTravelSpecificationRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTravelSpecificationRefOrBuilder()Reference to a TRAVEL SPECIFICATION. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 88:142]
.uk.org.netex.www.netex.VersionOfObjectRefStructure travel_specification_ref = 1; -
hasRequestedTravelSpecificationRef
boolean hasRequestedTravelSpecificationRef()Reference to a REQUESTED TRAVEL SPECIFICATION. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 114:162]
.uk.org.netex.www.netex.VersionOfObjectRefStructure requested_travel_specification_ref = 2;- Returns:
- Whether the requestedTravelSpecificationRef field is set.
-
getRequestedTravelSpecificationRef
VersionOfObjectRefStructure getRequestedTravelSpecificationRef()Reference to a REQUESTED TRAVEL SPECIFICATION. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 114:162]
.uk.org.netex.www.netex.VersionOfObjectRefStructure requested_travel_specification_ref = 2;- Returns:
- The requestedTravelSpecificationRef.
-
getRequestedTravelSpecificationRefOrBuilder
VersionOfObjectRefStructureOrBuilder getRequestedTravelSpecificationRefOrBuilder()Reference to a REQUESTED TRAVEL SPECIFICATION. [netex_part_3/part3_salesTransactions/netex_customerPurchasePackage_support.xsd at 114:162]
.uk.org.netex.www.netex.VersionOfObjectRefStructure requested_travel_specification_ref = 2; -
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 = 3;- 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 = 3;- 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 = 3; -
getTravelSpecificationRefStructureCase
TravelSpecificationRefs_RelStructure.ChoiceWrapper_TravelSpecificationRefStructure.TravelSpecificationRefStructureCase getTravelSpecificationRefStructureCase()
-