Package uk.org.siri.www.siri
Interface AbstractReferencingItemStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbstractReferencingItemStructure,AbstractReferencingItemStructure.Builder
public interface AbstractReferencingItemStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReference to an Activity Element of a delivery.Reference to an Activity Element of a delivery.com.google.protobuf.TimestampTime at which data was recorded.com.google.protobuf.TimestampOrBuilderTime at which data was recorded.booleanReference to an Activity Element of a delivery.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; -
hasItemRef
boolean hasItemRef()Reference to an Activity Element of a delivery. [siri/siri_requests-v2.0.xsd at 793:72]
.uk.org.siri.www.siri.ItemRefStructure item_ref = 21;- Returns:
- Whether the itemRef field is set.
-
getItemRef
ItemRefStructure getItemRef()Reference to an Activity Element of a delivery. [siri/siri_requests-v2.0.xsd at 793:72]
.uk.org.siri.www.siri.ItemRefStructure item_ref = 21;- Returns:
- The itemRef.
-
getItemRefOrBuilder
ItemRefStructureOrBuilder getItemRefOrBuilder()Reference to an Activity Element of a delivery. [siri/siri_requests-v2.0.xsd at 793:72]
.uk.org.siri.www.siri.ItemRefStructure item_ref = 21;
-