Package uk.org.netex.www.netex
Interface TimingLinkRefByValueStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimingLinkRefByValueStructure,TimingLinkRefByValueStructure.Builder
@Generated
public interface TimingLinkRefByValueStructureOrBuilder
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.Identifier of a POINT. at which LINK ends.com.google.protobuf.ByteStringIdentifier of a POINT. at which LINK ends.Reference to a TYPE OF LINK.com.google.protobuf.ByteStringReference to a TYPE OF LINK.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
-
getTypeOfLinkRef
String getTypeOfLinkRef()Reference to a TYPE OF LINK. [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 163:63]
string type_of_link_ref = 5;- Returns:
- The typeOfLinkRef.
-
getTypeOfLinkRefBytes
com.google.protobuf.ByteString getTypeOfLinkRefBytes()Reference to a TYPE OF LINK. [netex_framework/netex_genericFramework/netex_pointAndLink_support.xsd at 163:63]
string type_of_link_ref = 5;- Returns:
- The bytes for typeOfLinkRef.
-
hasCreated
boolean hasCreated()Date reference was first created. [netex_framework/netex_responsibility/netex_version_support.xsd at 228:68]
.google.protobuf.Timestamp created = 6;- 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 = 6;- 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 = 6; -
hasChanged
boolean hasChanged()Date reference was last changed. [netex_framework/netex_responsibility/netex_version_support.xsd at 233:68]
.google.protobuf.Timestamp changed = 7;- 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 = 7;- 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 = 7; -
getVersion
String getVersion()Version number of referenced entity. [netex_framework/netex_responsibility/netex_version_support.xsd at 238:69]
string version = 8;- 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 = 8;- Returns:
- The bytes for version.
-
getFromPointRef
String getFromPointRef()Identifier of a POINT. at which LINK starts. [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 166:80]
string from_point_ref = 9;- Returns:
- The fromPointRef.
-
getFromPointRefBytes
com.google.protobuf.ByteString getFromPointRefBytes()Identifier of a POINT. at which LINK starts. [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 166:80]
string from_point_ref = 9;- Returns:
- The bytes for fromPointRef.
-
getToPointRef
String getToPointRef()Identifier of a POINT. at which LINK ends. [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 171:78]
string to_point_ref = 10;- Returns:
- The toPointRef.
-
getToPointRefBytes
com.google.protobuf.ByteString getToPointRefBytes()Identifier of a POINT. at which LINK ends. [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 171:78]
string to_point_ref = 10;- Returns:
- The bytes for toPointRef.
-
getNameOfPointRefClass
String getNameOfPointRefClass()Class of POINT referenced by LINK. [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 176:101]
string name_of_point_ref_class = 11;- Returns:
- The nameOfPointRefClass.
-
getNameOfPointRefClassBytes
com.google.protobuf.ByteString getNameOfPointRefClassBytes()Class of POINT referenced by LINK. [netex_part_1/part1_networkDescription/netex_timingPattern_support.xsd at 176:101]
string name_of_point_ref_class = 11;- Returns:
- The bytes for nameOfPointRefClass.
-