Package uk.org.siri.www.siri
Interface CoordinatesStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoordinatesStructure,CoordinatesStructure.Builder
@Generated
public interface CoordinatesStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue(int index) Type for GM Coordinates.com.google.protobuf.ByteStringgetValueBytes(int index) Type for GM Coordinates.intType for GM Coordinates.Type for GM Coordinates.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
-
getValueList
Type for GM Coordinates. [siri_utility/siri_location-v2.0.xsd at 124:47]
repeated string value = 1;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()Type for GM Coordinates. [siri_utility/siri_location-v2.0.xsd at 124:47]
repeated string value = 1;- Returns:
- The count of value.
-
getValue
Type for GM Coordinates. [siri_utility/siri_location-v2.0.xsd at 124:47]
repeated string value = 1;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes(int index) Type for GM Coordinates. [siri_utility/siri_location-v2.0.xsd at 124:47]
repeated string value = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the value at the given index.
-