Package uk.org.netex.www.netex
Interface GeographicalStructureFactors_RelStructure.ChoiceWrapper_GeographicalStructureFactors_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GeographicalStructureFactors_RelStructure.ChoiceWrapper_GeographicalStructureFactors_RelStructure,GeographicalStructureFactors_RelStructure.ChoiceWrapper_GeographicalStructureFactors_RelStructure.Builder
- Enclosing class:
GeographicalStructureFactors_RelStructure
public static interface GeographicalStructureFactors_RelStructure.ChoiceWrapper_GeographicalStructureFactors_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe value of a GEOGRAPHICAL INTERVAL or a DISTANCE MATRIX ELEMENT expressed by a GEOGRAPHICAL UNIT.The value of a GEOGRAPHICAL INTERVAL or a DISTANCE MATRIX ELEMENT expressed by a GEOGRAPHICAL UNIT.Reference to a GEOGRAPHICAL STRUCTURE FACTOR.Reference to a GEOGRAPHICAL STRUCTURE FACTOR.booleanThe value of a GEOGRAPHICAL INTERVAL or a DISTANCE MATRIX ELEMENT expressed by a GEOGRAPHICAL UNIT.booleanReference to a GEOGRAPHICAL STRUCTURE FACTOR.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
-
hasGeographicalStructureFactorRef
boolean hasGeographicalStructureFactorRef()Reference to a GEOGRAPHICAL STRUCTURE FACTOR. [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 119:143]
.uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_structure_factor_ref = 1;- Returns:
- Whether the geographicalStructureFactorRef field is set.
-
getGeographicalStructureFactorRef
VersionOfObjectRefStructure getGeographicalStructureFactorRef()Reference to a GEOGRAPHICAL STRUCTURE FACTOR. [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 119:143]
.uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_structure_factor_ref = 1;- Returns:
- The geographicalStructureFactorRef.
-
getGeographicalStructureFactorRefOrBuilder
VersionOfObjectRefStructureOrBuilder getGeographicalStructureFactorRefOrBuilder()Reference to a GEOGRAPHICAL STRUCTURE FACTOR. [netex_part_3/part3_fares/netex_geographicStructureFactor_support.xsd at 119:143]
.uk.org.netex.www.netex.VersionOfObjectRefStructure geographical_structure_factor_ref = 1; -
hasGeographicalStructureFactor
boolean hasGeographicalStructureFactor()The value of a GEOGRAPHICAL INTERVAL or a DISTANCE MATRIX ELEMENT expressed by a GEOGRAPHICAL UNIT. [netex_part_3/part3_fares/netex_geographicStructureFactor_version.xsd at 275:103]
.uk.org.netex.www.netex.GeographicalStructureFactorType geographical_structure_factor = 2;- Returns:
- Whether the geographicalStructureFactor field is set.
-
getGeographicalStructureFactor
GeographicalStructureFactorType getGeographicalStructureFactor()The value of a GEOGRAPHICAL INTERVAL or a DISTANCE MATRIX ELEMENT expressed by a GEOGRAPHICAL UNIT. [netex_part_3/part3_fares/netex_geographicStructureFactor_version.xsd at 275:103]
.uk.org.netex.www.netex.GeographicalStructureFactorType geographical_structure_factor = 2;- Returns:
- The geographicalStructureFactor.
-
getGeographicalStructureFactorOrBuilder
GeographicalStructureFactorTypeOrBuilder getGeographicalStructureFactorOrBuilder()The value of a GEOGRAPHICAL INTERVAL or a DISTANCE MATRIX ELEMENT expressed by a GEOGRAPHICAL UNIT. [netex_part_3/part3_fares/netex_geographicStructureFactor_version.xsd at 275:103]
.uk.org.netex.www.netex.GeographicalStructureFactorType geographical_structure_factor = 2;
-