Interface ServiceRequestContextStructureOrBuilder

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

public interface ServiceRequestContextStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCheckStatusAddress

      String getCheckStatusAddress()
       Address to which CheckStatus requests are to be sent.  [siri/siri_common_services-v2.0.xsd at 148:80]
       
      string check_status_address = 1;
      Returns:
      The checkStatusAddress.
    • getCheckStatusAddressBytes

      com.google.protobuf.ByteString getCheckStatusAddressBytes()
       Address to which CheckStatus requests are to be sent.  [siri/siri_common_services-v2.0.xsd at 148:80]
       
      string check_status_address = 1;
      Returns:
      The bytes for checkStatusAddress.
    • getSubscribeAddress

      String getSubscribeAddress()
       Address to which subscription requests are to be sent.  [siri/siri_common_services-v2.0.xsd at 153:78]
       
      string subscribe_address = 2;
      Returns:
      The subscribeAddress.
    • getSubscribeAddressBytes

      com.google.protobuf.ByteString getSubscribeAddressBytes()
       Address to which subscription requests are to be sent.  [siri/siri_common_services-v2.0.xsd at 153:78]
       
      string subscribe_address = 2;
      Returns:
      The bytes for subscribeAddress.
    • getManageSubscriptionAddress

      String getManageSubscriptionAddress()
       Address to which subscription requests are to be sent. If absent, same as SubscribeAddress.  [siri/siri_common_services-v2.0.xsd at 158:87]
       
      string manage_subscription_address = 3;
      Returns:
      The manageSubscriptionAddress.
    • getManageSubscriptionAddressBytes

      com.google.protobuf.ByteString getManageSubscriptionAddressBytes()
       Address to which subscription requests are to be sent. If absent, same as SubscribeAddress.  [siri/siri_common_services-v2.0.xsd at 158:87]
       
      string manage_subscription_address = 3;
      Returns:
      The bytes for manageSubscriptionAddress.
    • getGetDataAddress

      String getGetDataAddress()
       Address to which requests are to return data.  [siri/siri_common_services-v2.0.xsd at 163:76]
       
      string get_data_address = 4;
      Returns:
      The getDataAddress.
    • getGetDataAddressBytes

      com.google.protobuf.ByteString getGetDataAddressBytes()
       Address to which requests are to return data.  [siri/siri_common_services-v2.0.xsd at 163:76]
       
      string get_data_address = 4;
      Returns:
      The bytes for getDataAddress.
    • getStatusResponseAddress

      String getStatusResponseAddress()
       Address to which CheckStatus responses and heartbeats are to be sent. If absent, same as SubscriberAddress.  [siri/siri_common_services-v2.0.xsd at 175:83]
       
      string status_response_address = 11;
      Returns:
      The statusResponseAddress.
    • getStatusResponseAddressBytes

      com.google.protobuf.ByteString getStatusResponseAddressBytes()
       Address to which CheckStatus responses and heartbeats are to be sent. If absent, same as SubscriberAddress.  [siri/siri_common_services-v2.0.xsd at 175:83]
       
      string status_response_address = 11;
      Returns:
      The bytes for statusResponseAddress.
    • getSubscriberAddress

      String getSubscriberAddress()
       Address to which subscription responses are to be sent.  [siri/siri_common_services-v2.0.xsd at 180:79]
       
      string subscriber_address = 12;
      Returns:
      The subscriberAddress.
    • getSubscriberAddressBytes

      com.google.protobuf.ByteString getSubscriberAddressBytes()
       Address to which subscription responses are to be sent.  [siri/siri_common_services-v2.0.xsd at 180:79]
       
      string subscriber_address = 12;
      Returns:
      The bytes for subscriberAddress.
    • getNotifyAddress

      String getNotifyAddress()
       Address to which notifcations requests are to be sent. If absent, same as SubscriberAddress.  [siri/siri_common_services-v2.0.xsd at 185:75]
       
      string notify_address = 13;
      Returns:
      The notifyAddress.
    • getNotifyAddressBytes

      com.google.protobuf.ByteString getNotifyAddressBytes()
       Address to which notifcations requests are to be sent. If absent, same as SubscriberAddress.  [siri/siri_common_services-v2.0.xsd at 185:75]
       
      string notify_address = 13;
      Returns:
      The bytes for notifyAddress.
    • getConsumerAddress

      String getConsumerAddress()
       Address to which data is to be sent. If absent, same as NotifyAddress.  [siri/siri_common_services-v2.0.xsd at 190:77]
       
      string consumer_address = 14;
      Returns:
      The consumerAddress.
    • getConsumerAddressBytes

      com.google.protobuf.ByteString getConsumerAddressBytes()
       Address to which data is to be sent. If absent, same as NotifyAddress.  [siri/siri_common_services-v2.0.xsd at 190:77]
       
      string consumer_address = 14;
      Returns:
      The bytes for consumerAddress.
    • hasDataNameSpaces

      boolean hasDataNameSpaces()
       Default names pace used to scope data identifiers.  [siri/siri_common_services-v2.0.xsd at 322:84]
       
      .uk.org.siri.www.siri.DataNameSpacesStructure data_name_spaces = 21;
      Returns:
      Whether the dataNameSpaces field is set.
    • getDataNameSpaces

      DataNameSpacesStructure getDataNameSpaces()
       Default names pace used to scope data identifiers.  [siri/siri_common_services-v2.0.xsd at 322:84]
       
      .uk.org.siri.www.siri.DataNameSpacesStructure data_name_spaces = 21;
      Returns:
      The dataNameSpaces.
    • getDataNameSpacesOrBuilder

      DataNameSpacesStructureOrBuilder getDataNameSpacesOrBuilder()
       Default names pace used to scope data identifiers.  [siri/siri_common_services-v2.0.xsd at 322:84]
       
      .uk.org.siri.www.siri.DataNameSpacesStructure data_name_spaces = 21;
    • getLanguage

      String getLanguage()
       Preferred language in which to return text values.  [siri/siri_common_services-v2.0.xsd at 327:80]
       
      string language = 22;
      Returns:
      The language.
    • getLanguageBytes

      com.google.protobuf.ByteString getLanguageBytes()
       Preferred language in which to return text values.  [siri/siri_common_services-v2.0.xsd at 327:80]
       
      string language = 22;
      Returns:
      The bytes for language.
    • getWgsDecimalDegreesValue

      int getWgsDecimalDegreesValue()
       Geospatial coordinates are given as Wgs 84 Latiude and longitude, decimial degrees of arc.  [siri/siri_common_services-v2.0.xsd at 336:60]
       
      .uk.org.siri.www.siri.EmptyType wgs_decimal_degrees = 23;
      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_common_services-v2.0.xsd at 336:60]
       
      .uk.org.siri.www.siri.EmptyType wgs_decimal_degrees = 23;
      Returns:
      The wgsDecimalDegrees.
    • getGmlCoordinateFormat

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

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

      String getDistanceUnits()
       Units for Distance Type. Default is metres. +SIRI v2.0  [siri/siri_common_services-v2.0.xsd at 347:80]
       
      string distance_units = 31;
      Returns:
      The distanceUnits.
    • getDistanceUnitsBytes

      com.google.protobuf.ByteString getDistanceUnitsBytes()
       Units for Distance Type. Default is metres. +SIRI v2.0  [siri/siri_common_services-v2.0.xsd at 347:80]
       
      string distance_units = 31;
      Returns:
      The bytes for distanceUnits.
    • getVelocityUnits

      String getVelocityUnits()
       Units for Distance Type. Default is metres per second. +SIRI v2.0  [siri/siri_common_services-v2.0.xsd at 352:80]
       
      string velocity_units = 32;
      Returns:
      The velocityUnits.
    • getVelocityUnitsBytes

      com.google.protobuf.ByteString getVelocityUnitsBytes()
       Units for Distance Type. Default is metres per second. +SIRI v2.0  [siri/siri_common_services-v2.0.xsd at 352:80]
       
      string velocity_units = 32;
      Returns:
      The bytes for velocityUnits.
    • hasDataHorizon

      boolean hasDataHorizon()
       Maximum data horizon for requests.  [siri/siri_common_services-v2.0.xsd at 273:78]
       
      .google.protobuf.Duration data_horizon = 41;
      Returns:
      Whether the dataHorizon field is set.
    • getDataHorizon

      com.google.protobuf.Duration getDataHorizon()
       Maximum data horizon for requests.  [siri/siri_common_services-v2.0.xsd at 273:78]
       
      .google.protobuf.Duration data_horizon = 41;
      Returns:
      The dataHorizon.
    • getDataHorizonOrBuilder

      com.google.protobuf.DurationOrBuilder getDataHorizonOrBuilder()
       Maximum data horizon for requests.  [siri/siri_common_services-v2.0.xsd at 273:78]
       
      .google.protobuf.Duration data_horizon = 41;
    • hasRequestTimeout

      boolean hasRequestTimeout()
       Timeout for requests. [Should this be separate for each type?]  [siri/siri_common_services-v2.0.xsd at 278:81]
       
      .google.protobuf.Duration request_timeout = 42;
      Returns:
      Whether the requestTimeout field is set.
    • getRequestTimeout

      com.google.protobuf.Duration getRequestTimeout()
       Timeout for requests. [Should this be separate for each type?]  [siri/siri_common_services-v2.0.xsd at 278:81]
       
      .google.protobuf.Duration request_timeout = 42;
      Returns:
      The requestTimeout.
    • getRequestTimeoutOrBuilder

      com.google.protobuf.DurationOrBuilder getRequestTimeoutOrBuilder()
       Timeout for requests. [Should this be separate for each type?]  [siri/siri_common_services-v2.0.xsd at 278:81]
       
      .google.protobuf.Duration request_timeout = 42;
    • getDeliveryMethodValue

      int getDeliveryMethodValue()
       Whether Delivery is fetched or retrieved.  [siri/siri_common_services-v2.0.xsd at 216:103]
       
      .uk.org.siri.www.siri.DeliveryMethodEnumeration delivery_method = 51;
      Returns:
      The enum numeric value on the wire for deliveryMethod.
    • getDeliveryMethod

      DeliveryMethodEnumeration getDeliveryMethod()
       Whether Delivery is fetched or retrieved.  [siri/siri_common_services-v2.0.xsd at 216:103]
       
      .uk.org.siri.www.siri.DeliveryMethodEnumeration delivery_method = 51;
      Returns:
      The deliveryMethod.
    • getMultipartDespatch

      boolean getMultipartDespatch()
       Whether multi-part delivery is allowed, i.e. the breaking up of updates into more than one delivery messages with a MoreData flag,  [siri/siri_common_services-v2.0.xsd at 221:75]
       
      bool multipart_despatch = 52;
      Returns:
      The multipartDespatch.
    • getConfirmDelivery

      boolean getConfirmDelivery()
       Whether Consumers should issue an acknowledgement on successful receipt of a delivery. Default is ' false'.  [siri/siri_common_services-v2.0.xsd at 226:89]
       
      bool confirm_delivery = 53;
      Returns:
      The confirmDelivery.
    • getMaximimumNumberOfSubscriptions

      int getMaximimumNumberOfSubscriptions()
       Maximum Number of subscriptions that can be sustained by the subscriber. If absent no limit.  [siri/siri_common_services-v2.0.xsd at 364:96]
       
      uint32 maximimum_number_of_subscriptions = 61;
      Returns:
      The maximimumNumberOfSubscriptions.
    • getAllowedPredictorsValue

      int getAllowedPredictorsValue()
       Who may make a prediction.  [siri/siri_common_services-v2.0.xsd at 247:102]
       
      .uk.org.siri.www.siri.PredictorsEnumeration allowed_predictors = 71;
      Returns:
      The enum numeric value on the wire for allowedPredictors.
    • getAllowedPredictors

      PredictorsEnumeration getAllowedPredictors()
       Who may make a prediction.  [siri/siri_common_services-v2.0.xsd at 247:102]
       
      .uk.org.siri.www.siri.PredictorsEnumeration allowed_predictors = 71;
      Returns:
      The allowedPredictors.
    • getPredictionFunction

      String getPredictionFunction()
       Name of prediction method used.  [siri/siri_common_services-v2.0.xsd at 252:75]
       
      string prediction_function = 72;
      Returns:
      The predictionFunction.
    • getPredictionFunctionBytes

      com.google.protobuf.ByteString getPredictionFunctionBytes()
       Name of prediction method used.  [siri/siri_common_services-v2.0.xsd at 252:75]
       
      string prediction_function = 72;
      Returns:
      The bytes for predictionFunction.