Package uk.org.netex.www.netex
Interface TypeOfConcessions_RelStructure.ChoiceWrapper_TypeOfConcessions_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TypeOfConcessions_RelStructure.ChoiceWrapper_TypeOfConcessions_RelStructure,TypeOfConcessions_RelStructure.ChoiceWrapper_TypeOfConcessions_RelStructure.Builder
- Enclosing class:
TypeOfConcessions_RelStructure
public static interface TypeOfConcessions_RelStructure.ChoiceWrapper_TypeOfConcessions_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCategory of concession user [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 598:88]Category of concession user [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 598:88]Reference to a TYPE OF CONCESSION.Reference to a TYPE OF CONCESSION.booleanCategory of concession user [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 598:88]booleanReference to a TYPE OF CONCESSION.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
-
hasTypeOfConcessionRef
boolean hasTypeOfConcessionRef()Reference to a TYPE OF CONCESSION. [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 1;- Returns:
- Whether the typeOfConcessionRef field is set.
-
getTypeOfConcessionRef
VersionOfObjectRefStructure getTypeOfConcessionRef()Reference to a TYPE OF CONCESSION. [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 1;- Returns:
- The typeOfConcessionRef.
-
getTypeOfConcessionRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTypeOfConcessionRefOrBuilder()Reference to a TYPE OF CONCESSION. [netex_part_3/part3_fares/netex_usageParameter_support.xsd at 170:117]
.uk.org.netex.www.netex.VersionOfObjectRefStructure type_of_concession_ref = 1; -
hasTypeOfConcession
boolean hasTypeOfConcession()Category of concession user [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 598:88]
.uk.org.netex.www.netex.TypeOfConcessionType type_of_concession = 2;- Returns:
- Whether the typeOfConcession field is set.
-
getTypeOfConcession
TypeOfConcessionType getTypeOfConcession()Category of concession user [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 598:88]
.uk.org.netex.www.netex.TypeOfConcessionType type_of_concession = 2;- Returns:
- The typeOfConcession.
-
getTypeOfConcessionOrBuilder
TypeOfConcessionTypeOrBuilder getTypeOfConcessionOrBuilder()Category of concession user [netex_part_3/part3_fares/netex_usageParameterEligibility_version.xsd at 598:88]
.uk.org.netex.www.netex.TypeOfConcessionType type_of_concession = 2;
-