Package uk.org.netex.www.netex
Interface DistanceMatrixElementRefs_RelStructure.ChoiceWrapper_DistanceMatrixElementRefs_RelStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistanceMatrixElementRefs_RelStructure.ChoiceWrapper_DistanceMatrixElementRefs_RelStructure,DistanceMatrixElementRefs_RelStructure.ChoiceWrapper_DistanceMatrixElementRefs_RelStructure.Builder
- Enclosing class:
DistanceMatrixElementRefs_RelStructure
public static interface DistanceMatrixElementRefs_RelStructure.ChoiceWrapper_DistanceMatrixElementRefs_RelStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to a DISTANCE MATRIX ELEMENT, used in a backwards direction.Reference to a DISTANCE MATRIX ELEMENT, used in a backwards direction.Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction.Reference to a DISTANCE MATRIX ELEMENT, used in a forward direction.booleanReference to a DISTANCE MATRIX ELEMENT, used in a backwards direction.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; -
hasDistanceMatrixElementInverseRef
boolean hasDistanceMatrixElementInverseRef()Reference to a DISTANCE MATRIX ELEMENT, used in a backwards direction. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 150:93]
.uk.org.netex.www.netex.DistanceMatrixElementInverseRefType distance_matrix_element_inverse_ref = 2;- Returns:
- Whether the distanceMatrixElementInverseRef field is set.
-
getDistanceMatrixElementInverseRef
DistanceMatrixElementInverseRefType getDistanceMatrixElementInverseRef()Reference to a DISTANCE MATRIX ELEMENT, used in a backwards direction. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 150:93]
.uk.org.netex.www.netex.DistanceMatrixElementInverseRefType distance_matrix_element_inverse_ref = 2;- Returns:
- The distanceMatrixElementInverseRef.
-
getDistanceMatrixElementInverseRefOrBuilder
DistanceMatrixElementInverseRefTypeOrBuilder getDistanceMatrixElementInverseRefOrBuilder()Reference to a DISTANCE MATRIX ELEMENT, used in a backwards direction. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 150:93]
.uk.org.netex.www.netex.DistanceMatrixElementInverseRefType distance_matrix_element_inverse_ref = 2;
-