Package uk.org.netex.www.netex
Interface GroupsOfDistanceMatrixElementsInFrame_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GroupsOfDistanceMatrixElementsInFrame_RelStructure,GroupsOfDistanceMatrixElementsInFrame_RelStructure.Builder
public interface GroupsOfDistanceMatrixElementsInFrame_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDistanceMatrixElement(int index) 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.intA 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.getDistanceMatrixElementOrBuilder(int index) 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.List<? extends DistanceMatrixElementTypeOrBuilder> 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.getId()Identifier of the relationship.com.google.protobuf.ByteStringIdentifier of the relationship.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
-
getId
String getId()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()Identifier of the relationship. [netex_framework/netex_responsibility/netex_relationship.xsd at 172:50]
string id = 1;- Returns:
- The bytes for id.
-
getDistanceMatrixElementList
List<DistanceMatrixElementType> getDistanceMatrixElementList()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]
repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2; -
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]
repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2; -
getDistanceMatrixElementCount
int getDistanceMatrixElementCount()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]
repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2; -
getDistanceMatrixElementOrBuilderList
List<? extends DistanceMatrixElementTypeOrBuilder> getDistanceMatrixElementOrBuilderList()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]
repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2; -
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]
repeated .uk.org.netex.www.netex.DistanceMatrixElementType distance_matrix_element = 2;
-