Package uk.org.netex.www.netex
Interface DistanceMatrixElementRefByValueStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistanceMatrixElementRefByValueStructure,DistanceMatrixElementRefByValueStructure.Builder
public interface DistanceMatrixElementRefByValueStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampDate reference was last changed.com.google.protobuf.TimestampOrBuilderDate reference was last changed.com.google.protobuf.TimestampDate reference was first created.com.google.protobuf.TimestampOrBuilderDate reference was first created.Identifier of a POINT. at which LINK starts.com.google.protobuf.ByteStringIdentifier of a POINT. at which LINK starts.Class of POINT referenced by LINK.com.google.protobuf.ByteStringClass of POINT referenced by LINK.getToRef()Identifier of a POINT. at which LINK ends.com.google.protobuf.ByteStringIdentifier of a POINT. at which LINK ends.Version number of referenced entity.com.google.protobuf.ByteStringVersion number of referenced entity.booleanDate reference was last changed.booleanDate reference was first created.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
-
getFromRef
String getFromRef()Identifier of a POINT. at which LINK starts. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 172:68]
string from_ref = 2;- Returns:
- The fromRef.
-
getFromRefBytes
com.google.protobuf.ByteString getFromRefBytes()Identifier of a POINT. at which LINK starts. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 172:68]
string from_ref = 2;- Returns:
- The bytes for fromRef.
-
getToRef
String getToRef()Identifier of a POINT. at which LINK ends. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 177:66]
string to_ref = 3;- Returns:
- The toRef.
-
getToRefBytes
com.google.protobuf.ByteString getToRefBytes()Identifier of a POINT. at which LINK ends. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 177:66]
string to_ref = 3;- Returns:
- The bytes for toRef.
-
getNameOfPointRefClass
String getNameOfPointRefClass()Class of POINT referenced by LINK. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 182:64]
string name_of_point_ref_class = 4;- Returns:
- The nameOfPointRefClass.
-
getNameOfPointRefClassBytes
com.google.protobuf.ByteString getNameOfPointRefClassBytes()Class of POINT referenced by LINK. [netex_part_3/part3_fares/netex_distanceMatrixElement_support.xsd at 182:64]
string name_of_point_ref_class = 4;- Returns:
- The bytes for nameOfPointRefClass.
-
hasCreated
boolean hasCreated()Date reference was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
.google.protobuf.Timestamp created = 5;- Returns:
- Whether the created field is set.
-
getCreated
com.google.protobuf.Timestamp getCreated()Date reference was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
.google.protobuf.Timestamp created = 5;- Returns:
- The created.
-
getCreatedOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedOrBuilder()Date reference was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
.google.protobuf.Timestamp created = 5; -
hasChanged
boolean hasChanged()Date reference was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
.google.protobuf.Timestamp changed = 6;- Returns:
- Whether the changed field is set.
-
getChanged
com.google.protobuf.Timestamp getChanged()Date reference was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
.google.protobuf.Timestamp changed = 6;- Returns:
- The changed.
-
getChangedOrBuilder
com.google.protobuf.TimestampOrBuilder getChangedOrBuilder()Date reference was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
.google.protobuf.Timestamp changed = 6; -
getVersion
String getVersion()Version number of referenced entity. [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
string version = 7;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()Version number of referenced entity. [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
string version = 7;- Returns:
- The bytes for version.
-