Package uk.org.netex.www.netex
Interface FulfilmentMethods_RelStructure.ChoiceWrapper_FulfilmentMethods_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FulfilmentMethods_RelStructure.ChoiceWrapper_FulfilmentMethods_RelStructure,FulfilmentMethods_RelStructure.ChoiceWrapper_FulfilmentMethods_RelStructure.Builder
- Enclosing class:
FulfilmentMethods_RelStructure
public static interface FulfilmentMethods_RelStructure.ChoiceWrapper_FulfilmentMethods_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe means by which the ticket is delivered to the Customer. e.g. online, collection, etc.The means by which the ticket is delivered to the Customer. e.g. online, collection, etc.Reference to a FULFILMENT METHOD.Reference to a FULFILMENT METHOD.booleanThe means by which the ticket is delivered to the Customer. e.g. online, collection, etc.booleanReference to a FULFILMENT METHOD.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
-
hasFulfilmentMethodRef
boolean hasFulfilmentMethodRef()Reference to a FULFILMENT METHOD. [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 83:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_ref = 1;- Returns:
- Whether the fulfilmentMethodRef field is set.
-
getFulfilmentMethodRef
VersionOfObjectRefStructure getFulfilmentMethodRef()Reference to a FULFILMENT METHOD. [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 83:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_ref = 1;- Returns:
- The fulfilmentMethodRef.
-
getFulfilmentMethodRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFulfilmentMethodRefOrBuilder()Reference to a FULFILMENT METHOD. [netex_part_3/part3_fares/netex_salesDistribution_support.xsd at 83:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fulfilment_method_ref = 1; -
hasFulfilmentMethod
boolean hasFulfilmentMethod()The means by which the ticket is delivered to the Customer. e.g. online, collection, etc. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 308:93]
.uk.org.netex.www.netex.FulfilmentMethodType fulfilment_method = 2;- Returns:
- Whether the fulfilmentMethod field is set.
-
getFulfilmentMethod
FulfilmentMethodType getFulfilmentMethod()The means by which the ticket is delivered to the Customer. e.g. online, collection, etc. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 308:93]
.uk.org.netex.www.netex.FulfilmentMethodType fulfilment_method = 2;- Returns:
- The fulfilmentMethod.
-
getFulfilmentMethodOrBuilder
FulfilmentMethodTypeOrBuilder getFulfilmentMethodOrBuilder()The means by which the ticket is delivered to the Customer. e.g. online, collection, etc. [netex_part_3/part3_fares/netex_salesDistribution_version.xsd at 308:93]
.uk.org.netex.www.netex.FulfilmentMethodType fulfilment_method = 2;
-