Package uk.org.netex.www.netex
Interface TypesOfFareContract_RelStructure.ChoiceWrapper_TypesOfFareContract_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypesOfFareContract_RelStructure.ChoiceWrapper_TypesOfFareContract_RelStructure,TypesOfFareContract_RelStructure.ChoiceWrapper_TypesOfFareContract_RelStructure.Builder
- Enclosing class:
TypesOfFareContract_RelStructure
public static interface TypesOfFareContract_RelStructure.ChoiceWrapper_TypesOfFareContract_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA classification of FARE CONTRACT.A classification of FARE CONTRACT.Reference to a TYPE OF FARE CONTRACT.Reference to a TYPE OF FARE CONTRACT.booleanA classification of FARE CONTRACT.booleanReference to a TYPE OF 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
-
hasTypeOfFareContractRef
boolean hasTypeOfFareContractRef()Reference to a TYPE OF FARE CONTRACT. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 1;- Returns:
- Whether the typeOfFareContractRef field is set.
-
getTypeOfFareContractRef
VersionOfObjectRefStructure getTypeOfFareContractRef()Reference to a TYPE OF FARE CONTRACT. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 1;- Returns:
- The typeOfFareContractRef.
-
getTypeOfFareContractRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfFareContractRefOrBuilder()Reference to a TYPE OF FARE CONTRACT. [netex_part_3/part3_salesTransactions/netex_salesContract_support.xsd at 224:118]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_fare_contract_ref = 1; -
hasTypeOfFareContract
boolean hasTypeOfFareContract()A classification of FARE CONTRACT. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 526:91]
.uk.org.netex.www.netex.TypeOfFareContractType type_of_fare_contract = 2;- Returns:
- Whether the typeOfFareContract field is set.
-
getTypeOfFareContract
TypeOfFareContractType getTypeOfFareContract()A classification of FARE CONTRACT. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 526:91]
.uk.org.netex.www.netex.TypeOfFareContractType type_of_fare_contract = 2;- Returns:
- The typeOfFareContract.
-
getTypeOfFareContractOrBuilder
TypeOfFareContractTypeOrBuilder getTypeOfFareContractOrBuilder()A classification of FARE CONTRACT. [netex_part_3/part3_salesTransactions/netex_salesContract_version.xsd at 526:91]
.uk.org.netex.www.netex.TypeOfFareContractType type_of_fare_contract = 2;
-