Package uk.org.netex.www.netex
Interface TimeUnits_RelStructure.ChoiceWrapper_TimeUnits_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeUnits_RelStructure.ChoiceWrapper_TimeUnits_RelStructure,TimeUnits_RelStructure.ChoiceWrapper_TimeUnits_RelStructure.Builder
- Enclosing class:
TimeUnits_RelStructure
public static interface TimeUnits_RelStructure.ChoiceWrapper_TimeUnits_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA factor influencing access rights definition or calculation of prices.A factor influencing access rights definition or calculation of prices.Reference to a TIME UNIT.Reference to a TIME UNIT.booleanA factor influencing access rights definition or calculation of prices.booleanReference to a TIME UNIT.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
-
hasTimeUnitRef
boolean hasTimeUnitRef()Reference to a TIME UNIT. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 67:94]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_ref = 1;- Returns:
- Whether the timeUnitRef field is set.
-
getTimeUnitRef
VersionOfObjectRefStructure getTimeUnitRef()Reference to a TIME UNIT. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 67:94]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_ref = 1;- Returns:
- The timeUnitRef.
-
getTimeUnitRefOrBuilder
VersionOfObjectRefStructureOrBuilder getTimeUnitRefOrBuilder()Reference to a TIME UNIT. [netex_part_3/part3_fares/netex_timeStructureFactor_support.xsd at 67:94]
.uk.org.netex.www.netex.VersionOfObjectRefStructure time_unit_ref = 1; -
hasTimeUnit
boolean hasTimeUnit()A factor influencing access rights definition or calculation of prices. [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 105:84]
.uk.org.netex.www.netex.TimeUnitType time_unit = 2;- Returns:
- Whether the timeUnit field is set.
-
getTimeUnit
TimeUnitType getTimeUnit()A factor influencing access rights definition or calculation of prices. [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 105:84]
.uk.org.netex.www.netex.TimeUnitType time_unit = 2;- Returns:
- The timeUnit.
-
getTimeUnitOrBuilder
TimeUnitTypeOrBuilder getTimeUnitOrBuilder()A factor influencing access rights definition or calculation of prices. [netex_part_3/part3_fares/netex_timeStructureFactor_version.xsd at 105:84]
.uk.org.netex.www.netex.TimeUnitType time_unit = 2;
-