Package uk.org.siri.www.siri
Interface AbstractRequiredIdentifiedItemStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbstractRequiredIdentifiedItemStructure,AbstractRequiredIdentifiedItemStructure.Builder
@Generated
public interface AbstractRequiredIdentifiedItemStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIdentifier of item.com.google.protobuf.ByteStringIdentifier of item.com.google.protobuf.TimestampTime at which data was recorded.com.google.protobuf.TimestampOrBuilderTime at which data was recorded.booleanTime at which data was recorded.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
-
hasRecordedAtTime
boolean hasRecordedAtTime()Time at which data was recorded. [siri/siri_requests-v2.0.xsd at 747:59]
.google.protobuf.Timestamp recorded_at_time = 1;- Returns:
- Whether the recordedAtTime field is set.
-
getRecordedAtTime
com.google.protobuf.Timestamp getRecordedAtTime()Time at which data was recorded. [siri/siri_requests-v2.0.xsd at 747:59]
.google.protobuf.Timestamp recorded_at_time = 1;- Returns:
- The recordedAtTime.
-
getRecordedAtTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getRecordedAtTimeOrBuilder()Time at which data was recorded. [siri/siri_requests-v2.0.xsd at 747:59]
.google.protobuf.Timestamp recorded_at_time = 1; -
getItemIdentifier
String getItemIdentifier()Identifier of item. [siri/siri_requests-v2.0.xsd at 777:67]
string item_identifier = 21;- Returns:
- The itemIdentifier.
-
getItemIdentifierBytes
com.google.protobuf.ByteString getItemIdentifierBytes()Identifier of item. [siri/siri_requests-v2.0.xsd at 777:67]
string item_identifier = 21;- Returns:
- The bytes for itemIdentifier.
-