Package uk.org.netex.www.netex
Interface FareContracts_RelStructure.ChoiceWrapper_FareContracts_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FareContracts_RelStructure.ChoiceWrapper_FareContracts_RelStructure,FareContracts_RelStructure.ChoiceWrapper_FareContracts_RelStructure.Builder
- Enclosing class:
FareContracts_RelStructure
public static interface FareContracts_RelStructure.ChoiceWrapper_FareContracts_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).Reference to a FARE CONTRACT.Reference to a FARE CONTRACT.booleanA contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services).booleanReference to a FARE CONTRACT.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
-
hasFareContractRef
boolean hasFareContractRef()Reference to a FARE CONTRACT. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 1;- Returns:
- Whether the fareContractRef field is set.
-
getFareContractRef
VersionOfObjectRefStructure getFareContractRef()Reference to a FARE CONTRACT. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 1;- Returns:
- The fareContractRef.
-
getFareContractRefOrBuilder
VersionOfObjectRefStructureOrBuilder getFareContractRefOrBuilder()Reference to a FARE CONTRACT. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 186:109]
.uk.org.netex.www.netex.VersionOfObjectRefStructure fare_contract_ref = 1; -
hasFareContract
boolean hasFareContract()A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A FARE CONTRACT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 341:90]
.uk.org.netex.www.netex.FareContractType fare_contract = 2;- Returns:
- Whether the fareContract field is set.
-
getFareContract
FareContractType getFareContract()A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A FARE CONTRACT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 341:90]
.uk.org.netex.www.netex.FareContractType fare_contract = 2;- Returns:
- The fareContract.
-
getFareContractOrBuilder
FareContractTypeOrBuilder getFareContractOrBuilder()A contract with a particular (but possibly anonymous) customer, ruling the consumption of transport services (and joint services). A FARE CONTRACT may be designed for a fixed SALES OFFER PACKAGE (e.g. ticket) or to allow successive purchases of SALES OFFER PACKAGEs. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 341:90]
.uk.org.netex.www.netex.FareContractType fare_contract = 2;
-