Package uk.org.netex.www.netex
Interface TypesOfFareContractEntry_RelStructure.ChoiceWrapper_TypesOfFareContractEntry_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfFareContractEntry_RelStructure.ChoiceWrapper_TypesOfFareContractEntry_RelStructure,TypesOfFareContractEntry_RelStructure.ChoiceWrapper_TypesOfFareContractEntry_RelStructure.Builder
- Enclosing class:
TypesOfFareContractEntry_RelStructure
public static interface TypesOfFareContractEntry_RelStructure.ChoiceWrapper_TypesOfFareContractEntry_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA classification of a FARE CONTRACT ENTRY.A classification of a FARE CONTRACT ENTRY.Reference to a TYPE OF FARE CONTRACT ENTRY.Reference to a TYPE OF FARE CONTRACT ENTRY.booleanA classification of a FARE CONTRACT ENTRY.booleanReference to a TYPE OF FARE CONTRACT ENTRY.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
-
hasTypeOfFareContractEntryRef
boolean hasTypeOfFareContractEntryRef()Reference to a TYPE OF FARE CONTRACT ENTRY. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 1;- Returns:
- Whether the typeOfFareContractEntryRef field is set.
-
getTypeOfFareContractEntryRef
VersionOfObjectRefStructure getTypeOfFareContractEntryRef()Reference to a TYPE OF FARE CONTRACT ENTRY. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 1;- Returns:
- The typeOfFareContractEntryRef.
-
getTypeOfFareContractEntryRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfFareContractEntryRefOrBuilder()Reference to a TYPE OF FARE CONTRACT ENTRY. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 326:128]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_entry_ref = 1; -
hasTypeOfFareContractEntry
boolean hasTypeOfFareContractEntry()A classification of a FARE CONTRACT ENTRY. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 568:96]
.uk.org.netex.www.netex.TypeOfFareContractEntryType type_of_fare_contract_entry = 2;- Returns:
- Whether the typeOfFareContractEntry field is set.
-
getTypeOfFareContractEntry
TypeOfFareContractEntryType getTypeOfFareContractEntry()A classification of a FARE CONTRACT ENTRY. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 568:96]
.uk.org.netex.www.netex.TypeOfFareContractEntryType type_of_fare_contract_entry = 2;- Returns:
- The typeOfFareContractEntry.
-
getTypeOfFareContractEntryOrBuilder
TypeOfFareContractEntryTypeOrBuilder getTypeOfFareContractEntryOrBuilder()A classification of a FARE CONTRACT ENTRY. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 568:96]
.uk.org.netex.www.netex.TypeOfFareContractEntryType type_of_fare_contract_entry = 2;
-