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 Type
    Method
    Description
    getValue(int index)
    Type for GM Coordinates.
    com.google.protobuf.ByteString
    getValueBytes(int index)
    Type for GM Coordinates.
    int
    Type for GM Coordinates.
    Type for GM Coordinates.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getValueList

      List<String> 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

      String getValue(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 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.