Package uk.org.netex.www.netex
Interface DistanceMatrixElements_RelStructure.ChoiceWrapper_DistanceMatrixElements_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistanceMatrixElements_RelStructure.ChoiceWrapper_DistanceMatrixElements_RelStructure,DistanceMatrixElements_RelStructure.ChoiceWrapper_DistanceMatrixElements_RelStructure.Builder
- Enclosing class:
DistanceMatrixElements_RelStructure
public static interface DistanceMatrixElements_RelStructure.ChoiceWrapper_DistanceMatrixElements_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction.Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction.booleanA cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc.booleanReference to a DISTANCE MATRIX ELEMENT, used in a forward direction.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
-
hasDistanceMatrixElementRef
boolean hasDistanceMatrixElementRef()Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 126:86]
.uk.org.netex.www.netex.DistanceMatrixElementRefType distance_matrix_element_ref = 1;- Returns:
- Whether the distanceMatrixElementRef field is set.
-
getDistanceMatrixElementRef
DistanceMatrixElementRefType getDistanceMatrixElementRef()Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 126:86]
.uk.org.netex.www.netex.DistanceMatrixElementRefType distance_matrix_element_ref = 1;- Returns:
- The distanceMatrixElementRef.
-
getDistanceMatrixElementRefOrBuilder
DistanceMatrixElementRefTypeOrBuilder getDistanceMatrixElementRefOrBuilder()Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 126:86]
.uk.org.netex.www.netex.DistanceMatrixElementRefType distance_matrix_element_ref = 1; -
hasDistanceMatrixElement
boolean hasDistanceMatrixElement()A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc. [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
.uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;- Returns:
- Whether the distanceMatrixElement field is set.
-
getDistanceMatrixElement
DistanceMatrixElementType getDistanceMatrixElement()A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc. [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
.uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;- Returns:
- The distanceMatrixElement.
-
getDistanceMatrixElementOrBuilder
DistanceMatrixElementTypeOrBuilder getDistanceMatrixElementOrBuilder()A cell of an origin-destination matrix for TARIFF ZONEs or STOP POINTs, expressing a fare distance for the corresponding trip: value in km, number of fare units etc. [netex_part_3/part3_fares/netex_distanceMatrixElement_version.xsd at 234:104]
.uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
-