Interface CapabilityRequestPolicyStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CapabilityRequestPolicyStructure, CapabilityRequestPolicyStructure.Builder

@Generated public interface CapabilityRequestPolicyStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of GML Coordinate format used for Geospatial points in responses.
    com.google.protobuf.ByteString
    Name of GML Coordinate format used for Geospatial points in responses.
    National languages supported by service.
    com.google.protobuf.ByteString
    National languages supported by service.
    int
    National languages supported by service.
    National languages supported by service.
    boolean
    Whether producer can provide multiple translations of NL text elements +SIRI 2.0 [siri/siri_requests-v2.0.xsd at 983:70]
    Geospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc.
    int
    Geospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc.

    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

    • getNationalLanguageList

      List<String> getNationalLanguageList()
       National languages supported by service.  [siri/siri_requests-v2.0.xsd at 978:83]
       
      repeated string national_language = 1;
      Returns:
      A list containing the nationalLanguage.
    • getNationalLanguageCount

      int getNationalLanguageCount()
       National languages supported by service.  [siri/siri_requests-v2.0.xsd at 978:83]
       
      repeated string national_language = 1;
      Returns:
      The count of nationalLanguage.
    • getNationalLanguage

      String getNationalLanguage(int index)
       National languages supported by service.  [siri/siri_requests-v2.0.xsd at 978:83]
       
      repeated string national_language = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The nationalLanguage at the given index.
    • getNationalLanguageBytes

      com.google.protobuf.ByteString getNationalLanguageBytes(int index)
       National languages supported by service.  [siri/siri_requests-v2.0.xsd at 978:83]
       
      repeated string national_language = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the nationalLanguage at the given index.
    • getTranslations

      boolean getTranslations()
       Whether producer can provide multiple  translations of NL text elements  +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 983:70]
       
      bool translations = 2;
      Returns:
      The translations.
    • getGmlCoordinateFormat

      String getGmlCoordinateFormat()
       Name of GML Coordinate format used for Geospatial points in responses.  [siri/siri_requests-v2.0.xsd at 992:64]
       
      string gml_coordinate_format = 3;
      Returns:
      The gmlCoordinateFormat.
    • getGmlCoordinateFormatBytes

      com.google.protobuf.ByteString getGmlCoordinateFormatBytes()
       Name of GML Coordinate format used for Geospatial points in responses.  [siri/siri_requests-v2.0.xsd at 992:64]
       
      string gml_coordinate_format = 3;
      Returns:
      The bytes for gmlCoordinateFormat.
    • getWgsDecimalDegreesValue

      int getWgsDecimalDegreesValue()
       Geospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc.  [siri/siri_requests-v2.0.xsd at 997:60]
       
      .uk.org.siri.www.siri.EmptyType wgs_decimal_degrees = 4;
      Returns:
      The enum numeric value on the wire for wgsDecimalDegrees.
    • getWgsDecimalDegrees

      EmptyType getWgsDecimalDegrees()
       Geospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc.  [siri/siri_requests-v2.0.xsd at 997:60]
       
      .uk.org.siri.www.siri.EmptyType wgs_decimal_degrees = 4;
      Returns:
      The wgsDecimalDegrees.